Advertisement
sighthemes

Theme Six; By Spencer

Dec 4th, 2013
496
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.18 KB | None | 0 0
  1. <!--
  2.  
  3. New theme 6 by Spencer (sighthemes)
  4. Keep the credit
  5. Or you will be reported
  6.  
  7. Do not steal or steal parts of the coding
  8. I worked very hard and it would be very disrespectful
  9.  
  10. Make sure your posts per page is set at 15 or the infinite scroll won't work! (Customize > Advanced > Posts per page > 15 > Save)
  11.  
  12. -->
  13.  
  14. <html lang="en">
  15. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  16. <html xmlns="http://www.w3.org/1999/xhtml">
  17. <head>
  18. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
  19. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  20.  
  21. <script>
  22. (function($){
  23. $(document).ready(function(){
  24. $("a[title]").style_my_tooltips({
  25. tip_follows_cursor:true,
  26. tip_delay_time:90,
  27. tip_fade_speed:600,
  28. attribute:"title"
  29. });
  30. });
  31. })(jQuery);
  32. </script>
  33. <script type="text/javascript">
  34. <!--
  35.  
  36. // Disable Right Click Script
  37.  
  38. function IE(e)
  39. {
  40. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  41. {
  42. return false;
  43. }
  44. }
  45. function NS(e)
  46. {
  47. if (document.layers || (document.getElementById && !document.all))
  48. {
  49. if (e.which == "2" || e.which == "3")
  50. {
  51. return false;
  52. }
  53. }
  54. }
  55. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  56.  
  57. //-->
  58. </script>
  59.  
  60.  
  61. <script type="text/javascript"
  62. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  63.  
  64. <!--DEFAULT VARIABLES-->
  65. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  66. <meta name="color:background" content="#fff"/>
  67. <meta name="color:link" content="#777"/>
  68. <meta name="color:text" content="#777"/>
  69. <meta name="color:scrollbar" content="#ccc">
  70. <meta name="image:sidebar" content="1"/>
  71. <meta name="image:background" content="1"/>
  72.  
  73. <meta name="text:link one title" content="Link One" />
  74. <meta name="text:link one" content="http://" />
  75. <meta name="text:link two title" content="Link Two" />
  76. <meta name="text:link two" content="http://" />
  77. <meta name="text:link three title" content="Link Three" />
  78. <meta name="text:link three" content="http://" />
  79. <meta name="text:link four title" content="Link Four" />
  80. <meta name="text:link four" content="http://" />
  81.  
  82. <style type="text/css">
  83.  
  84.  
  85. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  86.  
  87. ::-webkit-scrollbar-thumb{
  88. background-color: {color:scrollbar};
  89. border: 2px solid #ffffff;
  90. height:5px;
  91. -moz-border-radius: 20px;
  92. border-radius: 20px;
  93. }
  94.  
  95. ::-webkit-scrollbar {
  96. height:5px;
  97. width:9px;
  98. background-color: #aaaaaa;
  99. border: 4px solid #fff;
  100. }
  101.  
  102. ::selection {
  103. background: #fff;
  104. }
  105.  
  106. ::-moz-selection {
  107. background: #fff;
  108. }
  109.  
  110.  
  111. p {
  112. margin:0px;
  113. margin-top:5px;
  114. }
  115.  
  116. body {
  117. padding: 0px;
  118. margin: 0px;
  119. color:{color:text};
  120. font-family:arial;
  121. font-size:9px;
  122. line-height:100%;
  123. text-normal;
  124. text-align:left;
  125. background-color:#f2f2f2;
  126. background-attachment: fixed;
  127. background-repeat: repeat;
  128. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  129. }
  130.  
  131.  
  132.  
  133.  
  134.  
  135. a:link, a:active, a:visited{
  136. text-decoration: none;
  137. -webkit-transition: color 0.3s ease-out;
  138. -moz-transition: color 0.3s ease-out;
  139. transition: color 0.3s ease-out;
  140. color:{color:link};
  141. }
  142.  
  143.  
  144. div#qTip {
  145. z-index:999999999999999999999999;
  146. padding:0px 4px 0px 3px;
  147. margin: 1px 0px 0px 10px;
  148. box-shadow:1px 1px 3px rgba(0,0,0, .1);
  149. border-radius:4px;
  150. border:1px solid #ddd;
  151. display: none;
  152. font: 10px calibri;
  153. text-align: center;
  154. position: absolute;
  155. letter-spacing: px;
  156. background: white;
  157. color: #c0c0c0;
  158. text-transform: lowercase;
  159. font-style:italic;
  160. }
  161.  
  162. div#center{
  163. margin:auto;
  164. position:relative;
  165. width:1000px;
  166. background-color:;
  167. overflow:auto;
  168. overflow-y:hidden;
  169. }
  170.  
  171. .entry {
  172. opacity:.9;
  173. border-radius: 5px;
  174. width:240px;
  175. overflow: ;
  176. background: #fff;
  177. padding:6px;
  178. margin: 20px;
  179. padding-bottom:5px;
  180. border:1px solid #cccccc;
  181. margin-bottom:13px;
  182. {block:permalinkpage}
  183. width: 500px;
  184. {/block:permalinkpage}
  185. display: block;
  186. position: relative;
  187. -webkit-transition: all 1s ease-in-out;
  188. -moz-transition: all 1s ease-in-out;
  189. transition: all 1s ease-in-out;
  190. }
  191. .entry img{
  192. border-radius: 3px;
  193. {block:permalinkpage}
  194. width: 500px;
  195. {/block:permalinkpage}
  196. -webkit-transition: opacity .5s linear;-webkit-transition: all .5s ease-out;-moz-transition: all .5s ease-out;transition: all .5s ease-out;
  197. }
  198.  
  199.  
  200. .entry .perma{
  201. width:28px;
  202. height:65px;
  203. margin-left:260px;
  204. padding-left:2px;
  205. padding-right:4px;
  206. position: absolute;
  207. line-height: 15px;
  208. overflow:;
  209. text-align:center;
  210. top:0px;
  211. color: {color:link};
  212. background:white;
  213. font-family:consolas;
  214. font-size:9px;
  215. border-radius: 3px;
  216. text-transform:uppercase;
  217. letter-spacing:1px;
  218. opacity: 0.0;
  219. -webkit-box-shadow: 0px 0px 20px #cccccc; -moz-box-shadow: 0px 0px 20px #cccccc; box-shadow: 1px 1px 20px #cccccc;
  220. -webkit-transition: all 1s ease-in-out;
  221. -moz-transition: all 1s ease-in-out;
  222. transition: all 1s ease-in-out;
  223.  
  224. }
  225.  
  226. .entry:hover .perma{
  227. opacity:1;
  228. -webkit-transition: all 1s ease-in-out;
  229. -moz-transition: all 1s ease-in-out;
  230. transition: all 1s ease-in-out;
  231. }
  232.  
  233. .perma:after {
  234. top: 15%;
  235. border: solid transparent;
  236. content: " ";
  237. height: 0;
  238. width: 0;
  239. position: absolute;
  240. pointer-events: none;
  241. }
  242.  
  243. .perma:after {
  244. border-color: ;
  245. border-right-color: #fff; /* Cor da Setinha */
  246. border-width: 10px;
  247. left: 34%;
  248. margin-left: -31px;
  249. }
  250.  
  251. .entry:hover{
  252. {block:IndexPage}
  253. margin-left:0px;
  254. -webkit-transition: all 1s ease-in-out;
  255. -moz-transition: all 1s ease-in-out;
  256. transition: all 1s ease-in-out;
  257. {/block:IndexPage}
  258. }
  259.  
  260. .permalinktext{
  261. display: block;
  262. font-calibri;
  263. font-size:9px;
  264. line-height:3px;
  265. letter-spacing:1px;
  266. text-transform:uppercase;
  267. text-align: right;
  268. background-color:transparent;
  269. margin: 2px;
  270. margin-top:5px;
  271. border-top:1px solid #eee;
  272. padding-top:6px;
  273. }
  274.  
  275. #posts {
  276. width:700px;
  277. margin-top:10px;
  278. z-index:3;
  279. margin-left:250px;
  280. right:auto;
  281. background:transparent;
  282. margin-right:auto;
  283. position:relative;
  284. overflow-y: hidden;
  285. opacity:.85;
  286. }
  287.  
  288. asker{
  289. margin-left:-4px;
  290. font-family:Ubuntu;
  291. font-size:10px;
  292. text-transform:uppercase;
  293. letter-spacing:0px;
  294. background-color:#f7f7f7;
  295. line-height:17px;
  296. border-bottom:1px solid #eee;
  297. padding-right:2px;
  298. padding-left:2px;
  299. }
  300.  
  301. #sidebar{
  302. position:fixed !important;
  303. width:200px;
  304. background:white;
  305. height:auto;
  306. margin-top:160px;
  307. margin-left:880px;
  308. text-align:center;
  309. padding:6px;
  310. padding-bottom:4px;
  311. -webkit-filter:grayscale(40%);
  312. border-radius:5px;
  313. opacity:1;
  314. z-index:99999999999;
  315. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  316. }
  317.  
  318. #sidebar:hover .links{
  319. margin-top: 1px;
  320. opacity: 1;
  321. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  322. }
  323.  
  324. #sidebar:hover .description{
  325. margin-top: 1px;
  326. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  327. }
  328.  
  329. #sidebar .links{
  330. width:200px;
  331. height:auto;
  332. margin-top:-20px;
  333. margin-left:0px;
  334. opacity: 0;
  335. font-family:calibri;
  336. line-height:11px;
  337. word-spacing:1px;
  338. font-size:10px;
  339. color:#777;
  340. z-index: -9;
  341. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  342. }
  343.  
  344. #sidebar .description{
  345. width:200px;
  346. height:auto;
  347. margin-top:10px;
  348. margin-left:0px;
  349. font-family:calibri;
  350. line-height:11px;
  351. word-spacing:1px;
  352. font-size:10px;
  353. color:#777;
  354. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  355. }
  356.  
  357.  
  358. #blogtitle{
  359. position: fixed;
  360. z-index: 9999999;
  361. margin-top: -21px;
  362. margin-left: 5px;
  363. text-align: center;
  364. text-transform: lowercase;
  365. font-size: 40px;
  366. line-height: 5px;
  367. font-family: fuck;
  368. color: #fff;
  369. text-shadow: -1px 0 {color:link}, 0 1px {color:link}, 1px 0 {color:link}, 0 -1px {color:link} ;
  370. }
  371.  
  372. @font-face {font-family:fuck;src: url('http://static.tumblr.com/fxpo5zq/oefmes3gi/cedarville_pnkfun_1_cursive.ttf');,}
  373.  
  374. @font-face{font-family: 'lolol'; src: url('http://static.tumblr.com/hxu4bui/XBSmrubll/websymbols-regular.otf'); }
  375.  
  376. #fuck{
  377. position: fixed;
  378. height: 164px;
  379. width: 70px;
  380. margin-top: 175px;
  381. margin-left: 55px;
  382. background: transparent;
  383. border: 1px solid {color:link};
  384. }
  385.  
  386. #audio {
  387. width:200px;
  388. height:auto;
  389. min-height:60px;
  390. padding-bottom:0px;
  391. }
  392.  
  393. .ass {
  394. position: relative;
  395. display: block;
  396. background: #f7f7f7;
  397. color: #777;
  398. margin-bottom: 12px;
  399. padding: 10px;
  400. border-radius: 6px;
  401. }
  402. .ass:after {
  403. top: 100%;
  404. border: solid transparent;
  405. content: " ";
  406. height: 0;
  407. width: 0;
  408. position: absolute;
  409. pointer-events: none;
  410. }
  411.  
  412. .ass:after {
  413. border-color: rgba(136, 183, 213, 0);
  414. border-top-color: #f7f7f7; /* Cor da Setinha */
  415. border-width: 10px;
  416. left: 10%;
  417. margin-left: -10px;
  418. }
  419.  
  420. .cover {
  421. position:absolute;
  422. z-index:1;
  423. width:60px;
  424. height:60px;
  425. }
  426.  
  427. .cover img {
  428. float:left;
  429. width:60px;
  430. height:60px;
  431. }
  432.  
  433. .playbox {
  434. opacity:0.6;
  435. width:27px;
  436. height:30px;
  437. overflow:hidden;
  438. position:absolute;
  439. z-index:1000;
  440. margin-left:17px;
  441. margin-top:17px;
  442. text-align:center;
  443. }
  444.  
  445. .info {
  446. margin-left:66px;
  447. margin-top:3px;
  448. line-height:12px;
  449. }
  450.  
  451. askk{
  452. font-size:9px;
  453. text-transform:uppercase;
  454. letter-spacing:1px;
  455. color:#73ac69;
  456. }
  457.  
  458. @font-face{font-family:high; src:url('http://static.tumblr.com/3jj4ois/ixMms3uip/willg___.ttf');}
  459.  
  460. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  461.  
  462. .title{
  463. line-height: 20px;
  464. color:{color:link};
  465. font-family:high;
  466. font-size:18px;
  467. font-weight: normal;
  468. }
  469.  
  470. .permalink{
  471. text-transform: normal;
  472. display: block;
  473. text-align: right;
  474. text-decoration: none;
  475. }
  476.  
  477. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS*/
  478. #infscr-loading{
  479. bottom: -70px;
  480. position: absolute;
  481. left: 50%;
  482. margin-left:-8px;
  483. width:16px;
  484. height:11px;
  485. overflow:hidden;
  486. margin-bottom: 50px;
  487. }
  488.  
  489. #postnotes{
  490. text-align: justify;}
  491.  
  492. #postnotes blockquote{
  493. border: 0px;}
  494.  
  495. blockquote{
  496. padding:0px 0px 2px 5px;
  497. margin:5px 5px 5px 5px;
  498. border-left: 2px solid {color:};
  499. }
  500.  
  501. blockquote p, ul{
  502. margin:0px;
  503. padding:0px;
  504. }
  505.  
  506. a img{border: 0px;}
  507.  
  508.  
  509. ul, ol, li{list-style:none; margin-top:5px; padding:0px;}
  510.  
  511. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  512. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  513.  
  514. .notes img{width:10px; position:relative; top:3px;}
  515. <--ses-->
  516. small{font-size: 90%;}
  517.  
  518. {CustomCSS}
  519.  
  520. </style>
  521.  
  522. {block:IndexPage}
  523. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  524. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  525.  
  526. <script type="text/javascript">
  527. $(window).load(function(){
  528. var $wall = $('#posts');
  529. $wall.imagesLoaded(function(){
  530. $wall.masonry({
  531. itemSelector: '.entry, .entry_photo',
  532. isAnimated : false
  533. });
  534. });
  535.  
  536. $wall.infinitescroll({
  537. navSelector : '#pagination',
  538. nextSelector : '#pagination a',
  539. itemSelector : '.entry, .entry_photo',
  540. bufferPx : 2000,
  541. debug : false,
  542. errorCallback: function() {
  543. $('#infscr-loading').fadeOut('normal');
  544. }},
  545. function( newElements ) {
  546. var $newElems = $( newElements );
  547. $newElems.hide();
  548. $newElems.imagesLoaded(function(){
  549. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  550. });
  551. }); $('#posts').show(500);
  552. });
  553. </script>
  554.  
  555.  
  556. {/block:IndexPage}
  557.  
  558.  
  559. <title>{title}</title>
  560.  
  561. <link rel="shortcut icon" href="{Favicon}" />
  562. <meta name="viewport" content="width=820" />
  563. </head>
  564.  
  565. <body><body onkeydown="return false">
  566. <BODY onselectstart="return false;" ondragstart="return false;">
  567. <div class="wrapper">
  568. <div class="header">
  569. </div>
  570. <script type="text/javascript" src="http://static.tumblr.com/kwt5vuq/o3Mmx9njc/infinitescroll.txt"></script>
  571.  
  572. <div id="cage">
  573. <div id="center">
  574.  
  575.  
  576. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  577.  
  578. <div id="sidebar">
  579. <div id="blogtitle">{Title}</div>
  580. <center>
  581. <a href="/"><img src="{image:sidebar}" style="border-radius:5px;" width=100%></a>
  582. <div class="links">
  583. <div class="lols">
  584. <a href="{text:link one}">{text:link one title}</a> /
  585. <a href="{text:link two}">{text:link two title}</a> /
  586. <a href="{text:link three}">{text:link three title}</a> /
  587. <a href="{text:link four}">{text:link four title}</a>
  588. </div></div>
  589. <div class="description">
  590. {description} </div>
  591. </center>
  592. </div>
  593.  
  594.  
  595. <!------------------------------------->
  596.  
  597.  
  598. <div class="left">
  599. <div id="posts">
  600. {block:Posts}
  601. <div class="entry">
  602.  
  603. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><div class="perma"><br><div style="font-family:'lolol'; font-size:17px; display:inline; font-weight:lighter; color:{color:Title};"><a href="{reblogurl}">J</a> <p> <div style="border-top:1px solid #ccc;margin-top:5px;"> </div> <p><p> <a href="{reblogurl}" title="{notecountwithlabel}">K</a> </div> </div>
  604. {/block:Text}
  605.  
  606. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <div class="perma"><br><div style="font-family:'lolol'; font-size:17px; display:inline; font-weight:lighter; color:{color:Title};"><a href="{reblogurl}">J</a> <p> <div style="border-top:1px solid #ccc;margin-top:5px;"> </div> <p><p> <a href="{reblogurl}" title="{notecountwithlabel}">K</a> </div> </div>{block:Link}
  607.  
  608. {block:Answer}
  609. <div class="ass"><askk><u>{Asker}:</u></askk> {Question}</div>
  610.  
  611. {Answer}
  612.  
  613. <center>
  614. <div class="perma"><br><div style="font-family:'lolol'; font-size:17px; display:inline; font-weight:lighter; color:{color:Title};"><a href="{reblogurl}">J</a> <p> <div style="border-top:1px solid #ccc;margin-top:5px;"> </div> <p><p> <a href="{reblogurl}" title="{notecountwithlabel}">K</a> </div> </div>{/block:Answer}
  615.  
  616. {block:Photo}
  617. {block:IndexPage}
  618. <center>
  619. <div class="perma"><br><div style="font-family:'lolol'; font-size:17px; display:inline; font-weight:lighter; color:{color:Title};"><a href="{reblogurl}">J</a> <p> <div style="border-top:1px solid #ccc;margin-top:5px;"> </div> <p><p> <a href="{reblogurl}" title="{notecountwithlabel}">K</a> </div> </div>
  620. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  621. {/block:IndexPage}
  622. {block:PermalinkPage}
  623. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" style="border-radius:5px;" alt="{PhotoAlt}" width="100%"/></a></div>
  624.  
  625. {LinkCloseTag}
  626. {/block:PermalinkPage}
  627. {/block:Photo}
  628.  
  629. {block:Photoset}
  630. <center>
  631. {block:IndexPage}
  632. <div class="perma"><br><div style="font-family:'lolol'; font-size:17px; display:inline; font-weight:lighter; color:{color:Title};"><a href="{reblogurl}">J</a> <p> <div style="border-top:1px solid #ccc;margin-top:5px;"> </div> <p><p> <a href="{reblogurl}" title="{notecountwithlabel}">K</a> </div> </div>
  633. <div style="width: 220px; overflow-x:hidden;overflow-y:hidden;">{Photoset-250}</div>
  634. {/block:IndexPage}
  635. </center>
  636. <center>{block:PermalinkPage}<div style="width: auto; overflow-x:hidden;overflow-y:hidden;">{Photoset-500}{/block:PermalinkPage}</center>
  637. {/block:Photoset}
  638.  
  639. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><div class="perma"><br><div style="font-family:'lolol'; font-size:17px; display:inline; font-weight:lighter; color:{color:Title};"><a href="{reblogurl}">J</a> <p> <div style="border-top:1px solid #ccc;margin-top:5px;"> </div> <p><p> <a href="{reblogurl}" title="{notecountwithlabel}">K</a> </div> </div>{/block:Quote}
  640.  
  641. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  642. <ul class="chat">
  643. {block:Lines}
  644. <li class="user_{UserNumber}">
  645. {block:Label}
  646. <b><span class="label">{Label}</span></b>
  647. {/block:Label}
  648.  
  649. {Line}
  650. </li>
  651. {/block:Lines}
  652. <div class="perma"><br><div style="font-family:'lolol'; font-size:17px; display:inline; font-weight:lighter; color:{color:Title};"><a href="{reblogurl}">J</a> <p> <div style="border-top:1px solid #ccc;margin-top:5px;"> </div> <p><p> <a href="{reblogurl}" title="{notecountwithlabel}">K</a> </div> </div>
  653. {/block:Chat}
  654.  
  655. {block:Audio}
  656. <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>
  657. {block:IndexPage}
  658. <div class="perma"><br><div style="font-family:'lolol'; font-size:17px; display:inline; font-weight:lighter; color:{color:Title};"><a href="{reblogurl}">J</a> <p> <div style="border-top:1px solid #ccc;margin-top:5px;"> </div> <p><p> <a href="{reblogurl}" title="{notecountwithlabel}">K</a> </div> </div>
  659. {/block:IndexPage}
  660. {/block:Audio}
  661.  
  662. {block:Video}
  663. <center>
  664. {block:IndexPage}
  665. <div class="perma">
  666. {Month} {DayOfMonth} with <a href="{permalink}">{notecountwithlabel}</a> - <a href="{reblogurl}">reblog</a>
  667. </div>
  668. <div style="width: 220px; overflow-x:hidden;overflow-y:hidden;">{Video-250}</div>
  669. {/block:IndexPage}
  670. </center>
  671. <center>{block:PermalinkPage}<div style="width: 450px; overflow-x:hidden;overflow-y:hidden;">{Video-500}{/block:PermalinkPage}</center>
  672. {block:Video}
  673.  
  674.  
  675. {block:PostNotes}<div align="left">{caption}</div>
  676. <center>
  677.  
  678. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  679.  
  680. {block:HasTags}
  681. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  682. {block:RebloggedFrom}
  683. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  684. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  685.  
  686. {/block:RebloggedFrom}
  687. </center></span>
  688. <br>
  689. <div id="postnotes">{PostNotes}</div><br>
  690.  
  691. <center>{block:ContentSource}
  692. <br><a href="{SourceURL}">
  693. {lang:Source}:
  694. {block:SourceLogo}
  695. <img src="{BlackLogoURL}" width="{LogoWidth}"
  696. height="{LogoHeight}" alt="{SourceTitle}" />
  697. {/block:SourceLogo}
  698. {block:NoSourceLogo}
  699. {SourceLink}
  700. {/block:NoSourceLogo}
  701. </a>
  702. {/block:ContentSource}</center>
  703.  
  704. {/block:PostNotes}
  705. </div>
  706. {/block:Posts}
  707. </div></div>
  708.  
  709. {block:IndexPage}
  710. {block:Pagination}
  711. <div id="pagination">
  712. {block:NextPage}
  713. <a id="nextPage" href="{NextPage}"></a>
  714. {/block:NextPage}
  715. {block:PreviousPage}
  716. <a href="{PreviousPage}"></a>
  717. {/block:PreviousPage}
  718. </div>
  719. {/block:Pagination}
  720. {/block:IndexPage}
  721. </div></div>
  722. </body>
  723. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement