Advertisement
singforabsolution

Theme 11

Sep 24th, 2012
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.66 KB | None | 0 0
  1. <!--
  2. Theme by tomkirk.tumblr.com
  3. -->
  4.  
  5. <html>
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head>
  9.  
  10. <!--Default Variables-->
  11. <!--Colors-->
  12. <meta name="color:Background" content="#ffffff"/>
  13. <meta name="color:Link" content="#b1b3b4"/>
  14. <meta name="color:Link Hover" content="#b8d2df"/>
  15. <meta name="color:Link Hover Bkgd" content="#f8f8f8"/>
  16. <meta name="color:Scrollbar" content="#f0f0f0"/>
  17. <meta name="color:Scrollbar Background" content="#ffffff"/>
  18. <meta name="color:Text" content="#5a5959"/>
  19. <meta name="color:Border" content="#cccccc"/>
  20. <meta name="color:Accent" content="#f7f7f7"/>
  21. <meta name="color:Sidelinks" content="#f2f0f0"/>
  22. <meta name="color:Sidelinks Text" content="#706c6a"/>
  23. <meta name="color:Sidelinks Text Hover" content="#dacfcd"/>
  24. <meta name="color:Sidelinks Hover" content="#f8f8f8"/>
  25.  
  26. <!--Images-->
  27. <meta name="image:Background" content""/>
  28. <meta name="image:Sidebar" content""/>
  29.  
  30. <!--Options-->
  31. <meta name="if:Infinite Scrolling" content="0"/>
  32. <meta name="if:Faded Images" content=""/>
  33. <meta name="if:Inverted Images" content=""/>
  34.  
  35. <!--Links-->
  36. <meta name="text:Link 1 URL" content="/"/>
  37. <meta name="text:Link 1 name" content=""/>
  38. <meta name="text:Link 2 URL" content="/"/>
  39. <meta name="text:Link 2 name" content=""/>
  40. <meta name="text:Link 3 URL" content="/"/>
  41. <meta name="text:Link 3 name" content=""/>
  42. <meta name="text:Link 4 URL" content="/"/>
  43. <meta name="text:Link 4 name" content=""/>
  44. <meta name="text:Link 5 URL" content="/"/>
  45. <meta name="text:Link 5 name" content=""/>
  46.  
  47. {block:ifCrosshairCursor}
  48. <style type="text/css">body { cursor: crosshair; } </style>
  49. {/block:ifCrosshairCursor}
  50.  
  51. <style type="text/css">
  52.  
  53.  
  54. .wrapper{
  55. margin:auto;
  56. width: 717px;
  57. }
  58.  
  59. #tumblr_controls{
  60. position:fixed !important;
  61. top: 3px;
  62. right: 3px;
  63. }
  64.  
  65. {block:ifInvertedImages}img{
  66. opacity: 1;
  67. filter:alpha(opacity=10);
  68. -moz-opacity: 0.1;
  69. -moz-transition: all .9s ease;
  70. -o-transition: all .9s ease;
  71. transition: all .9s ease;
  72. -webkit-transition: all .9s ease;}
  73. {/block:ifInvertedImages}
  74.  
  75.  
  76. {block:ifInvertedImages} img:hover{
  77. opacity: .8;
  78. filter:alpha(opacity=100);
  79. -moz-opacity: 1;
  80. -moz-transition: all .9s ease;
  81. -o-transition: all .9s ease;
  82. transition: all .9s ease;
  83. -webkit-transition: all .9s ease;}
  84. {/block:ifInvertedImages}
  85.  
  86. {block:ifFadedImages}img{
  87. opacity: .8;
  88. filter:alpha(opacity=10);
  89. -moz-opacity: 0.1;
  90. -moz-transition: all .9s ease;
  91. -o-transition: all .9s ease;
  92. transition: all .9s ease;
  93. -webkit-transition: all .9s ease;}
  94. {/block:ifFadedImages}
  95.  
  96.  
  97. {block:ifFadedImages} img:hover{
  98. opacity: 1;
  99. filter:alpha(opacity=100);
  100. -moz-opacity: 1;
  101. -moz-transition: all .9s ease;
  102. -o-transition: all .9s ease;
  103. transition: all .9s ease;
  104. -webkit-transition: all .9s ease;}
  105. {/block:ifFadedImages}
  106.  
  107. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  108.  
  109.  
  110. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  111.  
  112.  
  113. {block:ifInvertedImages}.photo {
  114. opacity: 1;
  115. filter:alpha(opacity=10);
  116. -moz-opacity: 0.1;
  117. -moz-transition: all .9s ease;
  118. -o-transition: all .9s ease;
  119. transition: all .9s ease;
  120. -webkit-transition: all .9s ease;}
  121. {/block:ifInvertedImages}
  122.  
  123.  
  124. {block:ifInvertedImages}.photo:hover{
  125. opacity: .8;
  126. filter:alpha(opacity=100);
  127. -moz-opacity: 1;
  128. -moz-transition: all .9s ease;
  129. -o-transition: all .9s ease;
  130. transition: all .9s ease;
  131. -webkit-transition: all .9s ease;}
  132. {/block:ifInvertedImages}
  133.  
  134. {block:ifFadedImages}.photo {
  135. opacity: .8;
  136. filter:alpha(opacity=10);
  137. -moz-opacity: 0.1;
  138. -moz-transition: all .9s ease;
  139. -o-transition: all .9s ease;
  140. transition: all .9s ease;
  141. -webkit-transition: all .9s ease;}
  142. {/block:ifFadedImages}
  143.  
  144.  
  145. {block:ifFadedImages}.photo:hover{
  146. opacity: 1;
  147. filter:alpha(opacity=100);
  148. -moz-opacity: 1;
  149. -moz-transition: all .9s ease;
  150. -o-transition: all .9s ease;
  151. transition: all .9s ease;
  152. -webkit-transition: all .9s ease;}
  153. {/block:ifFadedImages}
  154.  
  155. ::-webkit-scrollbar {width: 5px; height: 5px; background:{color:Scrollbar Background}; }
  156. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar};
  157. -webkit-border-radius: 7px;-moz-border-radius: 7px;border-radius: 7px;}
  158.  
  159. body{
  160. background-color: {color:Background};
  161. background-image: url({image:Background});
  162. background-attachment: fixed;
  163. background-repeat: repeat;
  164. background-position: center;
  165. font-family:calibri;
  166. font-size:11px;
  167. line-height:13px;
  168. color:{color:Text};
  169. }
  170.  
  171. ::selection { color: {color:Link Hover};
  172. background: {color:Link Hover Bkgd}; }
  173. ::-moz-selection { color: {color:Link Hover};
  174. background: {color:Link Hover Bkgd}; }
  175.  
  176. a:link, a:active, a:visited{
  177. color: {color:Link};
  178. text-decoration:none;
  179. transition: all 0.5s ease-out;
  180. -o-transition-transition: all 0.5s ease-out;
  181. -webkit-transition: all 0.5s ease-out;
  182. -moz-transition: all 0.5s ease-out;
  183. }
  184. a:hover{
  185. color: {color:Link Hover};
  186. background: {color:Link Hover Bkgd};
  187. }
  188.  
  189. #dumb a:hover{
  190. background:transparent}
  191.  
  192. .entry {
  193. position:relative;
  194. padding:10px;
  195. width:400px;
  196. margin-top:20px;
  197. }
  198.  
  199. .entry img{
  200. {block:IndexPage}
  201. max-width:400px;
  202. {/block:IndexPage}
  203. }
  204.  
  205. .entry .permalink{
  206. position:absolute;
  207. margin-top:-20px;
  208. margin-left:200px;
  209. opacity:0;
  210. padding:5px;
  211. -webkit-transition: all 0.3s linear;
  212. -moz-transition: all 0.3s linear;
  213. transition: all 0.3s linear;
  214. }
  215.  
  216. .entry:hover .permalink{
  217. overflow:visible;
  218. opacity:1;
  219. margin-top:5px;
  220. -webkit-transition: opacity 0.3s linear;
  221. -webkit-transition: all 0.3s linear;
  222. -moz-transition: all 0.3s linear;
  223. transition: all 0.3s linear;
  224. }
  225.  
  226. .entry .permalinkk{
  227. position:absolute;
  228. margin-top:20px;
  229. margin-left:125px;
  230. opacity:0;
  231. padding:5px;
  232. -webkit-transition: all 0.3s linear;
  233. -moz-transition: all 0.3s linear;
  234. transition: all 0.3s linear;
  235. }
  236.  
  237. .entry:hover .permalinkk{
  238. overflow:visible;
  239. opacity:1;
  240. margin-top:5px;
  241. -webkit-transition: opacity 0.3s linear;
  242. -webkit-transition: all 0.3s linear;
  243. -moz-transition: all 0.3s linear;
  244. transition: all 0.3s linear;
  245. }
  246.  
  247. #posts {
  248. position:relative;
  249. width: 640px;
  250. margin-left:180px;
  251. }
  252.  
  253. #permalink a{
  254. text-align:right;
  255. text-transform:uppercase;
  256. font-size:9px;
  257. position:relative;
  258. margin-top:3px;
  259. padding-top:1px;
  260. padding:2px;
  261. background:{color:Sidelinks};
  262. border:1px solid {color:Border};
  263. }
  264.  
  265. #permalink a:hover{
  266. border:1px solid {color:Link Hover};
  267. }
  268.  
  269. #perma{
  270. text-align:right;
  271. text-transform:uppercase;font-size:9px;
  272. position:relative;
  273. margin-top:3px;
  274. padding-top:1px;
  275. }
  276.  
  277. #header {
  278. position:fixed;
  279. text-align:center;
  280. top:0;
  281. z-index:19999;
  282. width:410px;
  283. top:0;
  284. margin-left:175px;
  285. padding:10px;
  286. background:{color:Accent};
  287. border-bottom:1px solid {color:Border};
  288. }
  289.  
  290. #side {
  291. position:fixed;
  292. text-align:right;
  293. top:0;
  294. z-index:19999;
  295. padding-left:7px;
  296. z-index:2;
  297. width:180px;
  298. margin-top:140px;
  299. margin-left:-30px;
  300. padding:7px;
  301. }
  302.  
  303. #navigate{margin-top:3px;}
  304.  
  305. #navigate a{
  306. text-transform:uppercase;
  307. font-size:11px;
  308. transition: all 0.5s ease-out;
  309. -o-transition-transition: all 0.5s ease-out;
  310. -webkit-transition: all 0.5s ease-out;
  311. -moz-transition: all 0.5s ease-out;
  312. }
  313.  
  314. #navigate a:hover{
  315. background-color:{color:Sidelinks Hover};
  316. color:{color:Sidelinks Text Hover};
  317. }
  318.  
  319. .navigate a{
  320. overflow:hidden;
  321. height:12px;
  322. margin-left:3px;
  323. padding:1px;
  324. text-align:center;
  325. font-family:consolas;
  326. font-size:11px;
  327. text-transform:uppercase;
  328. z-index:1;
  329. display:inline-block;
  330. color:{color:Sidelinks Text};
  331. transition: all 0.5s ease-out;
  332. -o-transition-transition: all 0.5s ease-out;
  333. -webkit-transition: all 0.5s ease-out;
  334. -moz-transition: all 0.5s ease-out;
  335. }
  336.  
  337. .navigate a:hover{
  338. background-color:{color:Sidelinks Hover};
  339. color:{color:Sidelinks Text Hover};
  340. transition: all 0.5s ease-out;
  341. -o-transition-transition: all 0.5s ease-out;
  342. -webkit-transition: all 0.5s ease-out;
  343. -moz-transition: all 0.5s ease-out;
  344. }
  345.  
  346. .blogtitle{
  347. font-size:20px;
  348. line-height:20px;
  349. font-family:cambria;
  350. font-style:italic;
  351. padding:3px;
  352. margin-top:6px;
  353. margin-bottom:3px;
  354. background:{color:Accent};
  355. border-top:1px solid {color:Border};
  356. border-bottom:1px solid {color:Border};
  357. }
  358.  
  359. .blogtitle a:hover{
  360. background:{color:Accent};
  361. }
  362.  
  363. .posttitle{
  364. font-size: 18px;
  365. line-height: 22px;
  366. font-family:cambria;
  367. font-style:italic;
  368. text-align:center;
  369. padding-bottom:3px;
  370. border-bottom:1px solid {color:Border};
  371. }
  372.  
  373. #postnotes{
  374. text-align: justify;}
  375.  
  376. #postnotes blockquote{
  377. border: 0px;}
  378.  
  379. #infscr-loading{
  380. bottom: -70px;
  381. position: absolute;
  382. left: 50%;
  383. margin-left:-8px;
  384. width:16px;
  385. height:11px;
  386. overflow:hidden;
  387. margin-bottom: 50px;
  388. }
  389.  
  390. blockquote{
  391. padding:0px 0px 2px 5px;
  392. margin:0px 0px 2px 7px;
  393. border-left: 1px solid {color:Text};}
  394. blockquote p, ul{margin:0px; padding:0px;
  395. }
  396. .p { padding-top: 5px; }
  397. .ol, ul { margin-left: 10px; padding: 5px; }
  398. .ul { list-style-type: square; }
  399.  
  400. a img{border: 0px;}
  401.  
  402.  
  403. .chat .line{
  404. margin-top:-2px;
  405. padding: 4px;
  406. }
  407. .chat .line.odd{
  408. margin-top:-2px;
  409. background:{color:Accent};
  410. }
  411.  
  412. .label {font-weight:bold; color:{color:text}}
  413.  
  414. .cover {position: absolute; z-index: 1; width:65px;}
  415.  
  416. .playbox {background-color: #000; position: absolute; z-index: 1000;}
  417.  
  418. .playbutton {width: 20px; height: 30px; overflow: hidden; position: relative; z-index: 1000; margin: 11px 20px 8px 11px;}
  419.  
  420. .playbox {background-color: #000; position: absolute; z-index: 1000; margin-top: 8px; margin-left: 8px; opacity:.5;
  421. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;-webkit-border-radius: 45px;
  422. -moz-border-radius: 45px;
  423. border-radius: 45px;}
  424.  
  425. .playbox:hover {opacity:.8;}
  426.  
  427. .title{
  428. width:
  429. position:absolute;
  430. font-size:14px;
  431. margin-left:65px;
  432. padding:4px;
  433. z-index: 1000;
  434. }
  435.  
  436. .artist{
  437. width:
  438. position:absolute;
  439. font-size:14px;
  440. margin-left:65px;
  441. padding:5px;
  442. z-index: 1000;
  443. }
  444.  
  445. .notes img{width:10px; position:left; top:3px;}
  446.  
  447. #answer {
  448. padding-top:50px;
  449. }
  450.  
  451. #ask {
  452. float:left;
  453. margin-right:5px;
  454. padding:5px;
  455. background:{color:Accent};
  456. width:392px;
  457. }
  458.  
  459. #asker {
  460. float:left;
  461. }
  462.  
  463. .askername{
  464. text-transform:uppercase;
  465. font-size:10px;
  466. font-weight:bold;
  467. letter-spacing:1px;
  468. padding-top:3px;
  469. margin-top:3px;
  470. text-align:right;
  471. border-top:1px solid {color:Border};
  472. }
  473.  
  474. {CustomCSS}
  475. </style>
  476.  
  477. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
  478. <script type="text/javascript">
  479. $(function(){
  480. $("#pageLink").click(function(){
  481. $("#titlePages").fadeToggle(500);
  482. });
  483. });
  484. </script>
  485.  
  486. {block:IndexPage}
  487. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/4IKlvmzup/jquery.masonry.min.js"></script>
  488. {block:ifInfiniteScrolling}
  489. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  490. {/block:ifInfiniteScrolling}
  491. <script type="text/javascript">
  492. $(window).load(function () {
  493. var $content = $('#posts');
  494. $content.masonry({
  495. itemSelector: '.entry',
  496. isAnimated: true
  497. }),
  498. $content.infinitescroll({
  499. navSelector : '#pagination',
  500. nextSelector : '#pagination a#nextPage',
  501. itemSelector : '.entry',
  502. loading: {
  503. finishedMsg: '',
  504. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  505. },
  506. bufferPx : 200,
  507. debug : false,
  508. },
  509. // call masonry as a callback.
  510. function( newElements ) {
  511. var $newElems = $( newElements );
  512. $newElems.hide();
  513. // ensure that images load before adding to masonry layout
  514. $newElems.imagesLoaded(function(){
  515. $content.masonry( 'appended',
  516. $newElems, true,
  517. function(){$newElems.fadeIn(300);}
  518. );
  519.  
  520.  
  521. });
  522. });
  523. });
  524. </script>
  525. {/block:IndexPage}
  526.  
  527. <title>{title}</title>
  528.  
  529. <link rel="shortcut icon" href="{Favicon}">
  530. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  531. <meta name="viewport" content="width=820" />
  532.  
  533. </head>
  534. <body>
  535. <div class="wrapper">
  536. <div id="header">
  537. <div class="navigate">
  538. {block:ifNotInfiniteScrolling}
  539. {block:Pagination}
  540. {block:PreviousPage} <a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}
  541. {/block:Pagination}
  542. {/block:ifNotInfiniteScrolling}
  543. <a href="{text:Link 1 URL}">{text:Link 1 name}</a> &nbsp;
  544. <a href="{text:Link 2 URL}">{text:Link 2 name}</a> &nbsp;
  545. <a href="{text:Link 3 URL}">{text:Link 3 name}</a> &nbsp;
  546. <a href="{text:Link 4 URL}">{text:Link 4 name}</a> &nbsp;
  547. <a href="{text:Link 5 URL}">{text:Link 5 name}</a> &nbsp;
  548. <a href="http://tomkirk.tumblr.com/">theme</a> &nbsp;
  549. {block:ifNotInfiniteScrolling}
  550. {block:Pagination}
  551. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  552. {/block:Pagination}
  553. {/block:ifNotInfiniteScrolling}
  554. </div>
  555. </div>
  556. <div id="side">
  557. <div id="dumb">
  558. <a href="/"><img src="{image:Sidebar}" width="120" height="120" style="-webkit-border-radius: 160px;
  559. -moz-border-radius: 160px;
  560. border-radius: 160px;"></a>
  561. </div>
  562. <div style="padding:3px;">
  563. {Description}
  564. </div>
  565. </div>
  566.  
  567. <div id="posts">
  568.  
  569. {block:Posts}
  570. <div class="entry">
  571. <br>
  572.  
  573. {block:Answer}
  574. <div id="ask">{Question}
  575. <div class="askername">{Asker}</div>
  576. </div>
  577. <div id="answer">
  578. {Answer}
  579. </div>
  580. {block:IndexPage}
  581. <div id="perma">
  582. <a href="{Permalink}">Posted {TimeAgo} with {NoteCountWithLabel}</a>
  583. </div>
  584. {/block:IndexPage}
  585. {/block:Answer}
  586.  
  587. {block:Text}
  588. {block:Title}
  589. <div class="posttitle">
  590. {Title}
  591. </div>
  592. {/block:Title}
  593. {Body}
  594. {block:IndexPage}
  595. <div id="perma">
  596. <a href="{Permalink}">Posted {TimeAgo} with {NoteCountWithLabel}</a>
  597. </div>
  598. <div style="position:absolute;text-align:left;text-transform:uppercase;font-size:9px;margin-top:-11px;">
  599. <a href="{ReblogURL}" target="_blank" class="details">Reblog This</a>
  600. </div>
  601. {/block:IndexPage}
  602. {/block:text}
  603.  
  604. {block:Link}
  605. <div class="posttitle">
  606. <a href="{URL}">{Name}</a>
  607. </div>
  608. {block:Description}{Description}{/block:Description}
  609. {block:IndexPage}
  610. <div id="perma">
  611. <a href="{Permalink}">Posted {TimeAgo} with {NoteCountWithLabel}</a>
  612. </div>
  613. <div style="position:absolute;text-align:left;text-transform:uppercase;font-size:9px;margin-top:-11px;">
  614. <a href="{ReblogURL}" target="_blank" class="details">Reblog This</a>
  615. </div>
  616. {/block:IndexPage}
  617. {/block:link}
  618.  
  619.  
  620. {block:Photo}
  621. {block:IndexPage}
  622. <div class="permalink">
  623. <div id="permalink">
  624. <a href="{Permalink}">{NoteCountWithLabel}</a>
  625. </div>
  626. </div>
  627. <div class="permalinkk">
  628. <div id="permalink">
  629. <a href="{ReblogURL}" target="_blank" class="details">Reblog This</a>
  630. </div>
  631. </div>
  632. {/block:IndexPage}
  633. {LinkOpenTag}<a href="{permalink}"target="_blank"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="400"/></a>{LinkCloseTag}
  634. {block:ContentSource}
  635. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  636. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  637. {/block:SourceLogo}
  638. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  639. {/block:ContentSource}
  640. {block:ReblogParentURL}
  641. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  642. {/block:ReblogParentURL}
  643. {block:Caption}{Caption}{/block:Caption}
  644. {/block:Photo}
  645.  
  646. {block:Photoset}
  647. {block:IndexPage}
  648. <div class="permalink">
  649. <div id="permalink">
  650. <a href="{Permalink}">{NoteCountWithLabel}</a>
  651. </div>
  652. </div>
  653. <div class="permalinkk">
  654. <div id="permalink">
  655. <a href="{ReblogURL}" target="_blank" class="details">Reblog This</a>
  656. </div>
  657. </div>
  658. {/block:IndexPage}
  659. <center>
  660. <div class="photo">
  661. {Photoset-400}
  662. </div>
  663. </center>
  664. <br>
  665. {block:Caption}{Caption}{/block:Caption}
  666. {/block:Photoset}
  667.  
  668. {block:Quote}
  669. <div class="posttitle">"{Quote}"</div>
  670. {block:Source}<br><i>-{Source}</i>{/block:Source}
  671. {block:IndexPage}
  672. <div id="perma">
  673. <a href="{Permalink}">Posted {TimeAgo} with {NoteCountWithLabel}</a>
  674. </div>
  675. <div style="position:absolute;text-align:left;text-transform:uppercase;font-size:9px;margin-top:-11px;">
  676. <a href="{ReblogURL}" target="_blank" class="details">Reblog This</a>
  677. </div>
  678. {/block:IndexPage}
  679. {/block:Quote}
  680.  
  681. {block:Chat}
  682. {block:Title}
  683. <div id="posttitle"><center>{Title}<br></center></div>{/block:title}<div class="chat">{block:Lines}<div class="chat"><div class="line {Alt}"><div class="{Alt} user_{UserNumber}">
  684. {block:Label}<span class="label"><b>{Label} </b></span>{/block:Label}{Line}</div></div></div>{/block:Lines}</div>
  685. {block:IndexPage}
  686. <div id="perma">
  687. <a href="{Permalink}">Posted {TimeAgo} with {NoteCountWithLabel}</a>
  688. </div>
  689. <div style="position:absolute;text-align:left;text-transform:uppercase;font-size:9px;margin-top:-11px;">
  690. <a href="{ReblogURL}" target="_blank" class="details">Reblog This</a>
  691. </div>
  692. {/block:IndexPage}
  693. {/block:Chat}
  694.  
  695.  
  696. {block:Audio}
  697. <div class="playbox">
  698. <div class="playbutton">
  699. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  700. </div></div>
  701. {block:AlbumArt}
  702. <img src="{AlbumArtURL}" class="cover">
  703. {/block:AlbumArt}
  704.  
  705. <div class="title">
  706. {block:TrackName}
  707. <b>Title</b>:{TrackName}
  708. {/block:TrackName}
  709. </div>
  710.  
  711. <div class="artist">
  712. {block:Artist}
  713. <b>Artist:</b>{Artist}
  714. {/block:Artist}
  715. </div>
  716.  
  717. <div class="title">
  718. {PlayCountWithLabel}
  719. </div>
  720.  
  721. <br>
  722. {block:Caption}{Caption}{/block:Caption}
  723. {block:IndexPage}
  724. <div id="perma">
  725. <a href="{Permalink}">Posted {TimeAgo} with {NoteCountWithLabel}</a>
  726. </div>
  727. <div style="position:absolute;text-align:left;text-transform:uppercase;font-size:9px;margin-top:-11px;">
  728. <a href="{ReblogURL}" target="_blank" class="details">Reblog This</a>
  729. </div>
  730. {/block:IndexPage}
  731. {/block:Audio}
  732.  
  733. {block:Video}
  734. {block:IndexPage}
  735. <div class="permalink">
  736. <div id="permalink">
  737. <a href="{Permalink}">{NoteCountWithLabel}</a>
  738. </div>
  739. </div>
  740. <div class="permalinkk">
  741. <div id="permalink">
  742. <a href="{ReblogURL}" target="_blank" class="details">Reblog This</a>
  743. </div>
  744. </div>
  745. {/block:IndexPage}
  746. <center>{Video-400}</center>
  747. {block:Caption}{Caption}{/block:Caption}
  748. {block:Video}
  749.  
  750. {block:PermalinkPage}
  751. <br>
  752. <center>
  753. {block:Date}
  754. Posted {TimeAgo} on
  755. {Month} {DayofMonth},{Year}
  756. {/block:Date}
  757. {block:NoteCount} with {NoteCountWithLabel}
  758. {/block:NoteCount}
  759. {block:HasTags} · Tags:
  760. {block:Tags}#<a href="{TagURL}"> {Tag} </a>
  761. {/block:Tags}
  762. {/block:HasTags}
  763. <br>{block:RebloggedFrom}VIA: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> · (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  764. </center>
  765. {/block:PermalinkPage}
  766.  
  767. {block:PostNotes}{PostNotes}
  768. {/block:PostNotes}
  769. </div>
  770.  
  771.  
  772. {/block:Posts}
  773. </div>
  774. </div>
  775. {block:IndexPage}<br>
  776. {block:Pagination}
  777. <div id="pagination">
  778. {block:NextPage}
  779. <a id="nextPage" href="{NextPage}"> </a>
  780. {/block:NextPage}
  781. {block:PreviousPage}
  782. <a href="{PreviousPage}"> </a>
  783. {/block:PreviousPage}
  784. </div>
  785. {/block:Pagination}
  786. {/block:IndexPage}
  787. </div>
  788. </body>
  789. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement