Advertisement
extendedhate

"simple" theme

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