Advertisement
Guest User

Untitled

a guest
Feb 28th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.35 KB | None | 0 0
  1. <!-- :) -->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5.  
  6.  
  7. <head>
  8. <script type=“text/javascript” src=“http://static.tumblr.com/2poobra/Hjvmrwlem/imagesloaded.js”></script>
  9.  
  10. <script type="text/javascript"
  11. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  12.  
  13. <meta name="color:Background" content="#FFFFFF"/>
  14. <meta name="color:Text" content="#130C11"/>
  15. <meta name="color:Title" content="#130C11"/>
  16. <meta name="color:Hover" content="#130C11"/>
  17. <meta name="color:Link" content="#dddddd"/>
  18. <meta name="color:Border" content="#999999" />
  19.  
  20. <meta name="image:Background" content="1"/>
  21.  
  22. <meta name="if:shadow hover" content="0"/>
  23. <meta name="if:underline hover" content="0"/>
  24. <meta name="if:border" content="0"/>
  25. <meta name="image:Music player icon" content=""/>
  26.  
  27. <meta name="color:Music player bg" content="#fff"/>
  28. <meta name="color:Music player icon bg" content="#333"/>
  29. <meta name="color:Music player box bg" content="#333"/>
  30. <meta name="color:Playlist text color" content="#333"/>
  31.  
  32. <meta name="text:Song title 1" content="Song title 1"/>
  33. <meta name="text:Song title 2" content="Song title 2"/>
  34. <meta name="text:Song title 3" content="Song title 3"/>
  35. <meta name="text:Song title 4" content="Song title 4"/>
  36. <meta name="text:Song title 5" content="Song title 5"/>
  37.  
  38. <meta name="text:Music player code" content=""/>
  39. <meta name="text:Custom Link One Title" content="" />
  40. <meta name="text:Custom Link One" content="" />
  41. <meta name="text:Custom Link Two Title" content="" />
  42. <meta name="text:Custom Link Two" content="" />
  43. <meta name="text:Custom Link Three Title" content="" />
  44. <meta name="text:Custom Link Three" content="" />
  45. <meta name="text:Custom Link Four Title" content"" />
  46. <meta name="text:Custom Link Four" content="" />
  47.  
  48. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  49. <script type="text/javascript">
  50. $(document).ready(function () {
  51. $('li.drawer div:nth-child(2)').hide();
  52. $('li.drawer h1').click(function () {
  53. if ($(this).hasClass('open')) {
  54. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
  55. else {
  56. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
  57. $(this).next().slideDown();
  58. $(this).addClass('open');}
  59. });
  60. });
  61. </script>
  62.  
  63. <style type="text/css">
  64.  
  65. /* Music player by borntobewildthemes */
  66.  
  67. /* Change top and left margins, if you are not good at css better don't edit the width, height adn padding */
  68.  
  69. #musicplayer{
  70. position:fixed;
  71. margin-top:480px;
  72. margin-left:20px;
  73. background:{color:Music player bg};
  74. width:110px;
  75. height:50px;
  76. padding:5px;
  77. }
  78.  
  79. #musicplayer:hover{
  80. -webkit-transition: all 0.3s linear;
  81. -moz-transition: all 0.3s linear;
  82. height:140px;
  83. }
  84.  
  85. /* I don't suggest you to edit this */
  86.  
  87. .musicicon{
  88. margin-top:0px;
  89. margin-left:0px;
  90. width:100px;
  91. height:15px;
  92. background:{color:Music player icon bg};
  93. border-bottom:1px solid #707070;
  94. padding:5px;
  95. }
  96.  
  97. /* I don't suggest you to edit this */
  98.  
  99. .player{
  100. margin-top:-25px;
  101. margin-left:0px;
  102. width:100px;
  103. height:15px;
  104. background:{color:Music player box bg};
  105. border-top:1px solid #707070;
  106. padding:5px;
  107. z-index:100;
  108. overflow:hidden;
  109. }
  110.  
  111. #musicplayer:hover .player{
  112. -webkit-transition: all 0.3s linear;
  113. -moz-transition: all 0.3s linear;
  114. margin-top:10px;
  115. }
  116.  
  117. /* I don't suggest you to edit this */
  118.  
  119. .playlist{
  120. margin-top:0px;
  121. margin-left:0px;
  122. width:100px;
  123. height:15px;
  124. font-family: georgia;
  125. color:{color:Playlist text color};
  126. font-size:9px;
  127. padding:5px;
  128. z-index:-10;
  129. text-align:left;
  130. text-decoration:italic;
  131. -webkit-transition: all 0.3s linear;
  132. -moz-transition: all 0.3s linear;
  133. overflow:hidden;
  134. opacity:0;
  135. }
  136.  
  137. #musicplayer:hover .playlist{
  138. -webkit-transition: all 0.3s linear;
  139. -moz-transition: all 0.3s linear;
  140.  
  141. opacity:1;
  142. height:90px
  143. }
  144.  
  145. /* Music player ends */
  146.  
  147. ::-webkit-scrollbar-thumb {
  148. background-color: #848484;
  149. height:100px;
  150. -moz-border-radius: 0px;
  151. border-radius: 0px;
  152. border: 4px solid {color:Background};
  153. }
  154.  
  155. ::-webkit-scrollbar {
  156. height:16px;
  157. width:14px;
  158. background-color: {color:Background};
  159. }
  160.  
  161. #tumblr_controls{
  162. position:fixed !important;
  163. }
  164.  
  165. .wrapper{
  166. margin: 0px auto;
  167. width: 717px;
  168. }
  169.  
  170. .left{
  171. float: left;
  172. margin-right: 20px;
  173. width: 717px;
  174. }
  175.  
  176. body {
  177. padding: 0px;
  178. margin: 0px;
  179. color:#ddd;
  180. font:12px 'source sans pro';
  181. background-color: {color:Background};
  182. background-image:url({image:Background});
  183. background-attachment: fixed;
  184. background-repeat: repeat;
  185. }
  186.  
  187. a:link, a:active, a:visited{
  188. color: #ddd;
  189. text-decoration: none;
  190. -webkit-transition: color 0.5s ease-out;
  191. -moz-transition: color 0.5s ease-out;
  192. }
  193.  
  194. a:hover{
  195. color:{color:Hover};
  196. -webkit-transition: color 0.3s ease-out;
  197. -moz-transition: color 0.3s ease-out;
  198. {block:ifshadowhover}
  199. text-shadow: 0px 0px 3px #000;
  200. {/block:ifshadowhover}
  201. {block:ifunderlinehover}
  202. text-decoration: underline;
  203. {/block:ifunderlinehover}
  204. }
  205.  
  206. .entry {
  207. {block:IndexPage}
  208. width: 250px;
  209. margin-bottom: 14px;
  210. margin-right: 14px;
  211. padding: 6px;
  212. {block:ifborder}border: 1px solid #808080;{/block:ifborder}
  213. {/block:IndexPage}
  214. {block:PermalinkPage}
  215. width:500px;
  216. padding: 6px;
  217. {/block:PermalinkPage}
  218. margin-top:5px;
  219. float:left;
  220. background-color: black;
  221. font-family: georgia;
  222. font-size: 11px;
  223. line-height:11px;
  224. letter-spacing:0px;
  225. }
  226.  
  227. .entry h1{
  228. font-family: courier;
  229. font-size: 11px;
  230. font-weight: normal;
  231. text-transform: uppercase;
  232. line-height: 13px;
  233. text-align: left;
  234. margin: 0px;
  235. color: {color:Title};
  236. }
  237.  
  238. .entry h2{
  239. font-family: georgia;
  240. font-size: 9px;
  241. font-weight: normal;
  242. line-height: 11px;
  243. margin: 6px;
  244. color: {color:Title};
  245. }
  246.  
  247. div#sidebar{
  248. position:fixed;
  249. width: 280px;
  250. height: 50px;
  251. z-index: 1;
  252. margin: 80px 0px 0px 215px;
  253. padding: 5px;
  254. text-align: left;
  255. font-family: cambria;
  256. font-size: 10px;
  257. opacity:0.8;
  258. line-height:11px;
  259. background:#000000;
  260. letter-spacing:0px;
  261. }
  262.  
  263. #bottom {
  264. height:80px;
  265. width: 100%;
  266. position:fixed;top:0px;
  267. left: 0px;
  268. opacity:1;
  269. background-color:{color:background};
  270. z-index:9;
  271. }
  272.  
  273.  
  274. div#sidebar2{
  275. position: fixed !important;
  276. width: 100px;
  277. height: auto;
  278. padding: 5px;
  279. background:#000000;
  280. text-align: right;
  281. font-family: consolas;
  282. font-size: 10px;
  283. line-height: 11px;
  284. {block:IndexPage}
  285. margin:-32px 0px 0px 105px;
  286. {/block:IndexPage}
  287. {block:PermalinkPage}
  288. margin-top:5px;
  289. margin-left: -25px;
  290. {/block:PermalinkPage}
  291. }
  292.  
  293. #posts {
  294. position: relative;
  295. width: 250px;
  296. margin-left: 215px;
  297. margin-top: 65px;
  298. padding-left: 5px;
  299. padding-top: 85px;
  300. padding-right: 20px;
  301. float:left;
  302. opacity:0.75;-webkit-transition:all 0.4s ease-in-out; -moz-transition:all 0.4s ease-in-out; -o-transition:all 0.4s ease-in-out; transition:all 0.4s ease-in-out;
  303. background: #000000;
  304. overflow: hidden;
  305. {block:PermalinkPage}
  306. width: 525px;
  307. margin-top: 0px;
  308. margin-left: 85px;
  309. {/block:PermalinkPage}
  310. }
  311.  
  312.  
  313.  
  314. #permalink {
  315. display: block;
  316. margin-top: 2px;
  317. background: transparent;
  318. font-family: consolas;
  319. font-size: 8px;
  320. line-height: 15px;
  321. text-transform: uppercase;
  322. height: 15px;
  323. text-align: right;
  324. }
  325.  
  326. #permalink:hover {
  327. background: transparent;
  328. }
  329.  
  330. #permalink a{
  331. color: {color:Link};}
  332.  
  333. #permalink a:hover{
  334. color: {color:Link};
  335. {block:ifstrikethroughhover}
  336. text-decoration: line-through;
  337. {/block:ifstrikethroughhover}
  338. {block:ifshadowhover}
  339. text-shadow: 0px 0px 3px {color:Shadow Hover};
  340. {/block:ifshadowhover}
  341. {block:ifunderlinehover}
  342. text-decoration: underline;
  343. {/block:ifunderlinehover}}
  344.  
  345. .entry .perma{
  346. position:absolute;
  347. width: auto;
  348. height: auto;
  349. padding: 5px;
  350. margin-left: 6px;
  351. overflow:hidden;
  352. top: 16px;
  353. font-family: consolas;
  354. font-size: 9px;
  355. line-height:10px;
  356. text-transform: uppercase;
  357. text-align: left;
  358. opacity:0.0;
  359. -webkit-transition: all 0.3s linear;
  360. -moz-transition: all 0.3s linear;
  361. transition: all 0.3s linear;
  362. background-color: #000000;
  363. color: {color:Permalink};
  364. }
  365.  
  366. .entry .perma a{
  367. color: #ddd;
  368. }
  369.  
  370. .entry .perma a:hover{
  371. color: #ddd;
  372. {block:ifstrikethroughhover}
  373. text-decoration: line-through;
  374. {/block:ifstrikethroughhover}
  375. {block:ifshadowhover}
  376. text-shadow: 0px 0px 3px {color:Shadow Hover};
  377. {/block:ifshadowhover}
  378. {block:ifunderlinehover}
  379. text-decoration: underline;
  380. opacity:0.4;
  381. {/block:ifunderlinehover}
  382. }
  383.  
  384. .entry:hover .perma{
  385. overflow:visible;
  386. -webkit-transition: opacity 1.5s linear; opacity: 1.6;
  387. transition: all 0.4s linear;
  388. margin-left: 6px;
  389. width: auto;
  390. height: auto;
  391. opacity: 1;
  392. -webkit-transition: all 0.3s linear;
  393. -moz-transition: all 0.3s linear;
  394. transition: all 0.3s linear;
  395. }
  396.  
  397. .entry:hover .perma:hover{
  398. opacity: 1;
  399. padding:5px;
  400. height: auto;
  401. width: auto;
  402. -webkit-transition: all 0.5s linear;
  403. -moz-transition: all 0.5s linear;
  404. transition: all 0.5s linear;
  405. }
  406.  
  407. #credit{
  408. position: fixed !important;
  409. z-index: 5;
  410. right: 3px;
  411. top: 25px;
  412. width: 80px;
  413. background: black;
  414. opacity: .5;
  415. font-family: georgia;
  416. font-size: 9px;
  417. padding-top: 3px;
  418. padding-bottom: 3px;
  419. -moz-border-radius: 3px;
  420. border-radius: 3px;
  421. }
  422.  
  423. .pressplay {
  424. width:20px;
  425. height:70px;
  426. overflow:hidden;
  427. position:relative;
  428. z-index:1000;
  429. margin:25px 30px 30px 25px;
  430. }
  431.  
  432. .shadow {
  433. background-color:transparent;
  434. position: absolute;
  435. z-index:1000;
  436. opacity:.3;
  437. -webkit-transition: all 0.7s ease;
  438. -moz-transition: all 0.7s ease;
  439. -o-transition: all 0.7s ease;
  440. }
  441.  
  442. .shadow:hover {
  443. opacity:1;
  444. }
  445.  
  446.  
  447. #mcont {
  448. width: 250px;
  449. opacity:1;
  450. }
  451.  
  452. .art {
  453. max-height: 75px;
  454.  
  455. position:absolute;
  456. }
  457.  
  458. .art img{
  459. max-height: 70px;
  460. float:left;
  461. }
  462.  
  463.  
  464. .defaultart {
  465. max-height: 70px;
  466. position:absolute;
  467. }
  468.  
  469. .defaultart img {
  470. max-height: 70px;
  471. float:left;
  472. }
  473.  
  474. .music {
  475. padding:5px;
  476. margin-left:75px;
  477. margin-top:-11px;
  478. margin-bottom:19px;
  479. font-family:cambria, sans-serif;
  480. text-transform:none;
  481. font-size:9px;
  482. background-color:#ddd;
  483. color:#5d5c5c;
  484.  
  485. }
  486.  
  487. #credit a{
  488. color: #fff;
  489. }
  490.  
  491. #credit a:hover{
  492. text-decoration: underline;
  493. }
  494.  
  495. #postnotes{
  496. text-align: justify;}
  497.  
  498. #postnotes blockquote{
  499. border: 0px;}
  500.  
  501. #infscr-loading{
  502. bottom: -70px;
  503. position: absolute;
  504. left: 50%;
  505. margin-left:-8px;
  506. width:16px;
  507. height:11px;
  508. overflow:hidden;
  509. margin-bottom: 50px;
  510. }
  511.  
  512. .blogtitle{
  513. text-align: left;
  514. font-family: consolas;
  515. font-size: 15px;
  516. line-height: 23px;
  517. border-bottom: 2px solid {color:Border};
  518. color: {color:Title};
  519. }
  520.  
  521. .quote{
  522. font-size: 26px;
  523. float: left;
  524. margin: 6px;
  525. color: {color:Border};
  526. }
  527.  
  528. blockquote{
  529. padding: 2px 2px 2px 5px;
  530. margin:2px 2px 2px 5px;
  531. border-left: 2px solid #999;
  532. }
  533.  
  534. ul, li{
  535. list-style: none;
  536. padding: 0px;
  537. margin:1px 1px 1px 1px;
  538. }
  539.  
  540. ul#drawers {list-style: none; margin: auto; color: color:title; cursor: help;}
  541.  
  542. ul#drawers li h1 {margin: 0; font-size:{text:title font size}; font-weight: normal;}
  543.  
  544. li.drawer h1.open {border-top: 0px;}
  545.  
  546. li.drawer div {padding: 4px 0 0 0; margin: 0px; line-height: 9px;}
  547. li.drawer div li {list-style-type: disc;}
  548.  
  549. {CustomCSS}
  550. </style>
  551. {block:IndexPage}
  552. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  553. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  554.  
  555. <script type="text/javascript">
  556. $(window).load(function () {
  557. var $content = $('#posts');
  558. $content.masonry({itemSelector: '.entry'}),
  559. $content.infinitescroll({
  560. navSelector : 'div#pagination',
  561. nextSelector : 'div#pagination a#nextPage',
  562. itemSelector : '.entry',
  563. loading: {
  564. finishedMsg: '',
  565. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  566. },
  567. bufferPx : 600,
  568. debug : false,
  569. },
  570. // call masonry as a callback.
  571. function( newElements ) {
  572. var $newElems = $( newElements );
  573. $newElems.hide();
  574. // ensure that images load before adding to masonry layout
  575. $newElems.imagesLoaded(function(){
  576. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  577.  
  578.  
  579. });
  580. });
  581. });
  582. </script>
  583.  
  584. {/block:IndexPage}
  585.  
  586. <title>{title}</title>
  587.  
  588. <link rel="shortcut icon" href="{Favicon}">
  589. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  590. <meta name="viewport" content="width=820" />
  591.  
  592. </head>
  593.  
  594.  
  595. <!--Music player starts-->
  596.  
  597. <div id="musicplayer">
  598.  
  599. <div class="musicicon">
  600. <!--Replace http://media.tumblr.com/tumblr_m7w2n46Pdl1r6o8v2.gif url with url of the music icon image you like-->
  601. <img src="http://media.tumblr.com/tumblr_m7w2n46Pdl1r6o8v2.gif">
  602. <!---->
  603. </div>
  604.  
  605. <div class="playlist">
  606. <u>Playlist:</u><br><br>
  607. <i>
  608. 1. {text:Song title 1} <br>
  609. 2. {text:Song title 2} <br>
  610. 3. {text:Song title 3} <br>
  611. 4. {text:Song title 4} <br>
  612. 5. {text:Song title 5} <br>
  613. </i>
  614. <br>
  615. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=http://k003.kiwi6.com/hotlink/gac65gt42x/Zoku_Natsume_Yuujinchou_OST_-_Daidaiiro_no_Toki.mp3&t0=01&f1=http://k003.kiwi6.com/hotlink/eas16bqzq4/Durarara_OST_Vol.1_The_Sought-after_Extraordinary_02.mp3&t1=02&f2=http://k003.kiwi6.com/hotlink/dwvaf5ru4h/Zoku_Natsume_Yuujinchou_OST_-_Kimi_ga_Yobu_Namae_-Yume_no_Tsuzuki-.mp3&t2=03&f3=http://k003.kiwi6.com/hotlink/22xevvkt2c/Zoku_Natsume_Yuujinchou_OST_-_Furusato_no_Nioi.mp3&t3=04&f4=http://k003.kiwi6.com/hotlink/twjdrciefc/1_Hyouka_OST_13..mp3&t4=05&total=5" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  616.  
  617. </div>
  618.  
  619.  
  620.  
  621. </div>
  622.  
  623. <!--Music player ends-->
  624.  
  625. <body>
  626. <div class="wrapper">
  627. <div id="bottom"></div>
  628. <div id="sidebar">
  629. <a href="/"><img src="{PortraitUrl-48}" style="float:right; border-radius:0px; margin-top:-3px; margin-right:6px;"></a>
  630.  
  631. <div class="blogtitle">{title} </div>
  632.  
  633. <div style="margin-top:3px;">{Description}</div>
  634. </div>
  635.  
  636.  
  637.  
  638. <div id="sidebar2">
  639. <ul id="drawers">
  640. <li class="drawer" id="info">
  641. <h1>+</h1>
  642. <div align="right">
  643. <div style="letter-spacing:1px; font-size:8px;"><a href="/">index</a><br/>
  644. <a href="/ask">message</a><br/>
  645. <a href="/archive">archive</a><br/>
  646. <a href="{text:Custom Link One}">{text:Custom Link One Title}</a><br/>
  647. <a href="{text:Custom Link Two}">{text:Custom Link Two Title}</a><br/>
  648. <a href="{text:Custom Link Three}">{text:Custom Link Three Title}</a><br/>
  649. <a href="{text:Custom Link Four}">{text:Custom Link Four Title}</a>
  650. </div>
  651. </div>
  652. </li>
  653. </ul>
  654. </p>
  655. </div>
  656.  
  657.  
  658. <div class="header">
  659.  
  660. <div class="left">
  661.  
  662. <div id="posts">
  663.  
  664. {block:Posts}
  665.  
  666. {block:ContentSource}
  667. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  668. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  669. {/block:SourceLogo}
  670. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  671. {/block:ContentSource}
  672.  
  673. <div class="entry">
  674.  
  675. {block:Text}
  676. {block:Title}<h1>{Title}</h1>{/block:Title}<span class="entrytext">{Body}</span>
  677. {block:IndexPage}
  678. <div id="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> // <a href="{ReblogURL}">Reblog</a></div>
  679. {/block:IndexPage}
  680. {/block:Text}
  681.  
  682. {block:Link}
  683. <h1><a href="{URL}" class="title">{Name}</a></h1>
  684. {block:Description}{Description}{/block:Description}
  685. {block:IndexPage}
  686. <div id="permalink"><a href="{Permalink}">{Timeago}</a> // <a href="{ReblogURL}">Reblog</a></div>
  687. {/block:IndexPage}
  688. {block:Link}
  689.  
  690. {block:Photo}
  691. {block:IndexPage}
  692. <div class="perma"><a href="{Permalink}">{Timeago}</a> + <a href="{reblogurl}">reblog</a></div>
  693. {LinkOpenTag}<a href="{reblogurl}" target="_blank"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250px"/></a>{LinkCloseTag}{/block:IndexPage}
  694. {block:PermalinkPage}{LinkOpenTag}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>{LinkCloseTag}{/block:PermalinkPage}
  695. {block:Caption}{Caption}{/block:Caption}
  696. {/block:Photo}
  697.  
  698.  
  699. {block:Photoset}
  700. {block:IndexPage}
  701. <div class="perma"><a href="{Permalink}">{Timeago}</a> + <a href="{reblogurl}">reblog</a></div>
  702. {Photoset-250}
  703.  
  704. {/block:IndexPage}
  705. </center>
  706. <center>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
  707. {block:IndexPage}
  708.  
  709. {/block:IndexPage}
  710. {block:Caption}{Caption}{/block:Caption}
  711. {/block:Photoset}
  712.  
  713. {block:Quote}
  714. <div class="quote">❝</div>
  715. <h2>{Quote}</h2>
  716. <div align="right"> – {block:Source}{Source}{/block:Source}</div>
  717. {block:IndexPage}
  718. <div id="permalink"><a href="{Permalink}">{Timeago}</a> // <a href="{ReblogURL}">Reblog</a></div>
  719. {/block:IndexPage}
  720. {/block:Quote}
  721.  
  722. {block:Chat}
  723. {block:Title}<h1>{Title}</h1>{/block:Title}
  724. <ul class="chat">
  725. {block:Lines}
  726. <li class="user_{UserNumber}">
  727. {block:Label}
  728. <span class="label"><b>{Label}</b></span>
  729. {/block:Label}
  730. {Line}
  731. </li>
  732. {/block:Lines}
  733. </ul>
  734. {block:IndexPage}
  735. <div id="permalink"><a href="{Permalink}">{Timeago}</a> // <a href="{ReblogURL}">Reblog</a></div>
  736. {/block:IndexPage}
  737. {/block:Chat}
  738.  
  739. {block:Audio}
  740.  
  741. <div id="entries audio">
  742.  
  743. <div id="mcont">
  744. <div class="shadow">
  745. <div class="pressplay">
  746. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  747. </div></div>
  748. <div class="defaultart"><img src="http://static.tumblr.com/e1ydrvt/yutma3ebm/default.png"></div>
  749. <div class="art">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div><br>
  750. {block:Artist}<div class="music"><b>ARTIST:</b> <i>{Artist}</i></div>{/block:Artist}
  751. {block:TrackName}<div class="music"><b>TRACK:</b> <i>{TrackName}</i></div>{/block:TrackName}
  752. {block:Album}<div class="music"><b>ALBUM:</b> <i>{Album}</i></div>{/block:Album}
  753.  
  754. </div><br>{caption}
  755. <br><div align="right"><a href="{Permalink}">{notecountwithlabel}</a> / <a href="{ReblogURL}" target="_blank"> reblog </a></div>
  756. <div align="left"><a href="{Permalink}">{Source}</a></div>
  757.  
  758. </div>
  759.  
  760. </span>{/block:Audio}
  761.  
  762.  
  763. {block:Video}
  764. <center>
  765. {block:IndexPage}
  766. {Video-250}
  767. {/block:IndexPage}
  768. </center>
  769. <center>{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</center>
  770. {block:IndexPage}
  771. {/block:IndexPage}
  772. {block:Caption}{Caption}{/block:Caption}
  773. <div id="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> // <a href="{ReblogURL}">Reblog</a></div>
  774. {block:Video}
  775.  
  776. {block:PermalinkPage}
  777. <center>
  778. {block:Caption}{Caption}{/block:Caption}
  779. {block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}<br>{/block:NoteCount}
  780. {block:RebloggedFrom}<b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  781. {block:HasTags}<b>tags »</b> {block:Tags}<a href="{TagURL}">#{Tag}</a> <br>{/block:Tags}{/block:hasTags}
  782. </center>
  783. {block:NoteCount} <div style="border-bottom: 2px solid #999; text-align: center; margin: 10px;"></div>{/block:NoteCount}
  784. <div id="postnotes">{PostNotes}</div>
  785. {block:ContentSource}<br><a href="{SourceURL}">{lang:Source}:{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}"height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>{/block:ContentSource}
  786. {/block:PermalinkPage}
  787.  
  788. {block:PostNotes}{PostNotes}
  789. {/block:PostNotes}
  790. </div>
  791.  
  792.  
  793. {/block:Posts}
  794. </div>
  795. </div>
  796. <div class="right">
  797. </div>
  798. <div class="footer">
  799. <br>
  800. </div>
  801. {block:IndexPage}<br>
  802. {block:Pagination}
  803. <div id="pagination">
  804. {block:NextPage}
  805. <a id="nextPage" href="{NextPage}">future<font size="2"><b> →</b></font></a>
  806. {/block:NextPage}
  807. {block:PreviousPage}
  808. <a href="{PreviousPage}"><font size="2"><b> ←</b></font>past</a>
  809. {/block:PreviousPage}
  810. </div>
  811. {/block:Pagination}
  812. {/block:IndexPage}
  813.  
  814. </div>
  815. </html>
  816.  
  817. <div style="position:fixed; bottom:10px; right:10px;">
  818.  
  819.  
  820.  
  821. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement