Advertisement
sirensthemes

Theme #6 - Ready To Run

Feb 28th, 2015
1,921
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.15 KB | None | 0 0
  1. <!--
  2.  
  3. READY TO RUN BY BREKKYKID
  4.  
  5. 28 februari 2015
  6.  
  7. find me on my other blog BUSTEDLY
  8. -->
  9.  
  10. <head>
  11.  
  12. {block:Description}
  13. <meta name="description" content="{MetaDescription}" />
  14. {/block:Description}
  15.  
  16. <title>{block:TagPage}{Tag} - {/block:TagPage} {block:SearchPage}{lang:Search results for SearchQuery} - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title>
  17.  
  18. <link rel="shortcut icon" href="{favicon}"/>
  19. <link rel="alternate" type="application/rss+xml" title="{Title} RSS" href="{RSS}"/>
  20. <link rel="stylesheet" href="http://static.tumblr.com/hznqxps/ivOmgjf8v/normalize.css" />
  21.  
  22. <link href='http://fonts.googleapis.com/css?family=PT+Mono' rel='stylesheet' type='text/css'>
  23.  
  24. <meta name="image:background" content="" />
  25. <meta name="image:banner" content="" />
  26.  
  27. <meta name="color:background" content="#fff"/>
  28. <meta name="color:title" content="#000"/>
  29. <meta name="color:links" content="#000"/>
  30. <meta name="color:links hover" content="#fff"/>
  31. <meta name="color:posts border" content="#aaa"/>
  32. <meta name="color:posts background" content="#fff"/>
  33. <meta name="color:title background" content="#fff"/>
  34. <meta name="color:text selection" content="#888"/>
  35. <meta name="color:text selection text" content="#000"/>
  36. <meta name="color:text" content="#444"/>
  37. <meta name="color:navlinks" content="#000"/>
  38. <meta name="color:navlinks hover" content="#fff"/>
  39. <meta name="color:navlinks border" content="#000"/>
  40. <meta name="color:tooltips" content="#000"/>
  41. <meta name="color:tooltips text" content="#fff"/>
  42. <meta name="color:tooltips border" content="#000"/>
  43. <meta name="color:scrollbar" content="#eeeeee"/>
  44. <meta name="color:scrollbar border" content="#fff"/>
  45.  
  46. <meta name="if:calibri font" content="0" />
  47. <meta name="if:pt mono font" content="1" />
  48. <meta name="if:2 column" content="1" />
  49. <meta name="if:3 column" content="0" />
  50. <meta name="if:title background" content="1"/>
  51. <meta name="if:tooltip title" content="0" />
  52. <meta name="if:navlinks tooltips" content="1" />
  53. <meta name="if:posts transparent" content="0" />
  54. <meta name="if:posts border" content="1" />
  55. <meta name="if:post shadows" content="0" />
  56. <meta name="if:faded posts" content="1" />
  57. <meta name="if:tooltip shadows" content="0" />
  58. <meta name="if:grid background" content="1" />
  59. <meta name="if:black cursor" content="1" />
  60. <meta name="if:banner" content="0" />
  61. <meta name="if:stretched background" content="0"/>
  62. <meta name="if:show custom link 1" content="0" />
  63. <meta name="if:show custom link 2" content="0" />
  64. <meta name="if:show custom link 3" content="0" />
  65.  
  66. <meta name="font:text" content="Courier New" />
  67.  
  68. <meta name="text:background" content="add the background-image link here" />
  69. <meta name="text:cursor" content="add the cursor link here" />
  70. <meta name="text:title tooltip" content="add something" />
  71. <meta name="text:home tooltip" content="refresh" />
  72. <meta name="text:ask tooltip" content="ask" />
  73. <meta name="text:links tooltip" content="links" />
  74. <meta name="text:archive tooltip" content="archive" />
  75. <meta name="text:link1 url" content="/" />
  76. <meta name="text:link1 title" content="link1" />
  77. <meta name="text:link1 tooltip" content="link1" />
  78. <meta name="text:link2 url" content="/" />
  79. <meta name="text:link2 title" content="link2" />
  80. <meta name="text:link2 tooltip" content="link2" />
  81. <meta name="text:link3 url" content="/" />
  82. <meta name="text:link3 title" content="link3" />
  83. <meta name="text:link3 tooltip" content="link3" />
  84.  
  85. <script type="text/javascript"
  86. src="http://www.google.com/jsapi"></script>
  87.  
  88. <script type="text/javascript">
  89. google.load("jquery", "1.3");
  90. google.setOnLoadCallback(function() {
  91. jQuery(function($) {
  92. // do some stuff here, eg load your tweets, ...
  93. });
  94. });
  95. </script>
  96.  
  97. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  98. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  99. <script>
  100. (function($){
  101. $(document).ready(function(){
  102. $("a[title]").style_my_tooltips({
  103. tip_follows_cursor:true,
  104. tip_delay_time:10,
  105. tip_fade_speed:300,
  106. attribute:"title"
  107. });
  108. });
  109. })(jQuery);
  110. </script>
  111.  
  112. <style type="text/css">
  113.  
  114. #s-m-t-tooltip{
  115. max-width:300px;
  116. margin:15px;
  117. padding:3px 8px 3px 8px;
  118. border:1px solid {color:tooltips border};
  119. border-radius:0px;
  120. background:{color:tooltips};
  121. color:{color:tooltips text};
  122. z-index:9999;
  123. font-family: {font:Text};
  124. {block:Ifarialfont}
  125. font-family: arial;
  126. {/block:Ifarialfont}
  127. font-size:8px;
  128. letter-spacing:2px;
  129. text-transform:uppercase;
  130. text-align: center;
  131. {block:iftooltipshadows} box-shadow:rgba(0,0,0,0.10)5px 5px {/block:iftooltipshadows}
  132. }
  133.  
  134. body {
  135. font-size: 11px;
  136. color: {color:text};
  137. font-family: {font:Text};
  138. {block:ifcalibrifont}
  139. font-family: calibri;
  140. {/block:ifcalibrifont}
  141. {block:Ifptmonofont}
  142. font-family: 'PT Mono', monospace;
  143. {/block:Ifptmonofont}
  144. background: fixed;
  145. background: {color:background};
  146. background-image:url({image:Background});
  147. background: {color:background};
  148. background-image:url({text:background});
  149. {block:Ifgridbackground}
  150. background-image:url(https://41.media.tumblr.com/c9b44bb34278049f70ef9ecf87df0191/tumblr_nk318cu0Td1ttv3flo1_250.png);
  151. {/block:Ifgridbackground}
  152. {block:ifstretchedbackground}
  153. background-size: cover;
  154. {/block:ifstretchedbackground}
  155. {block:ifnotstretchedbackground}
  156. background-repeat:repeat;
  157. {/block:ifnotstretchedbackground}
  158. cursor: url({text:cursor}) // auto;
  159. {block:Ifblackcursor}
  160. cursor:url(http://media.tumblr.com/tumblr_lqs4qdUu8n1qfoi4t.png), auto;
  161. {/block:Ifblackcursor}
  162. }
  163.  
  164. a {
  165. color: {color:text};
  166. font-size: 11px;
  167. text-decoration: none;
  168. }
  169.  
  170. a:hover {
  171. color: {color:links hover};
  172. cursor: url({text:cursor}) // progress;
  173. {block:Ifblackcursor}
  174. cursor:url(https://40.media.tumblr.com/129947f84845f886692b8b171fdcd636/tumblr_nkh46qCltm1ttv3flo1_75sq.png), progress;
  175. {/block:Ifblackcursor}
  176. }
  177.  
  178. iframe#tumblr_controls{
  179. z-index:9;
  180. opacity:0.5;
  181. -webkit-filter:invert(100%);
  182. top:0px;
  183. right:8px;
  184. position:fixed;
  185. }
  186.  
  187. iframe#tumblr_controls {
  188. right:3px;
  189. position:fixed;
  190. -webkit-transition:opacity 0.7s linear;opacity:0.2;
  191. -webkit-transition: all 0.8s ease-out;
  192. -moz-transition:all 0.8s ease-out; transition:all 0.8s ease-out; z-index:99999
  193. }
  194.  
  195. iframe#tumblr_controls:hover {
  196. -webkit-transition:opacity 0.7s linear; opacity:1.0;
  197. -webkit-transition:all 0.4s ease-out;
  198. -moz-transition:all 0.4s ease-out; transition: all 0.4s ease-out; z-index:99999;
  199.  
  200. }
  201.  
  202. ::-webkit-scrollbar {
  203. width: 10px;
  204. height: 3px;
  205. background: {color:scrollbar border};
  206.  
  207. }
  208.  
  209. ::-webkit-scrollbar-thumb {
  210. background-color:{color:scrollbar};
  211. border: 4px solid {color:scrollbar border};
  212.  
  213. }
  214.  
  215. ::selection {
  216. background: {color:text selection};
  217. color: {color:text selection text};
  218. }
  219.  
  220. ::-moz-selection {
  221. background: {color:text selection};
  222. color: {color:text selection text};
  223. }
  224.  
  225. #content {
  226. position: absolute;
  227. height: 100%;
  228. margin-top: 10px;
  229. {block:If2Column}
  230. width:750px;
  231. margin-left: 25%;
  232. {/block:If2Column}
  233. {block:if3column}
  234. width:1000px;
  235. margin-left: 15%;
  236. {/block:if3column}
  237. {block:permalinkpage}
  238. width:650px;
  239. {/block:permalinkpage}
  240. }
  241.  
  242. .post {
  243. position:relative;
  244. text-align:justify;
  245. font-size: 11px;
  246. text-align:left;
  247. z-index:999;
  248. width:250px;
  249. {block:PermalinkPage}
  250. width:500px;
  251. margin-top:15px;
  252. margin-left:13px;
  253. z-index:999;
  254. z-index: 9;
  255. {/block:PermalinkPage}
  256. background: {color:posts background};
  257. margin-right: 32px;
  258. margin-left: 32px;
  259. margin: 25px;
  260. float: left;
  261. padding: 10px;
  262. -moz-transition-duration:0.5s;
  263. -webkit-transition-duration:0.5s;
  264. -o-transition-duration:0.5s;
  265. {block:ifpoststransparent} background: transparent; {/block:ifpoststransparent}
  266.  
  267. {block:ifpostsborder} border: solid 1px {color:posts border}; {/block:ifpostsborder}
  268. {block:ifpostshadows} box-shadow:rgba(0,0,0,0.10)7px 7px {/block:ifpostshadows}
  269. }
  270.  
  271. {block:iffadedposts}
  272. img{
  273. -webkit-transition: opacity 0.8s linear;
  274. opacity: 0.60;
  275. }
  276. img:hover{
  277. -webkit-transition: opacity 0.8s linear;
  278. opacity: 1;
  279. }
  280.  
  281. iframe.photoset {
  282. opacity: .9;
  283. }
  284. iframe.photoset:hover {
  285. opacity: 1;
  286. }
  287. {/block:iffadedposts}
  288.  
  289. #header {
  290. background: transparent;
  291. position: RELATIVE;
  292. width: 300px;
  293. min-height: 100px;
  294. border:0px solid {color:navlinks border};
  295. margin-top: 40px;
  296. font-family: {font:Text};
  297. {block:ifcalibrifont}
  298. font-family: calibri;
  299. {/block:ifcalibrifont}
  300. {block:Ifptmonofont}
  301. font-family: 'PT Mono', monospace;
  302. {/block:Ifptmonofont}
  303. margin-left: 55%;
  304. {block:if3column}
  305. margin-left: 45%;
  306. {/block:if3column}
  307.  
  308. }
  309.  
  310. .text {
  311. text-align: left;
  312. background:transparent;
  313. font-family: {font:Text};
  314. {block:Ifptmonofont}
  315. font-family: 'PT Mono', monospace;
  316. {/block:Ifptmonofont}
  317. {block:ifcalibrifont}
  318. font-family: calibri;
  319. {/block:ifcalibrifont}
  320. font-style: none;
  321. font-size: 11px;
  322. padding: 5px;
  323. margin-bottom: 0px;
  324. color: {color:title};
  325.  
  326. }
  327.  
  328. .title {
  329. text-align: left;
  330. background: transparent;
  331. border: 0px solid {color:navlinks border};
  332. font-family: {font:Text};
  333. {block:Ifptmonofont}
  334. font-family: 'PT Mono', monospace;
  335. {/block:Ifptmonofont}
  336. {block:ifcalibrifont}
  337. font-family: calibri;
  338. {/block:ifcalibrifont}
  339. font-style: italic;
  340. text-transform:uppercase;
  341. width: auto;
  342. padding: 5px;
  343. width:290px;
  344. margin-left: -388px;
  345. min-width: 10px;
  346. margin-bottom: 2px;
  347. {block:ifheadertransparent} background: transparent; {/block:ifheadertransparent}
  348. }
  349.  
  350. .links {
  351. text-align: left;
  352. margin-top: 5px;
  353. border-top: 1px solid {color:navlinks border};
  354. border-bottom: 1px solid {color:navlinks border};
  355. max-width: 300px;
  356. margin-left: -383px;
  357. margin-top: 10px;
  358. margin-bottom: 10px;
  359. {block:ifheadertransparent} background: transparent; {/block:ifheadertransparent}
  360.  
  361. }
  362. .links a {
  363. margin-left: 0px;
  364. padding:3px;
  365. color: {color:navlinks};
  366. background:;
  367. background: transparent;
  368. display:inline-block;
  369. }
  370.  
  371. .links a:hover {
  372. color:{color:navlinks hover};
  373. opacity:.7;
  374. }
  375.  
  376. .description {
  377. border: 0px solid {color:navlinks border};
  378. width:400px;
  379. margin-left: -388px;
  380. min-width: 10px;
  381. text-align: left;
  382. padding: 5px;
  383. {block:ifheadertransparent} background: transparent; {/block:ifheadertransparent}
  384. }
  385.  
  386. .pagination {
  387. display: none;
  388. }
  389.  
  390. #info {
  391. margin-top: 20px;
  392. width: 230px;
  393. padding: 10px;
  394. }
  395. #postnotes {
  396. margin-bottom: 5px;
  397. margin-top: 5px;
  398. }
  399. .tags {
  400. margin-top: 5px;
  401. margin-bottom: 5px;
  402. padding-bottom: 5px;
  403. }
  404. .pagination {
  405. display: none;
  406. }
  407.  
  408. .audio {
  409. width:250px;
  410. padding-bottom:1px;
  411. {block:PermalinkPage}
  412. width:500px;
  413. padding-bottom:110px;
  414. {/block:PermalinkPage}}
  415.  
  416. .albumart {
  417. position:absolute;
  418. width:50px;
  419. height:50px;
  420. {block:PermalinkPage}
  421. width:150px;
  422. height:150px;
  423. {/block:PermalinkPage}}
  424.  
  425. .albumart img {
  426. float:left;
  427. width:50px;
  428. height:50px;
  429. {block:PermalinkPage}
  430. width:150px;
  431. height:150px;
  432. {/block:PermalinkPage}}
  433.  
  434. .playbox {
  435. opacity:0.6;
  436. width:27px;
  437. height:30px;
  438. overflow:hidden;
  439. position:absolute;
  440. z-index:2;
  441. margin-left:11px;
  442. margin-top:12px;
  443. {block:PermalinkPage}
  444. margin-left:60px;
  445. margin-top:61px;
  446. {/block:PermalinkPage}}
  447.  
  448. .stuff {
  449. margin-top:2px;
  450. line-height:12px;
  451. font-size:10px;
  452. text-transform:uppercase;
  453. margin-left:58px;
  454. {block:PermalinkPage}
  455. margin-left:158px;
  456. {/block:PermalinkPage}}
  457.  
  458.  
  459. blockquote {
  460. border-left:solid 1px {color:navlinks};
  461. padding-left: 10px;
  462. margin-left: 10px;
  463. }
  464.  
  465. blockquote p {
  466. display:block;
  467. }
  468.  
  469. blockquote img {
  470. max-width:150px;
  471. }
  472.  
  473. #credit {
  474. position:fixed;
  475. color:{color:links};
  476. text-transform:uppercase;
  477. font-size:10px;
  478. font-family: {font:Text};
  479. {block:Ifptmonofont}
  480. font-family: 'PT Mono', monospace;
  481. {/block:Ifptmonofont}
  482. {block:ifcalibrifont}
  483. font-family: calibri;
  484. {/block:ifcalibrifont}
  485. background-color:transparent;
  486. right:10px;
  487. bottom:10px;
  488. padding:5px;
  489. opacity:1;
  490. border:0px solid {color:links};
  491. }
  492.  
  493. {CustomCSS}</style>
  494.  
  495. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  496.  
  497. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  498.  
  499. <script>
  500. $(function(){
  501. var $container = $('#content');
  502. $container.imagesLoaded(function(){
  503. $container.masonry({
  504. itemSelector: '.post',
  505. });
  506. });
  507. $container.infinitescroll({
  508. itemSelector : ".post",
  509. navSelector : "div.pagination",
  510. nextSelector : ".pagination a#next",
  511. loadingImg : "",
  512. loadingText : "<em></em>",
  513. bufferPx : 10000,
  514. extraScrollPx: 12000,
  515. },
  516. // trigger Masonry as a callback
  517. function( newElements ) {
  518. var $newElems = $( newElements ).css({ opacity: 0 });
  519. // ensure that images load before adding to masonry layout
  520. $newElems.imagesLoaded(function(){
  521. $newElems.animate({ opacity: 1 });
  522. $container.masonry( 'appended', $newElems, true );
  523. });
  524. }
  525. );
  526. });
  527. </script>
  528.  
  529. </head>
  530. <body>
  531.  
  532. <div id="header">
  533.  
  534. {block:ifbanner}
  535. <a title="tooltip text" href="/"><img style="width:250px; margin-left:-40px;" src="{image:banner}"/>
  536. {/block:ifbanner}
  537.  
  538. {block:ifnotbanner}
  539. <div class="title">
  540. <a {block:iftooltiptitle} title="{text:title tooltip}" {/block:iftooltiptitle} href="{Permalink}" style="font-size: 22px; {block:iftitlebackground}background:{color:title background};{/block:iftitlebackground} color: {color:title}; padding: 2px;">{Title}</a>
  541. </div>
  542. {/block:ifnotbanner}
  543.  
  544. <div class="links">
  545. <a {block:ifnavlinkstooltips}title="{text:home tooltip}"{/block:ifnavlinkstooltips} href="/">home</a>
  546. <a {block:ifnavlinkstooltips}title="{text:ask tooltip}"{/block:ifnavlinkstooltips} href="/ask">message</a>
  547. <a {block:ifnavlinkstooltips}title="{text:archive tooltip}"{/block:ifnavlinkstooltips} href="/archive">archive</a>
  548.  
  549. {block:ifshowcustomlink1}<a {block:ifnavlinkstooltips}title="{text:link1 tooltip}"{/block:ifnavlinkstooltips} href="{text:link1 url}">{text:link1 title}<l></l></a>{/block:ifshowcustomlink1}
  550. {block:ifshowcustomlink2}<a {block:ifnavlinkstooltips}title="{text:link2 tooltip}"{/block:ifnavlinkstooltips} href="{text:link2 url}">{text:link2 title}<l></l></a>{/block:ifshowcustomlink2}
  551. {block:ifshowcustomlink3}<a {block:ifnavlinkstooltips}title="{text:link3 tooltip}"{/block:ifnavlinkstooltips} href="{text:link3 url}">{text:link3 title}<l></l></a>{/block:ifshowcustomlink3}
  552.  
  553. <a {block:ifnavlinkstooltips}title="brekkykid"{/block:ifnavlinkstooltips} href="brekkykid.tumblr.com">credit</a>
  554. </div>
  555.  
  556. <div class="description">
  557. <a style="color: {color:text};">{description}</a>
  558. </div>
  559.  
  560. </div>
  561.  
  562. <div id="content">
  563. {block:Posts}
  564. <div class="post">
  565.  
  566. {block:Text}
  567. <div class="text">
  568. {block:Title}<div class="text">{Title}</a></div>{/block:Title}
  569. {Body}
  570. </div><p>
  571. {block:IndexPage}
  572. <div align="center"></font> <a href="{Permalink}"><font color="{color:links}" size="0">{NoteCount}</font></a> // <a href="{ReblogURL}"><font color="{color:links}" size="0">REBLOG</font></a> <font color="{color:links}" size="0"></div>
  573. {/block:IndexPage}
  574. {/block:Text}
  575.  
  576.  
  577. {block:Photo}
  578. {block:IndexPage}
  579. <a href="{permalink}"><img src="{PhotoURL-500}" width="250"/></a>
  580. {/block:IndexPage}
  581. {block:permalinkpage}
  582. {LinkOpenTag}<center>
  583. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=500px;/>
  584. {LinkCloseTag}</center>
  585. {/block:permalinkpage}
  586.  
  587. {block:IndexPage}<p>
  588. <div align="center"></font> <a href="{Permalink}"><font color="{color:links}" size="0">{NoteCount}</font></a> // <a href="{ReblogURL}"><font color="{color:links}" size="0">REBLOG</font></a> <font color="{color:links}" size="0"></div>
  589. {/block:IndexPage}
  590.  
  591. {/block:Photo}
  592.  
  593. {block:Photoset}
  594. {block:IndexPage}
  595. {Photoset-250}
  596. {/block:IndexPage}
  597. {block:permalinkpage}
  598. {Photoset-500}
  599. {/block:permalinkpage}
  600. {block:IndexPage}<p>
  601. <div align="center"></font> <a href="{Permalink}"><font color="{color:links}" size="0">{NoteCount}</font></a> // <a href="{ReblogURL}"><font color="{color:links}" size="0">REBLOG</font></a> <font color="{color:links}" size="0"></div>
  602. {/block:IndexPage}
  603.  
  604. {/block:Photoset}
  605.  
  606.  
  607. {block:Quote}
  608. {Quote}
  609. <div align="center">
  610. {block:Source}-{Source}{/block:Source}
  611. </div>
  612. {block:IndexPage}<p>
  613. <div align="center"></font> <a href="{Permalink}"><font color="{color:links}" size="0">{NoteCount}</font></a> // <a href="{ReblogURL}"><font color="{color:links}" size="0">REBLOG</font></a> <font color="{color:links}" size="0"></div>
  614. {/block:IndexPage}
  615. {/block:Quote}
  616.  
  617.  
  618. {block:Video}
  619. {block:If2Column}
  620. {Video-250}
  621. {/block:If2Column}
  622.  
  623. {block:if3column}
  624. {Video-500}
  625. {/block:if3column}<br>
  626. {PlayCountWithLabel}
  627. {block:IndexPage}<p>
  628. <div align="center"></font> <a href="{Permalink}"><font color="{color:links}" size="0">{NoteCount}</font></a> // <a href="{ReblogURL}"><font color="{color:links}" size="0">REBLOG</font></a> <font color="{color:links}" size="0"></div>
  629. {/block:IndexPage}
  630. {/block:Video}
  631.  
  632.  
  633. {block:Link}
  634. <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
  635. {block:Description}{Description}{/block:Description}
  636. {block:IndexPage}<P>
  637. <div align="center"></font> <a href="{Permalink}"><font color="{color:links}" size="0">{NoteCount}</font></a> // <a href="{ReblogURL}"><font color="{color:links}" size="0">REBLOG</font></a> <font color="{color:links}" size="0"></div>
  638. {/block:IndexPage}
  639. {/block:Link}
  640.  
  641. {block:Chat}
  642. {block:Lines}
  643. {block:Label}
  644. <br>{Label}
  645. {/block:Label}
  646. &nbsp;{Line}
  647. {/block:Lines}
  648. {block:IndexPage}<P>
  649. <div align="center"></font> <a href="{Permalink}"><font color="{color:links}" size="0">{NoteCount}</font></a> // <a href="{ReblogURL}"><font color="{color:links}" size="0">REBLOG</font></a> <font color="{color:links}" size="0"></div>
  650. {/block:IndexPage}
  651. {/block:Chat}
  652.  
  653. {block:Audio}
  654.  
  655. <div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="stuff"><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>
  656.  
  657. {block:IndexPage}<P>
  658. <div align="center"></font> <a href="{Permalink}"><font color="{color:links}" size="0">{NoteCount}</font></a> // <a href="{ReblogURL}"><font color="{color:links}" size="0">REBLOG</font></a> <font color="{color:links}" size="0"></div>
  659. {/block:IndexPage}
  660. </div>
  661. {/block:Audio}
  662.  
  663.  
  664. {block:Answer}
  665. <i>{Question}</i><p>
  666. <div align="right">- asked by {Asker}</div>
  667. <div style="border: 1px solid {color:posts border}; padding 3px;"></div>
  668. {Answer}
  669.  
  670.  
  671. {block:IndexPage}<p>
  672. <div align="center"></font> <a href="{Permalink}"><font color="{color:links}" size="0">{NoteCount}</font></a> // <a href="{ReblogURL}"><font color="{color:links}" size="0">REBLOG</font></a> <font color="{color:links}" size="0"></div>
  673. {/block:IndexPage}
  674. {/block:Answer}
  675.  
  676. {block:PermalinkPage}
  677. {caption}
  678. <br>
  679. {block:Date}<b>posted:</b> {TimeAgo} {/block:Date} <br>
  680. {block:NoteCount} <b>notes:</b> {NoteCount} notes{/block:NoteCount}<br>
  681. {block:RebloggedFrom}<b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> <br>
  682. <b>reblogged from:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}<br>
  683. {block:HasTags}<b>tags:</b> {block:Tags}{/block:Tags}{/block:HasTags}
  684. {block:NoteCount} <div style="text-align:center; margin:5px"></div>{/block:NoteCount}
  685. {/block:PermalinkPage}
  686.  
  687. {block:HasTags}{block:permalinkpage}
  688. <div class="tags">
  689. {block:Tags}<a href="http://tumblr.com/tagged/{Tag}" target="blank">#{Tag}</a> {/block:Tags}
  690. </div>{/block:permalinkpage}
  691. {/block:HasTags}
  692.  
  693. {block:PostNotes}
  694. <div id="postnotes">{PostNotes}</div>
  695. {/block:PostNotes}</div>{/block:Posts}
  696. </div></div>
  697.  
  698. {block:Date}
  699. {/block:Date}
  700.  
  701. {block:ContentSource}
  702. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  703. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  704. {/block:SourceLogo}
  705. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  706. {/block:ContentSource}
  707. </div>
  708. {/block:Posts}
  709.  
  710. </div>
  711. <div class="pagination">
  712. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  713. </div>
  714.  
  715. <div id="credit">
  716. <a href="http://brekkykid.tumblr.com" title="theme by brekkykid">©</a></div>
  717.  
  718. </body>
  719. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement