Advertisement
extendedhate

"limited" theme

Jul 14th, 2014
600
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.26 KB | None | 0 0
  1. <!--
  2. "limited" theme by coolified
  3. keep the credit or add it to your faq thanks, enjoy.
  4. -->
  5.  
  6. <html lang="en">
  7. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8. <html xmlns="http://www.w3.org/1999/xhtml">
  9. <head>
  10. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  11. <script type="text/javascript">
  12. $(document).ready(function(){
  13. $(".links_body").hide();
  14. $(".links_head").click(function(){
  15. $(this).next(".links_body").slideToggle('fast');
  16. }); }); </script>
  17. <style type="text/css">
  18. .links_list {{block:ifroundednavigation}border-radius:5px;{/block:ifroundednavigation}background:{color:sidebar background};border: 1px solid {color:sidebar border}; position:fixed; margin:0px; padding:10px; width:210px;margin-top:100px; margin-left:30px;}
  19. .links_head { cursor:pointer; position:relative; margin:1px; text-align:left; }
  20. .links_body { ; text-align:left; color: {color:description text}; display:none;}
  21. </style>
  22.  
  23. <link href='http://fonts.googleapis.com/css?family=Ubuntu:300' rel='stylesheet' type='text/css'>
  24.  
  25. <script type="text/javascript"
  26. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  27.  
  28. <!--DEFAULT VARIABLES-->
  29. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  30. <meta name="color:Background" content="#fff"/>
  31. <meta name="color:Hover" content="#fff"/>
  32. <meta name="color:Page Border" content="#aaa"/>
  33. <meta name="color:Entry Text" content="#aaa"/>
  34. <meta name="color:Description Text" content="#aaa"/>
  35. <meta name="color:Entry Background" content="#fff"/>
  36. <meta name="color:Entry Border" content="#eee"/>
  37. <meta name="color:Sidebar Border" content="#eee"/>
  38. <meta name="color:Sidebar Background" content="#fff"/>
  39. <meta name="color:Permalinks Background" content="#f8f8f8"/>
  40. <meta name="color:Links" content="#aaa"/>
  41. <meta name="color:Title" content="#aaa"/>
  42. <meta name="image:Background" content="0"/>
  43. <meta name="text:Link One" content="">
  44. <meta name="text:Link One Title" content="">
  45. <meta name="text:Link Two" content="">
  46. <meta name="text:Link Two Title" content="">
  47. <meta name="text:Link Three" content="">
  48. <meta name="text:Link Three Title" content="">
  49. <meta name="text:Link Four" content="">
  50. <meta name="text:Link Four Title" content="">
  51. <meta name="text:Link Five" content="">
  52. <meta name="text:Link Five Title" content="">
  53. <meta name="text:Link Six" content="">
  54. <meta name="text:Link Six Title" content="">
  55. <meta name="text:Link Seven" content="">
  56. <meta name="text:Link Seven Title" content="">
  57. <meta name="text:Link Eight" content="">
  58. <meta name="text:Link Eight Title" content="">
  59. <meta name="color:Scrollbar" content="#000000"/>
  60. <meta name="color:Scrollbar Background" content="#fff"/>
  61. <meta name="if:Page Border" content="1" />
  62. <meta name="if:White Follow Buttons" content="1" />
  63. <meta name="if:Faded Images" content="1" />
  64. <meta name="if:Inverted Images" content="0" />
  65. <meta name="if:Rounded Entries" content="0" />
  66. <meta name="if:Rounded Permalinks" content="0" />
  67. <meta name="if:Show Tags" content="1" />
  68. <meta name="if:Show Blogtitle" content="1" />
  69. <meta name="if:Rounded Sidebar" content="0" />
  70. <meta name="if:Entry Border" content="1" />
  71. <meta name="if:Sidebar Border" content="1" />
  72. <meta name="if:Rounded Navigation" content="0" />
  73.  
  74. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  75.  
  76. <style>
  77. div#qTip {
  78. padding: 5px;
  79. height:8px;
  80. font-family:consolas;
  81. font-size:10px;
  82. display: none;
  83. text-align: center;
  84. position: absolute;
  85. line-height:8px;
  86. z-index: 999999999999;
  87. background: #fff;
  88. color: #aaa;
  89. border: 1px solid #f8f8f8;
  90. letter-spacing: 0px;
  91. }
  92. </style>
  93.  
  94. <style type="text/css">
  95.  
  96.  
  97. ::-webkit-scrollbar-thumb{
  98. background-color: {color:scrollbar};
  99. border: 2px solid {color:scrollbar background};
  100. height:auto;
  101. -moz-border-radius: 10px;
  102. border-radius: 10px;
  103. }
  104.  
  105.  
  106.  
  107. ::-webkit-scrollbar {
  108. height:auto;
  109. width:8px;
  110. background-color: #999999;
  111. border: 4px solid {color:scrollbar background};
  112. }
  113.  
  114.  
  115. {block:ifWhiteFollowButtons}iframe#tumblr_controls {-webkit-filter: invert(100%); right:2px !important; z-index: 1; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.4;-webkit-transition: all 0.8s ease-out;-moz-
  116.  
  117. transition: all 0.8s ease-out;transition: all 0.8s ease-out;z-index:99999;}
  118.  
  119. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}{/block:ifWhiteFollowButtons}
  120.  
  121. {block:ifNOTWhiteFollowButtons}iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.6;-webkit-transition: all 0.8s ease-out;-moz-
  122.  
  123. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  124.  
  125. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;z-index:99999;}{/block:ifNOTWhiteFollowButtons}
  126. body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
  127.  
  128.  
  129. p {
  130. margin:0px;
  131. margin-top:0px;
  132. }
  133.  
  134.  
  135. body {
  136. padding: 0px;
  137. margin: 0px;
  138. color:{color:Entry Text};
  139. font-family: ubuntu;
  140. text-align: left;
  141. line-height:11px;
  142. font-size:12px;
  143. background-color: {color:Background};
  144. background-image:url({image:Background});
  145. background-attachment: fixed;
  146. background-repeat: repeat;
  147. background-size:100%;
  148. }
  149.  
  150.  
  151. a:link, a:active, a:visited{
  152. text-decoration: none;
  153. -webkit-transition: color 0.3s ease-out;
  154. -moz-transition: color 0.3s ease-out;
  155. transition: color 0.3s ease-out;
  156. color:{color:Links};
  157. }
  158.  
  159. a:hover {
  160. text-decoration: none;
  161. font-style:;
  162. color: {color:Hover};
  163. }
  164.  
  165. @font-face { font-family: "sem"; src: url('http://static.tumblr.com/ygfurav/QgNmga3qn/semplice_regular.ttf'); }
  166.  
  167. .entry{
  168. text-align:left;
  169. float:left;
  170. font-family:ubuntu;
  171. font-size: 12px;
  172. width:400px;
  173. {block:PermalinkPage}width:500px;{/block:PermalinkPage}
  174. height: auto;
  175. line-height:13px;
  176. {block:ifentryborder}border: 1px solid {color:entry border};{/block:ifentryborder}
  177. background-color:{color:entry background};
  178. margin:20px;
  179. margin-bottom: 50px;
  180. overflow:hidden;
  181. padding:15px;
  182. {block:ifroundedentries}border-radius: 5px;{block:ifroundedentries}
  183. {block:ifinvertedimages}-webkit-filter:grayscale(60%);{/block:ifinvertedImages}
  184. transition: all 0.5s ease-out;
  185. -o-transition-transition: all 0.5s ease-out;
  186. -webkit-transition: all 0.5s ease-out;
  187. -moz-transition: all 0.5s ease-out;
  188. }
  189. {block:iffadedimages}.entry img{
  190. {block:ifroundedentries}border-radius: 5px;{block:ifroundedentries}opacity: 0.6;
  191. transition: all 0.5s ease-out;
  192. -o-transition-transition: all 0.5s ease-out;
  193. -webkit-transition: all 0.5s ease-out;
  194. -moz-transition: all 0.5s ease-out;}
  195.  
  196. .entry img:hover{
  197. opacity:0.8;
  198. transition: all 0.5s ease-out;
  199. -o-transition-transition: all 0.5s ease-out;
  200. -webkit-transition: all 0.5s ease-out;
  201. -moz-transition: all 0.5s ease-out;} {/block:iffadedimages}
  202. {block:ifNOTfadedimages}.entry img{
  203. {block:ifroundedentries}border-radius: 5px;{block:ifroundedentries}
  204. transition: all 0.5s ease-out;
  205. -o-transition-transition: all 0.5s ease-out;
  206. -webkit-transition: all 0.5s ease-out;
  207. -moz-transition: all 0.5s ease-out;}
  208.  
  209. .entry img:hover{
  210. transition: all 0.5s ease-out;
  211. -o-transition-transition: all 0.5s ease-out;
  212. -webkit-transition: all 0.5s ease-out;
  213. -moz-transition: all 0.5s ease-out;} {/block:ifNOTfadedimages}
  214.  
  215.  
  216. @font-face { font-family: "consolas"; src: url('http://static.tumblr.com/ou4lry1/BcUmj8799/consolas.ttf'); }
  217.  
  218.  
  219. .permalink1 {
  220. display: block;
  221. padding: 10px;
  222. margin: 10px 0px 0px 0px;
  223. font-family:ubuntu;
  224. font-size: 12px;
  225. line-height: 18px;
  226. text-align: left;
  227. font-style: none;
  228. text-decoration: none;
  229. background-color:{color:entry background};
  230. webkit-transition: all 0.2s linear;
  231. -webkit-transition: all 0.2s linear;
  232. -moz-transition: all 0.2s linear;
  233. transition: all 0.2s linear;
  234. }
  235.  
  236. .permalink1 a{
  237. color: {color:links};
  238. background:{color:permalinks background};
  239. {block:ifroundedpermalinks}border-radius: 5px;{/block:ifroundedpermalinks}
  240. padding:5px;
  241. }
  242.  
  243.  
  244. #postnotes blockquote{
  245. border: 0px;}
  246.  
  247.  
  248. blockquote{
  249. padding:0px 0px 2px 3px;
  250. margin:0px 0px 2px 1px;
  251. }
  252. ul, ol, li{
  253. list-style: square;
  254. margin-left:26px;
  255. padding:0px;
  256. }
  257.  
  258. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  259. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};
  260. }
  261.  
  262.  
  263. .caption { margin-left:5px; line-height:0px; }
  264. .blockquote, blockquote { text-align:left; letter-spacing:0px; padding-left:5px; border-left:3px solid #cccccc; }
  265. blockquote small, blockquote { font-size:12px; }
  266.  
  267. #cunt{width:250px; height:auto;}
  268. {block:PermalinkPage}
  269. width:410px;
  270. {/block:PermalinkPage}
  271. }
  272.  
  273. #center{
  274. padding-top:3px;
  275. padding-bottom:3px;
  276. position:fixed !important;
  277. width:250px;
  278. height:207px;
  279. background-color:#fff;
  280. {block:PermalinkPage}
  281. width:410px;
  282. height:207px;
  283. {/block:PermalinkPage}
  284. }
  285. #posts{
  286. opacity: 1;
  287. float:center;
  288. width:950px;
  289. margin-left: 290px;
  290. margin-top:0px;
  291. padding-top:10px;
  292. transition: all 0.5s ease-out;
  293. -o-transition-transition: all 0.5s ease-out;
  294. -webkit-transition: all 0.5s ease-out;
  295. -moz-transition: all 0.5s ease-out;
  296. }
  297. #sidebar{
  298. position:fixed;
  299. text-align: left;
  300. opacity:1;
  301. background: {color:sidebar background};
  302. {block:ifroundedsidebar}border-radius: 5px;{/block:ifroundedsidebar}
  303. width: 210px;
  304. color:{color:description text};
  305. font-family: ubuntu;
  306. font-size: 12px;
  307. padding: 10px;
  308. line-height: 13px;
  309. {block:ifsidebarborder}border:1px solid {color:sidebar border};{/block:ifsidebarborder}
  310. text-transform: none;
  311. margin-top:30px;
  312. margin-left:30px;
  313. }
  314.  
  315.  
  316. .title{
  317. font-family:ubuntu;
  318. font-size: 20px;
  319. line-height: 28px;
  320. color:{color:Title};
  321. letter-spacing: 0px;
  322. font-weight: normal;
  323. padding:0px 0px 0px 0px;
  324. }
  325. #left, #right, #top, #bottom {
  326. background: {color:page border};
  327. position: fixed; z-index:9999;
  328. }
  329.  
  330. #left, #right {
  331. top: 0; bottom: 0;
  332. width: 15px;
  333. }
  334. #left { left: 0; }
  335. #right { right: 0; }
  336.  
  337. #top, #bottom {
  338. left: 0; right: 0;
  339. height: 15px;
  340. }
  341. #top { top: 0; }
  342. #bottom { bottom: 0; }
  343. .mossy {
  344. font-family:'mossy';
  345. }
  346.  
  347. .aracne {
  348. font-family:'aracne';
  349. }
  350.  
  351. .mathilde {
  352. font-family:'mathilde';
  353. }
  354.  
  355. #blogtitle{
  356. font-size: {text:Blog title size}px;
  357. line-height: {text:blog title line height}px;
  358. border-bottom:1px solid {color:page border};
  359. color:{color:Title};
  360. z-index: 1;
  361. font-weight: normal;
  362. text-align:left;
  363. }
  364.  
  365. @font-face { font-family: "mossy"; src: url('http://static.tumblr.com/8hrjcus/Ahyn8oqj2/mossy.ttf'); }
  366. @font-face { font-family: "aracne"; src: url('http://static.tumblr.com/8hrjcus/kewn8oqw2/aracne_regular.otf'); }
  367. @font-face { font-family: "mathilde"; src: url('http://static.tumblr.com/8hrjcus/y4in8oqxq/mathilde.otf'); }
  368.  
  369. .permalink{
  370. text-transform: normal;
  371. display: block;
  372. background: {color:Permatext Background};
  373. padding: 3px;
  374. margin-top: 4px;
  375. text-align: right;
  376. text-decoration: none;
  377. }
  378. askk{
  379. font-family:calibri;
  380. font-size: 8px;
  381. line-height:10px;
  382. z-index: 1;
  383. letter-spacing: 1px;
  384. text-transform: uppercase;
  385. color: {color:entry links};
  386. font-weight: normal;}
  387.  
  388.  
  389. #infscr-loading{
  390. bottom: -70px;
  391. position: absolute;
  392. left: 50%;
  393. margin-left:-8px;
  394. width:16px;
  395. height:11px;
  396. overflow:hidden;
  397. margin-bottom: 50px;
  398. }
  399.  
  400. #postnotes{
  401. text-align: justify;}
  402.  
  403. #postnotes blockquote{
  404. border: 0px;}
  405.  
  406. blockquote{
  407. padding:0px 0px 0px 5px;
  408. margin:0px 0px 0px 10px;
  409. border-left: 1px dotted #ddd;
  410. }
  411.  
  412. blockquote p, ul{
  413. margin:0px;
  414. padding:0px;
  415. }
  416.  
  417. a img{border: 0px;}
  418.  
  419.  
  420.  
  421. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  422. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  423.  
  424. .notes img{width:10px; position:relative; top:3px;}
  425. <--ses-->
  426. small{font-size: 90%;}
  427.  
  428. {CustomCSS}
  429.  
  430. #audio {width:500px; height:auto; min-height:60px; padding-bottom:13px;}
  431. .cover {position:absolute; z-index:1; width:60px; height:60px;}
  432. .cover img {float:left; width:60px; height:60px;}
  433. .playbox {opacity:0.6; width:27px; height:30px; overflow:hidden; position:absolute; z-index:1000; margin-left:17px; margin-top:17px; text-align:center;}
  434. .info {margin-left:73px; width: 200px;margin-top:4px; line-height:14px;}
  435. </style>
  436.  
  437. {block:IndexPage}
  438. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  439. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  440.  
  441. <script type="text/javascript">
  442. $(window).load(function(){
  443. var $wall = $('#posts');
  444. $wall.imagesLoaded(function(){
  445. $wall.masonry({
  446. itemSelector: '.entry, .entry_photo',
  447. isAnimated : false
  448. });
  449. });
  450.  
  451. $wall.infinitescroll({
  452. navSelector : '#pagination',
  453. nextSelector : '#pagination a',
  454. itemSelector : '.entry, .entry_photo',
  455. bufferPx : 2000,
  456. debug : false,
  457. errorCallback: function() {
  458. $('#infscr-loading').fadeOut('normal');
  459. }},
  460. function( newElements ) {
  461. var $newElems = $( newElements );
  462. $newElems.hide();
  463. $newElems.imagesLoaded(function(){
  464. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  465. });
  466. }); $('#posts').show(500);
  467. });
  468. </script>
  469.  
  470.  
  471. {/block:IndexPage}
  472.  
  473.  
  474. <title>{title}</title>
  475.  
  476. <link rel="shortcut icon" href="{favicon}" />
  477. <meta name="viewport" content="width=820" />
  478. </head>
  479.  
  480. <body>{block:ifpageborder}<div id="left"></div><div id="right"></div><div id="top"></div><div id="bottom"></div>{/block:ifpageborder}
  481.  
  482. <div id="center">
  483. <div id="content"><div style="position:fixed; bottom: 5px; right:5px;z-index: 9999;"><a href="http://coolified.tumblr.com/"><img src="http://media.tumblr.com/tumblr_lfhud00pKL1qzvcyt.gif"></a></div>
  484. <div class="links_list">
  485. <p class="links_head">navigation +</p>
  486. <div class="links_body">
  487. <a href="{text:Link One}">{text:Link One Title}</a>
  488.  
  489. <a href="{text:Link Two}">{text:Link Two Title}</a>
  490.  
  491. <a href="{text:Link Three}">{text:Link Three Title}</a>
  492.  
  493. <a href="{text:Link Four}">{text:Link Four Title}</a>
  494.  
  495. <a href="{text:Link Five}">{text:Link Five Title}</a>
  496.  
  497. <a href="{text:Link Six}">{text:Link Six Title}</a>
  498.  
  499. <a href="{text:Link Seven}">{text:Link Seven Title}</a>
  500. </div></div>
  501. <div id="sidebar">
  502. {description}
  503.  
  504. <center>
  505. </center>
  506. </div></div>
  507. </div>
  508.  
  509. </div>
  510.  
  511. <div class="left">
  512. <div id="posts">
  513. {block:Posts}
  514. <div class="entry">
  515.  
  516. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><div class="permalink1"> <a href="{permalink}">{notecountwithlabel}</a> <a href="{reblogurl}">reblog</a> <br>{block:ifshowtags}{block:HasTags}{block:Tags} #{Tag}{/block:Tags} {/block:HasTags}{/block:ifshowtags}</div>
  517. {/block:Text}
  518.  
  519. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <div class="permalink1"> <a href="{permalink}">{notecountwithlabel}</a> <a href="{reblogurl}">reblog</a> <br>{block:ifshowtags}{block:HasTags}{block:Tags} #{Tag}{/block:Tags} {/block:HasTags}{/block:ifshowtags}</div>{block:Link}
  520.  
  521. {block:Photo}
  522. {block:IndexPage}
  523. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>{block:caption}{caption}{/block:caption}
  524. <div class="permalink1"> <a href="{permalink}">{notecountwithlabel}</a> <a href="{reblogurl}">reblog</a> <br>{block:ifshowtags}{block:HasTags}{block:Tags} #{Tag}{/block:Tags} {/block:HasTags}{/block:ifshowtags}</div>
  525. {/block:IndexPage}
  526. {block:PermalinkPage}
  527. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  528. {block:caption}{caption}{/block:caption}
  529. {LinkCloseTag}
  530. {/block:PermalinkPage}
  531. {/block:Photo}
  532.  
  533. {block:Answer}
  534. <img src="{AskerPortraitURL-40}" width="40" align="left" style="margin-right:3px; border-radius: 0px; border: 1px solid #f8f8f8; padding: 6px; background: white;"/>
  535. <div style="margin-top:0px; margin-bottom:0px; height:44px; padding: 5px; background-color:#f8f8f8; overflow: auto;">
  536.  
  537. {Asker}: {Question}</div>
  538. <div style="margin-top:2px; margin-bottom:4px; background: transparent;">{Answer}</div><div class="permalink1"> <a href="{permalink}">{notecountwithlabel}</a> <a href="{reblogurl}">reblog</a> <br>{block:ifshowtags}{block:HasTags}{block:Tags} #{Tag}{/block:Tags} {/block:HasTags}{/block:ifshowtags}</div>
  539. {/block:Answer}
  540.  
  541. {block:Photoset}
  542. {block:IndexPage}
  543. <center>{Photoset-400}</center>{block:caption}{caption}{/block:caption}
  544. <div class="permalink1"> <a href="{permalink}">{notecountwithlabel}</a> <a href="{reblogurl}">reblog</a> <br>{block:ifshowtags}{block:HasTags}{block:Tags} #{Tag}{/block:Tags} {/block:HasTags}{/block:ifshowtags}</div>
  545. {/block:IndexPage}
  546. {block:PermalinkPage}
  547. <center>
  548. {Photoset-500}</center>
  549. {/block:PermalinkPage}
  550. {/block:Photoset}
  551.  
  552. {block:Quote}"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<div class="permalink1"> <a href="{permalink}">{notecountwithlabel}</a> <a href="{reblogurl}">reblog</a> <br>{block:ifshowtags}{block:HasTags}{block:Tags} #{Tag}{/block:Tags} {/block:HasTags}{/block:ifshowtags}</div>{/block:Quote}
  553.  
  554. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  555. <ul class="chat">
  556. {block:Lines}
  557. <li class="user_{UserNumber}">
  558. {block:Label}
  559. <span class="label">{Label}</span>
  560. {/block:Label}
  561.  
  562. {Line}
  563. </li>
  564. {/block:Lines}
  565. <div class="permalink1"> <a href="{permalink}">{notecountwithlabel}</a> <a href="{reblogurl}">reblog</a> <br>{block:ifshowtags}{block:HasTags}{block:Tags} #{Tag}{/block:Tags} {/block:HasTags}{/block:ifshowtags}</div>
  566. {/block:Chat}
  567.  
  568. {block:Video}
  569. {block:IndexPage}
  570. {Video-400}</center>{block:caption}{caption}{/block:caption}
  571. <div class="permalink1"> <a href="{permalink}">{notecountwithlabel}</a> <a href="{reblogurl}">reblog</a> <br>{block:ifshowtags}{block:HasTags}{block:Tags} #{Tag}{/block:Tags} {/block:HasTags}{/block:ifshowtags}</div>
  572. {/block:IndexPage}
  573. {block:PermalinkPage}
  574. <center>
  575. {Video-500}</center>
  576. {/block:PermalinkPage}
  577. {block:Video}
  578.  
  579. {block:Audio}
  580. <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>
  581. {block:IndexPage}<br>{block:caption}{caption}{/block:caption}
  582. <div class="permalink1"> <a href="{permalink}">{notecountwithlabel}</a> <a href="{reblogurl}">reblog</a> <br>{block:ifshowtags}{block:HasTags}{block:Tags} #{Tag}{/block:Tags} {/block:HasTags}{/block:ifshowtags}</div>
  583. {/block:IndexPage}
  584. {/block:Audio}
  585.  
  586. {block:PostNotes}
  587. <center>
  588.  
  589. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  590.  
  591. {block:HasTags}
  592. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  593. {block:RebloggedFrom}
  594. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  595. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  596.  
  597. {/block:RebloggedFrom}
  598. </center></span>
  599. <br>
  600. <div id="postnotes">{PostNotes}</div><br>
  601.  
  602. <center>{block:ContentSource}
  603. <br><a href="{SourceURL}">
  604. {lang:Source}:
  605. {block:SourceLogo}
  606. <img src="{BlackLogoURL}" width="{LogoWidth}"
  607. height="{LogoHeight}" alt="{SourceTitle}" />
  608. {/block:SourceLogo}
  609. {block:NoSourceLogo}
  610. {SourceLink}
  611. {/block:NoSourceLogo}
  612. </a>
  613. {/block:ContentSource}</center>
  614.  
  615. {/block:PostNotes}
  616. </div>
  617. {/block:Posts}
  618. </div></div>
  619.  
  620. {block:IndexPage}
  621. {block:Pagination}
  622. <div id="pagination">
  623. {block:NextPage}
  624. <a id="nextPage" href="{NextPage}"></a>
  625. {/block:NextPage}
  626. {block:PreviousPage}
  627. <a href="{PreviousPage}"></a>
  628. {/block:PreviousPage}
  629. </div>
  630. {/block:Pagination}
  631. {/block:IndexPage}
  632. </body>
  633.  
  634. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement