Advertisement
Guest User

Theme for Ella

a guest
Jul 24th, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 14.67 KB | None | 0 0
  1. <html lang="en">
  2. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5.  
  6. {block:Ifdisablerightclick}
  7. <script type="text/javascript">
  8. <!--
  9.  
  10. //Disable right click w/o pop-up message
  11.  
  12. function IE(e){if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3")){return false;}}function NS(e){if (document.layers || (document.getElementById && !document.all))
  13. {if (e.which == "2" || e.which == "3"){return false;}}}document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  14.  
  15. //-->
  16. </script>{/block:Ifdisablerightclick}
  17.  
  18.  
  19.  
  20. {block:Ifsmallcursor}
  21.  
  22.  
  23.  <style> body, a, a:hover { cursor:url('http://www.totallylayouts.com/cursors/random/tiny_cursor.png'), auto }</style><div><a style="position:fixed;z-index:9 !important;top:300px;left:-1000px;" href="http://www.totallylayouts.com/" title="Tumblr Mouse Cursors" target="_blank"><img src="http://www.totallylayouts.com/img/install_cursors.png" alt="Tumblr Mouse Cursors" /></a></div>    
  24.  
  25. </script>{/block:Ifsmallcursor}
  26.  
  27.  
  28. <script type="text/javascript"
  29. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  30.  
  31.  
  32. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  33. <meta name="color:background" content="#fff"/>
  34. <meta name="color:link" content="#777"/>
  35. <meta name="color:text" content="#777"/>
  36. <meta name="color:title" content="#333"/>
  37. <meta name="color:hover" content="#fff"/>
  38. <meta name="image:background" content="1"/>
  39.  
  40.  
  41. <meta name="text:Corner Image Location" content="right"/>
  42. <meta name="image:Corner Image" content=""/>
  43. <meta name="text:link one" content="">
  44. <meta name="text:link one tooltip" content="">
  45. <meta name="text:link two" content="">
  46. <meta name="text:link two tooltip" content="">
  47. <meta name="text:link three" content="">
  48. <meta name="text:link three tooltip" content="">
  49. <meta name="text:link four" content="">
  50. <meta name="text:link four tooltip" content="">
  51. <meta name="if:disable right click" content=""/>
  52. <meta name="if:small cursor" content=""/>
  53. <meta name="if:show title" content=""/>
  54.  
  55.  
  56. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  57. <script type="text/javascript">
  58. $(document).ready(function () {
  59. $('li.drawer div:nth-child(2)').hide();
  60. $('li.drawer h4').click(function () {
  61. if ($(this).hasClass('open')) {
  62. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
  63. else {
  64. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
  65. $(this).next().slideDown();
  66. $(this).addClass('open');}
  67. });
  68. });
  69. </script>
  70.  
  71. <style type="text/css">
  72.  
  73.  
  74. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
  75.  
  76. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  77.  
  78. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  79.  
  80. p {
  81. margin:0px;
  82. margin-top:0px;
  83. }
  84.  
  85.  
  86. body {
  87. padding: 0px;
  88. margin: 0px;
  89. color:{color:text};
  90. font-family: belleza;
  91. line-height:10px;
  92. font-size:10px;
  93. background-color: {color:Background};
  94. background-image:url({image:Background});
  95. background-attachment: fixed;
  96. background-repeat: repeat;
  97. }
  98.  
  99.  
  100. a:link, a:active, a:visited{
  101. text-decoration: none;
  102. -webkit-transition: color 0.3s ease-out;
  103. -moz-transition: color 0.3s ease-out;
  104. transition: color 0.3s ease-out;
  105. color:{color:link};
  106. }
  107.  
  108. a:hover {
  109. text-decoration: none;
  110. font-style:;
  111. color: {color:Hover};
  112. }
  113.  
  114. div#center{
  115. margin:auto;
  116. position:relative;
  117. width:1000px;
  118. background-color:;
  119. overflow:auto;
  120. overflow-y:hidden;
  121. }
  122.  
  123.  
  124. /*entries*/
  125. .entry {
  126. float:left;
  127. display: block;
  128. margin:10px;
  129. overflow:hidden;
  130. width:250px;
  131. border-radius:0px;
  132. padding: 7px;
  133. border:1px double #dddddd;
  134. {block:PermalinkPage}
  135. width:500px;
  136. text-align:left;
  137. line-height:10px;
  138. {/block:PermalinkPage}
  139. background:white;
  140. background-image:URL();
  141. }
  142.  
  143.  
  144. /*permalinks*/
  145. .entry .perma{
  146. width:250px;
  147. height:18px;
  148. margin-left:0px;
  149. position: absolute;
  150. line-height: 16px;
  151. overflow:hidden;
  152. text-align:center;
  153. border-radius:0px;
  154. margin-top:0px;
  155. background:white;
  156. word-spacing:2px;
  157. letter-spacing:1px;
  158. opacity: 0.0;
  159. -webkit-transition: all .7s ease;
  160. -moz-transition: all .7s ease;
  161. -o-transition: all .7s ease;
  162. transition: all .7s ease;
  163.  
  164. }
  165.  
  166. .entry:hover .perma{
  167. overflow:visible;
  168. opacity:0.9;
  169. }
  170.  
  171.  
  172. /*post positions*/
  173. #posts {
  174. width:600px;
  175. margin-top:1px;
  176. z-index:99;
  177. margin-left:350px;
  178. right:auto;
  179. background:transparent;
  180. margin-right:auto;
  181. position:relative;
  182. overflow-y: hidden;
  183. }
  184.  
  185. /*tooltips*/
  186. #s-m-t-tooltip {  
  187.         padding: 3px;  
  188.         height:auto;
  189.         display: none;
  190.         font-family: consolas;
  191.         font-size: 8px;
  192.         text-transform:uppercase;
  193.         text-align: center;
  194.         letter-spacing:1px;
  195.         margin-top:12px;
  196.         margin-left: 15px;
  197.         line-height: 8px;
  198.         z-index: 999999999999;
  199.         border-radius:0px;
  200.         border: 1px solid #989696;
  201.         background:#ffffff;
  202.         color: #888;}
  203.  
  204.  
  205. /*sidebar stuff*/
  206. #sidebar{
  207. position:fixed;
  208. width:170px;
  209. background:white;
  210. height:auto;
  211. margin-top:250px;
  212. margin-left:80px;
  213. text-align:center;
  214. border-radius:0px;
  215. padding: 5px;
  216. border:1px double #dddddd;
  217. }
  218.  
  219.  
  220. .nav{
  221.     margin:2;
  222.     font-size:10px;
  223.     font-style:none;
  224.     width:150px;
  225.     text-align:center;
  226.     padding:5px;
  227. }
  228.  
  229.  
  230. .nav a{
  231.     text-decoration:none;
  232.     padding:0 4px;
  233. }
  234.  
  235. .desc{
  236.         padding:2px;
  237.         text-transform:normal;
  238. }
  239.  
  240.  
  241. @font-face { font-family: "belleza"; src: url('http://fonts.googleapis.com/css?family=Belleza'); }
  242.  
  243. .blogtitle{
  244.         padding:5px;
  245.         padding-bottom:0px;
  246.         text-align:center;
  247.         text-transform:uppercase;
  248.         font-size:24px;
  249.         font-family:cedarville;
  250.     }
  251.     @font-face {font-family:Bebas Neue;src:url(http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf);}}
  252.    
  253.     .blogtitle a{
  254.         color:{color:blogtitle};
  255.     }
  256.  
  257.  
  258. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  259. .title{
  260. line-height: 12px;
  261. color:{color:Title};
  262. font-weight: normal;
  263. }
  264.  
  265.  
  266. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  267. .permalink{
  268. text-transform: normal;
  269. display: block;
  270. text-align: right;
  271. text-decoration: none;
  272. }
  273.  
  274.  
  275. /*DON'T TOUCH ANY OF THIS UNLESS YOU WANT TO FUCK SOME STUFF UP*/
  276. #infscr-loading{
  277. bottom: -70px;
  278. position: absolute;
  279. left: 50%;
  280. margin-left:-8px;
  281. width:16px;
  282. height:11px;
  283. overflow:hidden;
  284. margin-bottom: 50px;
  285. }
  286.  
  287. #postnotes{
  288. text-align: justify;}
  289.  
  290. #postnotes blockquote{
  291. border: 0px;}
  292.  
  293. blockquote{
  294. padding:0px 0px 2px 5px;
  295. margin:0px 0px 2px 10px;
  296. border-left: 1px dotted #555555;
  297. }
  298.  
  299. blockquote p, ul{
  300. margin:0px;
  301. padding:0px;
  302. }
  303.  
  304. a img{border: 0px;}
  305.  
  306.  
  307.  
  308.  
  309.  
  310. #audioplayer {
  311. width:30px;
  312. height:30px;
  313. overflow:hidden;
  314. position:absolute;
  315. margin-top:40px;
  316. margin-bottom:45px;
  317. margin-left:43px;
  318. margin-right:45px;
  319.  
  320. opacity: 0.7;
  321. filter:alpha(opacity=70);
  322. -moz-opacity: 0.7;
  323. -khtml-opacity: 0.7;
  324.  
  325. }
  326.  
  327. #albumart { float:left; margin:0px 7px;}
  328.  
  329. #cred a:hover{
  330.     font-size:11px;
  331.     font-family:baskerville;
  332.     color:#fff;
  333.     background-color:#ccc;
  334.     border:1px solid #ccc;
  335.             -moz-transition-duration:0.5s;
  336.  
  337.     -webkit-transition-duration:0.5s;
  338.  
  339.     -o-transition-duration:0.5s;
  340. }
  341.  
  342.  
  343.  
  344.  
  345. {block:ifcornerimagelocation}
  346. .corner {
  347.             position:fixed;
  348.             bottom:0px;
  349.             {text:Corner Image Location}:0px;
  350.             opacity:1;
  351.             z-index:999;
  352. }
  353. {/block:ifcornerimagelocation}
  354.  
  355. {CustomCSS}
  356.  
  357. </style>
  358.  
  359. <body>
  360.  
  361.  
  362.  
  363.  
  364. {block:IndexPage}
  365. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  366. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  367.  
  368. <script src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  369.     <script>
  370.     (function($){$(document)
  371.     .ready(function(){$("[title]")
  372.     .style_my_tooltips();});})
  373.     (jQuery);
  374.     </script>
  375.  
  376. <script type="text/javascript">
  377. $(window).load(function(){
  378. var $wall = $('#posts');
  379. $wall.imagesLoaded(function(){
  380. $wall.masonry({
  381. itemSelector: '.entry, .entry_photo',
  382. isAnimated : false
  383. });
  384. });
  385.  
  386. $wall.infinitescroll({
  387. navSelector : '#pagination',
  388. nextSelector : '#pagination a',
  389. itemSelector : '.entry, .entry_photo',
  390. bufferPx : 2000,
  391. debug : false,
  392. errorCallback: function() {
  393. $('#infscr-loading').fadeOut('normal');
  394. }},
  395. function( newElements ) {
  396. var $newElems = $( newElements );
  397. $newElems.hide();
  398. $newElems.imagesLoaded(function(){
  399. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  400. });
  401. }); $('#posts').show(500);
  402. });
  403. </script>
  404.  
  405.  
  406. {/block:IndexPage}
  407.  
  408.  
  409. <title>{title}</title>
  410.  
  411. <link rel="shortcut icon" href="{Favicon}" />
  412. <meta name="viewport" content="width=820" />
  413. </head>
  414.  
  415. <body>
  416. <BODY onselectstart="return false;" ondragstart="return false;">
  417. <div class="wrapper">
  418. <div class="header">
  419. </div>
  420.  
  421. <div id="cage">
  422. <div id="center">
  423.  
  424. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  425. <div id="sidebar">
  426. <center>
  427. {block:Ifshowtitle}
  428. <div class="blogtitle">{Title}</div>{/block:Ifshowtitle}<p><br>
  429. <p>
  430.  
  431.  <a href=”http://lordemusic.tumblr.com/”>home</a>
  432.  <br>
  433.  <a href=”http://lorde.co.nz/”>website</a>
  434.  <br>
  435.   <a href=”http://twitter.com/lordemusic”>twitter</a>
  436.   <br>
  437.   <a href=”http://facebook.com/lordemusic”>facebook</a>
  438.   <br>
  439. <a href=”http://instagram.com/lordemusic”>instagram</a>
  440.  
  441.  <br>
  442.  
  443.  <br>
  444.    
  445. <div class="desc">{description}
  446.  
  447. </div></div>
  448. <!------------------------------------->
  449.  
  450.  
  451. <div class="left">
  452. <div id="posts">
  453. {block:Posts}
  454. <div class="entry">
  455.  
  456. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  457.  
  458. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  459. {/block:Text}
  460.  
  461. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  462.  
  463. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  464.  
  465. {block:Photo}
  466. {block:IndexPage}
  467. <center>
  468. <div class="perma">
  469. <a href="{Permalink}" title="{notecountwithlabel}">{TimeAgo}</a> | <a href="{ReblogURL}" target="_blank" title="reblog?">reblog</a> |  <a href="{ReblogParentURL}" title="{ReblogParentName}"> via</a> </div>
  470.  
  471. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  472. {/block:IndexPage}
  473. {block:PermalinkPage}
  474. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  475.  
  476. {LinkCloseTag}
  477. {/block:PermalinkPage}
  478. {/block:Photo}
  479.  
  480. {block:Photoset}
  481. {block:IndexPage}
  482. <center>
  483.  
  484. <div class="perma">
  485. <a href="{Permalink}" title="{notecountwithlabel}">{TimeAgo}</a> | <a href="{ReblogURL}" target="_blank" title="reblog?">reblog</a> |  <a href="{ReblogParentURL}" title="{ReblogParentName}"> via</a><a href="{ReblogRootURL}" title="{ReblogRootName}"> |  source</a> </div>
  486.  
  487. {Photoset-250}</center>
  488. {/block:IndexPage}
  489. {block:PermalinkPage}
  490. <center>
  491. {Photoset-500}</center>
  492. {/block:PermalinkPage}
  493. {/block:Photoset}
  494.  
  495. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  496.  
  497. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  498.  
  499. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  500. <ul class="chat">
  501. {block:Lines}
  502. <li class="user_{UserNumber}">
  503. {block:Label}
  504. <span class="label">{Label}</span>
  505. {/block:Label}
  506.  
  507. {Line}
  508. </li>
  509. {/block:Lines}
  510. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  511. {/block:Chat}
  512.  
  513.  
  514.  
  515. {block:Audio}
  516. <div id="audioplayer">{AudioPlayerWhite} </div>      
  517. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
  518.  
  519. {block:TrackName}<b> <br><br> Title:</b> {TrackName}{/block:TrackName}{block:Artist} <br><br><b>Artist:</b>{Artist}<br><br>
  520. {PlayCountWithLabel}{/block:Artist}
  521.  
  522. <br><br><br>
  523. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a>
  524. {/block:Audio}
  525.  
  526. {block:Answer}
  527. <table style="border-bottom:1px solid #ccc;padding-bottom:5px;margin-bottom:5px;">
  528. <tr>
  529. <td style="vertical-align:top;padding-right:10px;"><img src="{AskerPortraitURL-64}"></td>
  530. <td style="vertical-align:top;"><strong>{Asker} asked:</strong> {Question}</td>
  531. </tr>
  532. </table>
  533. {Answer}
  534. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a>
  535. {/block:Answer}
  536.  
  537.  
  538.  
  539. {block:Video}
  540. {block:IndexPage}
  541. <center>
  542. <div class="perma">
  543. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  544. {Video-250}</center>
  545. {/block:IndexPage}
  546. {block:PermalinkPage}
  547. <center>
  548. {Video-400}</center>
  549. {/block:PermalinkPage}
  550. {block:Video}
  551.  
  552.  
  553. {block:PostNotes}<div align="middle">{caption}</div>
  554. <center>
  555.  
  556. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  557.  
  558. {block:HasTags}
  559. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  560. {block:RebloggedFrom}
  561. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  562. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  563.  
  564. {/block:RebloggedFrom}
  565. </center></span>
  566. <br>
  567. <div id="postnotes">{PostNotes}</div><br>
  568.  
  569. <center>{block:ContentSource}
  570. <br><a href="{SourceURL}">
  571. {lang:Source}:
  572. {block:SourceLogo}
  573. <img src="{BlackLogoURL}" width="{LogoWidth}"
  574. height="{LogoHeight}" alt="{SourceTitle}" />
  575. {/block:SourceLogo}
  576. {block:NoSourceLogo}
  577. {SourceLink}
  578. {/block:NoSourceLogo}
  579. </a>
  580. {/block:ContentSource}</center>
  581.  
  582. {/block:PostNotes}
  583. </div>
  584. {/block:Posts}
  585. </div></div>
  586.  
  587. {block:IndexPage}
  588. {block:Pagination}
  589. <div id="pagination">
  590. {block:NextPage}
  591. <a id="nextPage" href="{NextPage}"></a>
  592. {/block:NextPage}
  593. {block:PreviousPage}
  594. <a href="{PreviousPage}"></a>
  595. {/block:PreviousPage}
  596. </div>
  597. {/block:Pagination}
  598. {/block:IndexPage}
  599.  
  600. {block:ifcornerimagelocation}<img src="{image:Corner Image}" class="corner">{/block:ifcornerimagelocation}
  601.  
  602. <BODY onselectstart="return false;" ondragstart="return false;">
  603.  
  604.  
  605.  
  606. </body>
  607.  
  608.  
  609. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement