Advertisement
teenageblog

Falling Theme

Oct 9th, 2014
15,702
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.09 KB | None | 0 0
  1. <!-----------------------------------------
  2. ★ ° . .    . ☾ °☆  . * ● ¸ .   ★ ° :.  . • ○ ° ★  .  * .     .   °  . ● .    ° ☾ °☆  ¸. ● .  ★  ★ ° ☾ ☆ ¸. ¸  ★  :.  . • ○ ° ★  .  * . .  ¸ .   °  ¸. * ● ¸ .    ° °  ¸. ● ¸ .  ★ ° :.  . • °   ★ 
  3. ▒█▀▀▀ █▀▀ █░░ ░▀░ █▀▀█ █▀▀ █▀▀   ▀▀█▀▀ █░░█ █▀▀ █▀▄▀█ █▀▀ █▀▀
  4. ▒█▀▀▀ █░░ █░░ ▀█▀ █░░█ ▀▀█ █▀▀   ░░█░░ █▀▀█ █▀▀ █░▀░█ █▀▀ ▀▀█
  5. ▒█▄▄▄ ▀▀▀ ▀▀▀ ▀▀▀ █▀▀▀ ▀▀▀ ▀▀▀   ░░▀░░ ▀░░▀ ▀▀▀ ▀░░░▀ ▀▀▀ ▀▀▀
  6. ★ ° . .    . ☾ °☆  . * ● ¸ .   ★ ° :.  . • ○ ° ★  .  * .     .   °  . ● .    ° ☾ °☆  ¸. ● .  ★  ★ ° ☾ ☆ ¸. ¸  ★  :.  . • ○ ° ★   * . .  ¸ .   °  ¸. * ● ¸ . f   ° ☾ °  ¸. ● ¸ .  ★ ° :.  . • °
  7. Please keep credit!!
  8. ----------------------------------------------->
  9.  
  10. <html lang="en">
  11. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  12. <html xmlns="http://www.w3.org/1999/xhtml">
  13. <script type="text/javascript"
  14. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  15.  
  16. <head>
  17. <!-- DEFAULT VARIABLES -->
  18. <title>{Title}</title>
  19. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  20. <meta name="color:Background" content="#fff"/>
  21. <meta name="color:Text" content="#000"/>
  22. <meta name="color:Title" content="#000"/>
  23. <meta name="color:Link" content="#999"/>
  24. <meta name="color:Hover" content="#000"/>
  25. <meta name="color:Scrollbar" content="#ccc"/>
  26. <meta name="color:Blogtitle" content="#ccc"/>
  27. <meta name="if:Borders" content="1" />
  28. <meta name="if:Top Button" content="0" />
  29. <meta name="if:Crosshair Cursor" content="0"/>
  30.  
  31. <meta name="image:Background" content="0"/>
  32.  
  33. <meta name="text:link one" content="/" />
  34. <meta name="text:link one title" content="home" />
  35. <meta name="text:link two" content="/ask" />
  36. <meta name="text:link two title" content="message" />
  37. <meta name="text:link three" content="" />
  38. <meta name="text:link three title" content="link 3" />
  39. <meta name="text:link four" content="" />
  40. <meta name="text:link four title" content="link 4" />
  41. <meta name="text:link five" content="" />
  42. <meta name="text:link five title" content="link 5" />
  43.  
  44. <script type="text/javascript">
  45.  
  46. $(function() {
  47. $(window).scroll(function() {
  48. if($(this).scrollTop() != 0) {
  49. $('#toTop').fadeIn();
  50. } else {
  51. $('#toTop').fadeOut();
  52. }
  53. });
  54.  
  55. $('#toTop').click(function() {
  56. $('body,html').animate({scrollTop:0},800);
  57. });
  58. });
  59.  
  60.  
  61. $(window).load(function () {
  62.  
  63.  
  64.  
  65.  
  66.  
  67. // endless scrolling
  68. var $container = $('#holder');
  69. $container.imagesLoaded(function(){
  70. $container.masonry({
  71. itemSelector: '.box'
  72. });
  73. });
  74. $container.infinitescroll({
  75. navSelector : '#page-nav', // selector for the paged navigation
  76. nextSelector : '#page-nav a', // selector for the NEXT link (to page 2)
  77. itemSelector : '.box', // selector for all items you'll retrieve
  78. bufferPx: 0,
  79. debug : true,
  80. loading: {
  81. finishedMsg: '',
  82. img: '',
  83. msgText: ''
  84. }
  85. },
  86. // trigger Masonry as a callback
  87. function( newElements ) {
  88. // hide new items while they are loading
  89. var $newElems = $( newElements ).css({ opacity: 0 });
  90. // ensure that images load before adding to masonry layout
  91. $newElems.imagesLoaded(function(){
  92. // show elems now they're ready
  93. $newElems.animate({ opacity: 1 });
  94. $container.masonry( 'appended', $newElems, true );
  95. });
  96. }
  97. );
  98.  
  99. // End of endless scrolling
  100.  
  101. });
  102.  
  103. </script>
  104.  
  105.  
  106. {block:ifCrosshairCursor}
  107. <style type="text/css">body { cursor: crosshair; } </style>
  108. {/block:ifCrosshairCursor}
  109.  
  110. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  111. <script>
  112. (function($){
  113. $(document).ready(function(){
  114. $("[title]").style_my_tooltips({
  115. tip_follows_cursor:true,
  116. tip_delay_time:200,
  117. tip_fade_speed:300
  118. }
  119. );
  120. });
  121. })(jQuery);
  122. </script>
  123. <style type="text/css">
  124. #s-m-t-tooltip{
  125. max-width:300px;
  126. margin:15px;
  127. padding:2px 8px;
  128. border:1px solid #DDD;
  129. border-radius:4px;
  130. background:#FFF;
  131. color:#AAA;
  132. z-index:999999;
  133. font-size:9px;
  134. font-style:italic;
  135. text-transform:lowercase;
  136. letter-spacing:1px;
  137. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  138.  
  139. ::-webkit-scrollbar-thumb{
  140. background-color: {color:scrollbar};
  141. border: 2px solid #ffffff;
  142. height:auto;
  143. -moz-border-radius: 10px;
  144. border-radius: 10px;
  145. }
  146.  
  147. ::-webkit-scrollbar {
  148. height:auto;
  149. width:9px;
  150. background-color: #999999;
  151. border: 4px solid #fff;
  152. }
  153.  
  154.  
  155.  
  156.  
  157. #toTop {
  158. text-align:center;
  159. padding:0px;
  160. position:fixed;
  161. bottom:10px;
  162. right:30px;
  163. cursor:pointer;
  164. display:none;
  165. color:#000;
  166. z-index: 99999999999999999999;
  167. font-size:10px;
  168. }
  169.  
  170. .wrapper{
  171. margin: 0px auto;
  172. margin-left: 60px;
  173. width: 1045px;
  174. }
  175.  
  176. .header{
  177. float: left;
  178. width: 100%;
  179. }
  180.  
  181. .left{
  182. float: left;
  183. margin-right: 20px;
  184. width:1045;
  185. }
  186.  
  187. .right{
  188. float: right;
  189. width: 200px;
  190. background-color: #fff;
  191. }
  192.  
  193.  
  194. body {
  195. margin:0px;
  196. background-color: {color:Background};
  197. background-image:url({image:Background});
  198. background-attachment: fixed;
  199. background-repeat: no-repeat;}
  200. body, div, p, textarea, submit, input{
  201. font-family: cambria;
  202. font-size: 11px;
  203. line-height:14px;
  204. letter-spacing:1px;
  205. color:{color:Text};
  206. }
  207.  
  208.  
  209.  
  210. p {
  211. margin:0px;
  212. margin-top:0px;
  213. }
  214.  
  215. a:link, a:active, a:visited{
  216. text-decoration: none;
  217. -webkit-transition: color 0.3s ease-out;
  218. -moz-transition: color 0.3s ease-out;
  219. transition: color 0.3s ease-out;
  220. color: {color:Link};
  221. }
  222.  
  223. a:hover {
  224. : -webkit-transition-duration: 1.0s;
  225. color:{color:Hover};
  226. }
  227.  
  228.  
  229.  
  230.  
  231. div#center{
  232. margin:auto;
  233. margin-top:0px;
  234. position:relative;
  235. width:1045px;
  236. background-color:;
  237.  
  238. }
  239.  
  240.  
  241.  
  242. /*SIDEBAR*/
  243. #header{
  244. opacity:1;
  245. background:transparent;
  246. margin-top: 10px;
  247. margin-left: 350px;
  248. overflow:hidden;
  249. font-family:times;
  250. font-size: 40px;
  251. padding-top:0px;
  252. width: 600px;
  253. text-align:center;
  254. padding: 4px;
  255. height:auto;
  256. z-index:1;
  257. position:relative;
  258.  
  259. }
  260. .blogtitle{
  261. font-family:times;
  262. text-transform: uppercase;
  263. font-size:38px;
  264. margin-left:30px;
  265. width:600px;
  266. width:auto;
  267. color:{color:blogtitle};
  268. padding:3px;
  269. letter-spacing:2px;
  270. text-align:center;
  271. line-height:40px;
  272. -webkit-transition: all 1s ease-out;
  273. -moz-transition: all 1s ease-out;transition: all 1s ease-out;
  274. }
  275.  
  276. .blogtitle:hover{
  277. color: {color:hover}
  278. -webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
  279. }
  280.  
  281. .info{
  282. margin-left:-100px;
  283. border-top:4px
  284. color:{color:text};
  285. solid #fff;
  286. text-align:center;
  287. padding-top:5px;
  288. padding-bottom:8px;}
  289.  
  290. .navigate{
  291. margin-left:30px;
  292. border-top:4px solid #fff;
  293. padding-top:5px;padding-bottom:8px;
  294. border-bottom: 1px solid {color:blogtitle};
  295.  
  296.  
  297. }
  298.  
  299. .links{font-family:times;padding: 5px;font-size:11px;font-style:none;text-transform:uppercase;text-align:center;float:center;}
  300.  
  301. .links:hover{ background-color:{color:hover};
  302. color:white; padding: 5px; -webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
  303. }
  304.  
  305. .entry:hover{
  306. {block:ifborders}
  307. border: 1px solid {color:blogtitle};
  308. padding:4px;
  309. -webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  310. {/block:ifborders}
  311. }
  312.  
  313. .entry {
  314. float:left;
  315. display: block;
  316. overflow:hidden;
  317. width:240px;
  318. background:#fff;
  319. margin:20px;
  320. {block:PermalinkPage}
  321. width:420px;
  322. margin-left:50px;
  323. text-align:center;
  324. {/block:PermalinkPage}
  325. -moz-transition: all 2.2s ease-out;
  326. -o-transition: all 2.2s ease-out;
  327. -webkit-transition: all 2.2s ease-out;
  328. transition: all 2.2s ease-out;
  329. }
  330.  
  331.  
  332.  
  333.  
  334. #audio {width:250px; height:auto; min-height:60px; padding-bottom:0px;}
  335. .cover {position:absolute; z-index:1; width:60px; height:60px;}
  336. .cover img {float:left; width:60px; height:60px;}
  337. .playbox {opacity:0.6; width:27px; height:30px; overflow:hidden; position:absolute; z-index:1000; margin-left:17px; margin-top:17px; text-align:center;}
  338. .info {margin-left:73px; margin-top:4px; line-height:14px;}
  339.  
  340. .title{
  341. line-height:12px;
  342. color:{color:Title};
  343. font-weight:normal;
  344. }
  345.  
  346. .entry #perma {
  347. position:absolute;
  348. overflow:hidden;
  349. left:20%;
  350. top:40%;
  351. padding:8px;
  352. opacity:0.0;
  353. background-color:#fff;
  354. border:1px solid #000;
  355. -webkit-transition: all 0.3s ease-in-out;
  356. -moz-transition: all 0.3s ease-in-out;
  357. transition: all 0.3s ease-in-out;
  358. }
  359.  
  360. .entry:hover #perma {
  361. position:absolute;
  362. overflow:visible;
  363. left:20%;
  364. top:40%;
  365. padding:8px;
  366. opacity:1;
  367. background-color:#fff;
  368. border:1px solid #000;
  369. -webkit-transition: all 0.3s ease-in-out;
  370. -moz-transition: all 0.3s ease-in-out;
  371. transition: all 0.3s ease-in-out;
  372. }
  373.  
  374.  
  375. #cred{
  376. position:fixed;
  377. font-family: arial;
  378. font-size: 8px;
  379. bottom:20px;
  380. right:10px;
  381. padding:10px;
  382. height:10px;
  383. text-align:center;
  384. text-transform:lowercase;
  385. padding-bottom:10px;
  386. width:15px;
  387. color:#aaa;
  388. transition: all 0.6s ease-out;
  389. -o-transition-transition: all 0.6s ease-out;
  390. -webkit-transition: all 0.6s ease-out;
  391. -moz-transition: all 0.6s ease-out;
  392. }
  393.  
  394. .eclipsethemes {
  395. width:260px;
  396. opacity: 1;
  397. z-index: 10000;
  398. margin-top:10px;
  399. margin-bottom:10px;
  400. text-align:left;
  401. font-size:10px;
  402. letter-spacing:1px;
  403. }
  404.  
  405. .permalinktext {
  406. display: block;
  407. padding: 1px;
  408. margin: 0px 0px 0px 8px;
  409. font-family: calibri;
  410. letter-spacing: 0px;
  411. font-size: 10px;
  412. color: #424242;
  413. line-height: 11px;
  414. text-align: right;
  415. text-decoration: none;
  416. -webkit-transition: color 0.5s ease-out;
  417. -moz-transition: color 0.5s ease-out;
  418. }
  419. .bubble a{color:black;}
  420.  
  421. .bubble {
  422. position:relative;
  423. margin:4px 0px 5px 45px;
  424. text-align:left;
  425. padding:5px 3px 5px 5px;
  426. background:#eee;
  427. color:black;
  428. -moz-border-radius:3px;
  429. -webkit-border-radius:3px;
  430. border-radius:3px;
  431. }
  432.  
  433.  
  434. .bubble p {
  435. margin:5px;
  436. }
  437.  
  438. .bubble span {
  439. position:absolute;
  440. display:block;
  441. top:-5px;
  442. left:-8px;
  443. width:1px;
  444. height:1px;
  445. font-size:12;
  446. line-height:1px;
  447. color:black;
  448. border-top:3px solid transparent;
  449. border-right:7px solid #eee;
  450. border-bottom:3px solid transparent;
  451. }
  452.  
  453. .askborder {
  454. left:-10px;
  455. margin:1px;
  456. padding:2px;
  457. background:#eee;
  458. }
  459.  
  460.  
  461. #posts {
  462. width:700px;
  463. margin-top: 5px;
  464. margin-left: 335px;
  465. margin-right: auto;
  466. position:relative;
  467. overflow-y: hidden;
  468. }
  469.  
  470.  
  471. #infscr-loading{
  472. bottom: -70px;
  473. position: absolute;
  474. left: 50%;
  475. margin-left:-8px;
  476. width:16px;
  477. height:11px;
  478. overflow:hidden;
  479. margin-bottom: 50px;
  480. }
  481.  
  482. #postnotes{
  483. text-align: justify;
  484. }
  485.  
  486. #postnotes blockquote{
  487. border: 0px;
  488. }
  489.  
  490. blockquote{
  491. padding:0px 0px 2px 5px;
  492. margin:0px 0px 2px 1px;
  493. border-left: 1px dotted {color:Text};
  494. }
  495.  
  496. blockquote p, ul{
  497. margin:0px;
  498. padding:0px;
  499. }
  500.  
  501. a img{border: 0px;}
  502. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  503. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  504. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};}
  505. .notes img{width:10px; position:relative; top:3px;
  506. }
  507.  
  508. small{font-size: 90%;}
  509.  
  510. .video embed, .post div.video object {width:260px !important; height:180px !important;}
  511. .video2 embed, .post div.video object {width:400px !important; height:400px !important;}
  512.  
  513. {CustomCSS}
  514.  
  515. </style>
  516.  
  517. {block:IndexPage}
  518.  
  519.  
  520. </script>
  521. <script type='text/javascript' src='http://static.tumblr.com/m52lhg5/u9amoiddc/infinite.js'></script>
  522. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  523. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  524.  
  525. <script type="text/javascript">
  526. $(window).load(function () {
  527. var $content = $('#posts');
  528. $content.masonry({itemSelector: '.entry'}),
  529. $content.infinitescroll({
  530. navSelector : 'div#pagination',
  531. nextSelector : 'div#pagination a#nextPage',
  532. itemSelector : '.entry',
  533. loading: {
  534. finishedMsg: '',
  535. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  536. },
  537. bufferPx : 600,
  538. debug : false,
  539. },
  540. // call masonry as a callback.
  541. function( newElements ) {
  542. var $newElems = $( newElements );
  543. $newElems.hide();
  544. // ensure that images load before adding to masonry layout
  545. $newElems.imagesLoaded(function(){
  546. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  547.  
  548.  
  549. });
  550. });
  551. });
  552. </script>
  553. {/block:IndexPage}
  554.  
  555.  
  556. <title>{Title}</title>
  557. <link rel="shortcut icon" href="{Favicon}" />
  558. <meta name="viewport" content="width=720" />
  559. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  560. </head>
  561.  
  562. <body>
  563.  
  564.  
  565.  
  566.  
  567. <div id="header">
  568. <div class="blogtitle"><center><a href="/">{Title}</a></center></div>
  569. <center><div class="info">{description}</div></center>
  570.  
  571. <div class="navigate">
  572.  
  573. <a href="{text:link one}" class="links">{text:link one title}</a>
  574. <a href="{text:link two}" class="links">{text:link two title} </a>
  575. <a href="{text:link three}" class="links">{text:link three title}</a>
  576. <a href="{text:link four}" class="links">{text:link four title}</a>
  577. <a href="{text:link five}" class="links">{text:link five title}</a>
  578. </div></div>
  579. {block:iftopbutton}
  580. <div id="toTop"><img src="http://static.tumblr.com/j1tjexd/uSOm6ujd1/totop-grey.png" width="50px"></a></div>
  581. </div>
  582. {/block:iftopbutton}
  583. <div class="wrapper">
  584. <div class="header">
  585.  
  586. </div>
  587.  
  588.  
  589.  
  590. <div class="left">
  591. <div id="posts">
  592. {block:Posts}
  593. <div class="entry">
  594.  
  595. {block:Answer}<img src="{AskerPortraitURL-30}" align="left" class="askborder">
  596. <div class="bubble"><font style="color:black; text-transform:uppercase; font-size:11px; font-family:calibri;">{Asker}:</font> <font style="color:black; font-family:calibri; font-size:11px; ">{Question}</font></div><br><center><font style="font-family:calibri; font-size:11px; letter-spacing:1px">{Answer}</font></center> <br>
  597. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  598. {/block:Answer}
  599.  
  600. {block:Text}
  601. {block:Title}<span class="title">{Title}</span>{/block:Title}
  602. <span class="entrytext">{Body}</span>
  603. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  604. {/block:Text}
  605.  
  606. {block:Link}
  607. <center><a href="{URL}"><span class="title">{Name}</span></a></center>
  608. <div style="margin-left:3px;">{block:Description}{Description}{/block:Description}</div>
  609. {block:IndexPage}<div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  610. {/block:IndexPage}
  611. {block:Link}
  612.  
  613. {block:Photo}{block:IndexPage}
  614.  
  615.  
  616. <div id="perma">
  617. <a href="{Permalink}">{NoteCountWithLabel}</a> |
  618. <a href="{ReblogUrl}" target="_blank">reblog</a>
  619. </div>
  620.  
  621.  
  622.  
  623. {/block:IndexPage}
  624. {block:IndexPage}
  625. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=240px/></a>
  626. {/block:IndexPage}
  627. {block:permalinkpage}{LinkOpenTag}
  628. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=420px/>{LinkCloseTag}
  629. {/block:permalinkpage}
  630. {/block:Photo}
  631.  
  632.  
  633. {block:Photoset}
  634. {block:IndexPage}
  635.  
  636. <center>
  637. <div class="perma">
  638. <a href="{ReblogURL}" target="_blank"><div title="reblog"class="rblogbutt"></div></a>
  639. <div title="{ShortMonth} {DayOfMonth},{Year}"class="time"></div></a>
  640. <a href="{permalink}"><div title="{NoteCountWithLabel}" class="pigeon"></div></a>
  641. </div>
  642. {/block:IndexPage}
  643. {block:IndexPage}
  644. {block:Photos}<a href="{Permalink}"><img src="{PhotoURL-500}" width="240" style="padding:3px;"/></a>
  645. {/block:Photos}
  646. {/block:permalinkpage}
  647. {/block:IndexPage}
  648.  
  649. {block:permalinkpage}
  650. {Photoset-500}
  651. {/block:permalinkpage}
  652. {/block:Photoset}
  653.  
  654.  
  655.  
  656. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br>
  657. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  658. {/block:Quote}
  659.  
  660. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  661. <ul class="chat">
  662. {block:Lines}
  663. <li class="user_{UserNumber}">
  664. {block:Label}
  665. <span class="label">{Label}</span>
  666. {/block:Label}
  667.  
  668. {Line}
  669. </li>
  670. {/block:Lines}
  671. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  672. {/block:Chat}
  673.  
  674. {block:Audio}
  675. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  676. {block:IndexPage}
  677. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  678. {/block:IndexPage}
  679. {/block:Audio}
  680.  
  681. {block:Video}
  682. {block:IndexPage}
  683. <div id="perma">
  684. <a href="{Permalink}">{NoteCountWithLabel}</a> |
  685. <a href="{ReblogUrl}" target="_blank">reblog</a>
  686. </div>
  687. {Video-250}</center>
  688. {/block:IndexPage}
  689. {block:PermalinkPage}
  690. <center>
  691. {Video-400}</center>
  692. {/block:PermalinkPage}
  693. {block:Video}
  694.  
  695. {block:PermalinkPage}
  696. <br>
  697. <div class="eclipsethemes">
  698. {block:Caption}{Caption}{/block:Caption}
  699.  
  700. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  701.  
  702. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  703. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  704.  
  705. {block:HasTags}<br><Br> tags: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  706. {/block:PermalinkPage}
  707.  
  708.  
  709.  
  710.  
  711.  
  712. {block:PostNotes}
  713. <span></span>
  714. <br>
  715. <div style="width:auto; max-height:200px; overflow:auto;">{PostNotes}</div>
  716.  
  717. </a>
  718. {/block:PostNotes}
  719. </div>
  720. {/block:posts}
  721.  
  722. </div></div>
  723.  
  724. {block:IndexPage}
  725. {block:Pagination}
  726. <div id="pagination">
  727. {block:NextPage}
  728. <a id="nextPage" href="{NextPage}"></a>
  729. {/block:NextPage}
  730. {block:PreviousPage}
  731. <a href="{PreviousPage}"></a>
  732. {/block:PreviousPage}
  733. </div>
  734. {/block:Pagination}
  735. {/block:IndexPage}
  736. <script src="http://static.tumblr.com/whx9ghv/lSGm6k18m/jquery.scrollto-1.4.2-min.js"></script>
  737. <script src="http://static.tumblr.com/whx9ghv/GJEm6k188/jquery.localscroll-1.2.7-min.js"></script>
  738.  
  739. <script>
  740. $(document).ready(function () {
  741. $.localScroll();
  742. });
  743. </script>
  744.  
  745. <div id="cred">
  746. <a href="http://teenageblog.tumblr.com/"><img src="https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-moon-outline-48.png"></a></div>
  747.  
  748. </body>
  749. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement