Advertisement
Guest User

for alex!!

a guest
Apr 18th, 2014
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.30 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <!--
  4.  
  5.  
  6.  
  7. LUNA theme by
  8. _____ _ _____ _____ _____ _ _____
  9. | ___| | | / _ \ | _ \ | ____| | | / ___/
  10. | |__ | | | | | | | |_| | | |__ | | | |___
  11. | __| | | | | | | | _ / | __| | | \___ \
  12. | | | |___ | |_| | | | \ \ | |___ | |___ ___| |
  13. |_| |_____| \_____/ |_| \_\ |_____| |_____| /_____/
  14.  
  15. -->
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17. <head>
  18.  
  19.  
  20. <link rel="icon" href="{Favicon}"/>
  21. <title>{Title}</title>
  22. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  23.  
  24.  
  25. <meta name="color:background" content="#fff" />
  26. <meta name="color:blogtitle" content="#000" />
  27. <meta name="color:buttons border" content="#000" />
  28. <meta name="color:buttons bg" content="#fff" />
  29. <meta name="color:buttons text" content="#000" />
  30. <meta name="color:link" content="#000" />
  31. <meta name="color:link hover" content="#000" />
  32. <meta name="color:nav links" content="#000" />
  33. <meta name="color:nav links hover" content="#000" />
  34. <meta name="color:nav links bg" content="#fff" />
  35. <meta name="color:nav links border" content="#000" />
  36. <meta name="color:permal{ink" content="#000" />
  37. <meta name="color:scrollbar" content="#000" />
  38. <meta name="color:text" content="#000" />
  39.  
  40. <meta name="image:background" content="" />
  41.  
  42. <meta name="if:1 column" content="0"/>
  43. <meta name="if:2 columns" content="1"/>
  44. <meta name="if:3 columns" content="0"/>
  45. <meta name="if:show custom link a" content="1" />
  46. <meta name="if:show custom link b" content="0" />
  47. <meta name="if:show custom link c" content="0" />
  48.  
  49. <meta name="text:ask link" content="/ask" />
  50. <meta name="text:linka url" content="/" />
  51. <meta name="text:linka title" content="linka" />
  52. <meta name="text:linkb url" content="/" />
  53. <meta name="text:linkb title" content="linkb" />
  54. <meta name="text:linkc url" content="/" />
  55. <meta name="text:linkc title" content="linkc" />
  56.  
  57.  
  58. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  59.  
  60.  
  61. {block:indexpage}
  62. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  63. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  64.  
  65. <script type="text/javascript">
  66. $(window).load(function () {
  67. $('#posts').masonry(),
  68. $('.masonryWrap').infinitescroll({
  69. navSelector : "div.navigation",
  70. // selector for the paged navigation (it will be hidden)
  71. nextSelector : ".navigation a#next",
  72. // selector for the NEXT link (to page 2)
  73. itemSelector : ".post",
  74. // selector for all items you'll retrieve
  75. bufferPx : 10000,
  76. extraScrollPx: 10000,
  77. loadingImg : "http://static.tumblr.com/bcpenwm/o5Nmy3k0o/florels.gif",
  78. loadingText : "<em></em>",
  79. },
  80. // call masonry as a callback.
  81. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  82. );
  83. });
  84. </script>
  85. {/block:indexpage}
  86.  
  87.  
  88. <div class="navigation">{block:Pagination}{block:NextPage}<span id="page_nav"><span onclick='return false;'><a style="float:right;opacity:0;" href="{NextPage}" id="next"></a>{/block:NextPage}{block:PreviousPage}<a style="float:right;opacity:0;" href="{PreviousPage}"></a></span></span>{/block:PreviousPage}{/block:Pagination}</div>
  89.  
  90.  
  91.  
  92. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  93. <script>
  94. (function($){
  95. $(document).ready(function(){
  96. $("[title]").style_my_tooltips({
  97. tip_follows_cursor:true,
  98. tip_delay_time:0,
  99. tip_fade_speed:0
  100. }
  101. );
  102. });
  103. })(jQuery);
  104. </script>
  105.  
  106.  
  107. <link rel="stylesheet" href="http://static.tumblr.com/kjtbii3/WvXn1jd8f/boxes.css">
  108.  
  109. <meta name="text:Favorites Box Size" content="100"/>
  110.  
  111.  
  112. <style type="text/css">
  113.  
  114.  
  115. @font-face
  116. {font-family: Emma;
  117. src: url('http://static.tumblr.com/bcpenwm/6OJmz4ll3/abrahamlincoln.ttf')}
  118.  
  119.  
  120. iframe#tumblr_controls {
  121. top: 0% !important;
  122. right:0% !important;
  123. position: fixed !important;}
  124.  
  125.  
  126. body{
  127. margin:0px;
  128. padding:0px;
  129. margin-top:0px;
  130. margin-bottom:0px;
  131. font-family:'times';
  132. font-size:10px;
  133. color:{color:text};
  134. background-color:{color:background};
  135. background-image:url('{image:background}');
  136. background-attachment: fixed; }
  137.  
  138. #s-m-t-tooltip{
  139. font-family:'calibri'; /* font family */
  140. font-size: 8px; /* font size */
  141. color:#000; /* text colour */
  142. background-color:#fff; /* background colour */
  143. text-align: center;
  144. letter-spacing:1px; /* letter spacing */
  145. min-width:50px;
  146. max-width:120px;
  147. border: 1px solid #000; /* border colour */
  148. overflow:auto;
  149. text-transform:uppercase;
  150. display: none;
  151. position: absolute;
  152. z-index: 999999999999;
  153. padding: 3px; /* padding */
  154. margin:20px 20px 15px 0px;}
  155.  
  156. a {
  157. color:{color:link};
  158. text-decoration:none;}
  159.  
  160. a:hover {
  161. ;-webkit-transition-duration: 0.4s;
  162. color:{color:link hover};
  163. text-decoration:underline;}
  164.  
  165. a:active,a:focus {outline:0;}
  166.  
  167. ::-webkit-scrollbar-thumb{
  168. background-color:{color:scrollbar};
  169. border:1px solid {color:background};
  170. height:6px;}
  171.  
  172. ::-webkit-scrollbar {
  173. height:6px;
  174. width:6px;
  175. background-color:{color:background};}
  176.  
  177. #header {
  178. left:50%;
  179. width:550px;
  180. height:auto;
  181. top:25px;
  182. margin-left:-275px;
  183. position:relative;
  184. background-color:{color:background};
  185. background-image:url('{image:background}');
  186. background-attachment:fixed;}
  187.  
  188. .blogtitle{
  189. left:50%;
  190. text-align:center;
  191. margin-left:-260px;
  192. position:relative;
  193. text-transform:uppercase;
  194. height:auto;
  195. z-index:5;
  196. color:{color:blogtitle};
  197. font-size:25px;
  198. font-family:'times';
  199. padding:10px;
  200. width:500px;}
  201.  
  202. .description {
  203. text-align:center;
  204. color:{color:text};
  205. font-family:'times';
  206. font-size:10px;
  207. padding:10px;
  208. margin-top:-20px;
  209. left:50%;
  210. position:relative;
  211. z-index:4;
  212. width:250px;
  213. margin-left:-135px;}
  214.  
  215. .description a{
  216. z-index:2;
  217. position:relative;
  218. text-decoration:underline;}
  219.  
  220. .description a:hover{
  221. text-decoration:none;}
  222.  
  223. .navlinks{
  224. border:1px solid {color:nav links border};
  225. text-align:center;
  226. width:320px;
  227. line-height:170%;
  228. background-color:{color:nav links bg};
  229. padding:10px;
  230. left:50%;
  231. margin-left:-160px;
  232. margin-top:20px;
  233. position:relative;}
  234.  
  235. .navlinks a{
  236. padding:1px 10px 3px 10px;
  237. font-family:'times';
  238. white-space:nowrap;
  239. font-size:10px;
  240. font-style:italic;
  241. text-decoration:none;
  242. color:{color:nav links};}
  243.  
  244. .navlinks a:hover{
  245. color:{color:nav links hover};
  246. text-decoration:underline;}
  247.  
  248. .notes {
  249. padding-left:20px;
  250. font-size:10px;
  251. padding-bottom:15px;}
  252.  
  253. li.notes {
  254. float:left;
  255. width:500px;
  256. padding-left:5px;
  257. margin-top:10px;
  258. overflow-x:hidden;
  259. over-flow-y:scroll;
  260. list-style-type:none;
  261. font-weight:normal;
  262. font-size:10px;
  263. text-transform:none;}
  264.  
  265. li.note {
  266. padding-top:2px;
  267. opacity:1;}
  268.  
  269. li.note img.avatar {
  270. width:14px;
  271. height:14px;}
  272.  
  273. .permalink {
  274. margin-top:2px;
  275. padding:2px;
  276. text-align:right;
  277. word-spacing:5px;
  278. {block:permalinkpage}
  279. opacity:0;
  280. {/block:permalinkpage}}
  281.  
  282. .permalink a{
  283.  
  284. color:{color:permalink};
  285. font-style:italic;
  286. text-decoration:none;}
  287.  
  288. .permalink a:hover{
  289. color:rgba(0,0,0,0);}
  290.  
  291. .buttons {
  292. position:absolute;
  293. top:10px;
  294. opacity:0;
  295. padding:10px;
  296. font-size:10px;
  297. left:4px;
  298. font-family:times;
  299. list-style:none;
  300. -webkit-transition: all 0.3s linear;
  301. -webkit-transition: all 0.3s linear;
  302. -moz-transition: all 0.3s linear;
  303. transition: all 0.3s linear;}
  304.  
  305. .buttons li {
  306. border:1px solid {color:buttons border};
  307. float:left;
  308. background-color:{color:buttons bg};
  309. padding:2px 5px 3px 5px;
  310. margin-left:6px;
  311. margin-bottom:5px;}
  312.  
  313. .buttons a{
  314. font-style:italic;
  315. color:{color:buttons text};
  316. text-decoration:none;}
  317.  
  318. .buttons a:hover{
  319. color:rgba(0,0,0,0)}
  320.  
  321. .post:hover .buttons{
  322. opacity:1;
  323. display:block;
  324. -webkit-transition: all 0.2s linear;
  325. -webkit-transition: all 0.2s linear;
  326. -moz-transition: all 0.2s linear;
  327. transition: all 0.2s linear;}
  328.  
  329. .buttons a:hover{
  330. background-color:rgba(0, 0, 0, 0);}
  331.  
  332. .headings{
  333. font-size:16px;
  334. text-align:left;
  335. font-style:italic;}
  336.  
  337. .audiopost {
  338. {block:IndexPage}
  339. {block:ifnot1column}
  340. width:200px;
  341. padding-bottom:10px;
  342. {block:ifnot1column}
  343. {block:if1column}
  344. width:400px;
  345. padding-bottom:60px;
  346. {/block:if1column}
  347. {/block:IndexPage}
  348. {block:PermalinkPage}
  349. width:500px;
  350. padding-bottom:110px;
  351. {/block:PermalinkPage}}
  352.  
  353. .albumart {
  354. position:absolute;
  355. {block:IndexPage}
  356. {block:ifnot1column}
  357. width:50px;
  358. height:50px;
  359. {/block:ifnot1column}
  360. {block:if1column}
  361. width:100px;
  362. height:100px;
  363. {/block:if1column}
  364. {/block:IndexPage}
  365. {block:PermalinkPage}
  366. width:150px;
  367. height:150px;
  368. {/block:PermalinkPage}}
  369.  
  370. .albumart img {
  371. float:left;
  372. {block:IndexPage}
  373. {block:ifnot1column}
  374. width:50px;
  375. height:50px;
  376. {/block:ifnot1column}
  377. {block:if1column}
  378. width:100px;
  379. height:100px;
  380. {/block:if1column}
  381. {/block:IndexPage}
  382. {block:PermalinkPage}
  383. width:150px;
  384. height:150px;
  385. {/block:PermalinkPage}}
  386.  
  387. .playbox {
  388. opacity:0.6;
  389. width:27px;
  390. height:30px;
  391. overflow:hidden;
  392. position:absolute;
  393. z-index:2;
  394. {block:IndexPage}
  395. {block:ifnot1column}
  396. margin-left:11px;
  397. margin-top:12px;
  398. {/block:ifnot1column}
  399. {block:if1column}
  400. margin-left:37px;
  401. margin-top:36px;
  402. {/block:if1column}
  403. {block:IndexPage}
  404. {block:PermalinkPage}
  405. margin-left:60px;
  406. margin-top:61px;
  407. {/block:PermalinkPage}}
  408.  
  409. .info {
  410. margin-top:2px;
  411. line-height:12px;
  412. font-size:8px;
  413. text-transform:uppercase;
  414. {block:IndexPage}
  415. {block:ifnot1column}
  416. margin-left:58px;
  417. {/block:ifnot1column}
  418. {block:if1column}
  419. margin-left:108px;
  420. {/block:if1column}
  421. {block:IndexPage}
  422. {block:PermalinkPage}
  423. margin-left:158px;
  424. {/block:PermalinkPage}}
  425.  
  426. #posts {
  427.  
  428. position:absolute;
  429. float:left;
  430. margin-top:40px;
  431. left:50%;
  432. {block:IndexPage}
  433. {block:if1column}
  434. width:464px;
  435. margin-left:-232px;
  436. {/block:if1column}
  437. {block:if2columns}
  438. width:528px;
  439. margin-left:-264px;
  440. {/block:if2columns}
  441. {block:if3columns}
  442. width:792px;
  443. margin-left:-396px;
  444. {/block:if3columns}
  445. {/block:IndexPage}
  446. {block:PermalinkPage}
  447. margin-left:-250px;
  448. width:500px;
  449. {/block:PermalinkPage}}
  450.  
  451. .post {
  452. {block:indexpage}
  453. width:200px;
  454. margin:10px;
  455. padding:12px;
  456. border: {1px solid #000; }
  457. {block:if1column}
  458. width:400px;
  459. {/block:if1column}
  460. {/block:indexpage}
  461. {block:permalinkpage}
  462. width:500px;
  463. margin-top:15px;
  464. {/block:permalinkpage}
  465. float:left;
  466. position:relative;
  467. text-align:justify;
  468. font-family:'times';
  469. font-size:10px;
  470. color:{color:text};}
  471.  
  472. .post img{
  473. padding-top:7px;
  474. padding-left: 7px;
  475. padding-right: 7px;
  476. padding-bottom: 7px;
  477. margin-top:30px;
  478. border:1px solid #000000;
  479. max-width:100%;}
  480.  
  481.  
  482. .quote {
  483. text-align:center;
  484. font-size:12px;}
  485.  
  486. .quotesource {
  487. text-align:right;}
  488.  
  489. .chat {
  490. text-align:right;
  491. line-height:11px;}
  492.  
  493. .captions {
  494. margin-top:-8px;}
  495.  
  496. .video embed, .video object, .video iframe {
  497. {block:IndexPage}
  498. {block:ifnot1column}
  499.  
  500. width:200px;
  501. height:auto;
  502. {/block:ifnot1column}
  503. {block:if1column}
  504. width:400px;
  505. {/block:if1column}
  506. {/block:IndexPage}
  507. {block:PermalinkPage}
  508. width:500px;
  509. {/block:PermalinkPage}}
  510.  
  511. #pleasedontremove{
  512. position:fixed;
  513. right:5px;
  514. z-index:6;
  515. top:27px;}
  516.  
  517. .unzo{
  518. top:30px;
  519. right:10px;
  520. }
  521.  
  522. #statstab, #musictab, #favestab{
  523. background:white;
  524. border:1px solid #efefef;
  525. }
  526.  
  527. #favestab:hover{
  528. height:{text:Favorites Box Size}px;
  529. }
  530.  
  531. </style>
  532. </head>
  533.  
  534. <body>
  535. <div class="unzo">
  536.  
  537. <div id="statstab">
  538. <div class="tabcontent">
  539. <div class="tabtitle">Stats</div>
  540.  
  541. <div id="stats">
  542.  
  543. <script language="JavaScript">
  544. var ref = (''+document.referrer+'');
  545. var w_h = window.screen.width + " x " + window.screen.height;
  546. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID4028062&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  547. </script> //<script language="JavaScript" src="http://tc.freehostedscripts.net/tcounter.php?url=jigged.tumblr.com&name="></script>
  548.  
  549.  
  550.  
  551.  
  552. </div>
  553.  
  554. </div>
  555. </div>
  556.  
  557.  
  558. <div id="musictab">
  559. <div class="tabcontent">
  560. <div class="tabtitle">Music</div>
  561.  
  562. <div id="music">
  563. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=false&f0=http://a.tumblr.com/tumblr_l9log3VNaQ1qdlwkvo1.mp3&t0=1&f1=http://dl.soundowl.com/5qwb.mp3&t1=2&f2=http://a.tumblr.com/tumblr_lonh95cL521qkbd4mo1.mp3&t2=3&total=3" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  564.  
  565. </div>
  566.  
  567. </div>
  568. </div>
  569.  
  570.  
  571. <div id="favestab">
  572. <span class="title">Friends</span>
  573.  
  574. <!-- Link --->
  575. <br>
  576. <a target="blank" title="Nita" href="http://preciousless.tumblr.com">PRECIOUSLESS</a>
  577. <a target="blank" title="Paul" href="http://adorates.tumblr.com">adorates</a>
  578. <a target="blank" title="Alex" href="http://enhancers.tumblr.com"> enhancers</a>
  579. <a target="blank" title="Cassie" href="http://novator.tumblr.com">novator</a>
  580. <a target="blank" title="Emily" href="http://dismisses.tumblr.com">dismisses</a>
  581. <a target="blank" title="Tyler" href="http://worldpeaces.tumblr.com"> worldpeaces</a></a>
  582. <a target="blank" title="Shu" href="http://astound.tumblr.com">astound</a>
  583. <a target="blank" title="Paulina" href="http://crxngex.tumblr.com/"> crxngex</a>
  584. <a target="blank" title="Amelia" href="http://feistiest.tumblr.com/"> feistiest</a>
  585. <a target="blank" title="Cath" href="http://reoccurs.tumblr.com/"> reoccurs</a>
  586. <a target="blank" title="Drew" href="http://crownist.tumblr.com"> crownist</a>
  587. <a target="blank" title="Christina" href="http://ravine.tumblr.com"> ravine</a>
  588. <!-- Link end --->
  589.  
  590. </div>
  591.  
  592. </div>
  593.  
  594. <div id="pleasedontremove"><a href="http://emmalucys.com/" target="_blank" title="theme by florels"><img src="http://static.tumblr.com/bcpenwm/j7zmzdu17/florels.png"></a></div>
  595.  
  596. <div id="header">
  597.  
  598.  
  599. <div class="blogtitle">{title}</div>
  600.  
  601.  
  602. <div class="description"> {description} </div>
  603.  
  604.  
  605.  
  606. <div class="navlinks">
  607. <a href="/">home</a>
  608. <a href="{text:ask link}">message</a>
  609. {block:ifshowcustomlinka}<a href="{text:linka url}">{text:linka title}</a>{/block:ifshowcustomlinka}
  610. {block:ifshowcustomlinkb}<a href="{text:linkb url}">{text:linkb title}</a>{/block:ifshowcustomlinkb}
  611. {block:ifshowcustomlinkc}<a href="{text:linkc url}">{text:linkc title}</a>{/block:ifshowcustomlinkc}
  612. <a href="http://emmalucys.com">theme</a>
  613. </div></div>
  614.  
  615.  
  616.  
  617.  
  618. <div id="posts">
  619.  
  620.  
  621. {block:Posts}
  622.  
  623.  
  624. {block:Text}
  625. <div class="post">
  626. `
  627. <div class="headings">{block:Title}{Title}{/block:Title}</div> {Body}
  628. <div class="permalink">
  629. <a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank">reblog</a></div>
  630. </div>
  631. {/block:Text}
  632.  
  633.  
  634. {block:Photo}
  635. <div class="post">
  636.  
  637. {block:IndexPage}<div class="buttons">
  638. <li><a href="{ReblogURL}" target="_blank">reblog</a></li></br>
  639. <li><a href="{Permalink}">{NoteCount}</a></li>
  640. </div>
  641. {block:ifnot1column}<a href="{permalink}"><img src="{PhotoURL-500}" width="200" alt="{PhotoAlt}"/></a>{/block:ifnot1column}
  642. {block:if1column}<a href="{permalink}"><img src="{PhotoURL-500}" width="400" alt="{PhotoAlt}"/></a>{/block:if1column}
  643. {/block:IndexPage}
  644.  
  645. {block:PermalinkPage}
  646. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/> <br><br> {/block:PermalinkPage}
  647. {block:IndexPage}</a>{/block:IndexPage}{block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}</div>
  648. {/block:Photo}
  649.  
  650.  
  651. {block:Photoset}
  652. <div class="post">
  653. {block:Photos}
  654. {block:indexpage}
  655. {block:ifnot1column}
  656. <img src="{PhotoURL-500}" width="200" />
  657. {/block:ifnot1column}
  658. {block:if1column}
  659. <img src="{PhotoURL-500}" width="400" />
  660. {/block:if1column}
  661. {/block:indexpage}
  662. {block:permalinkpage}<img src="{PhotoURL-500}" />{/block:permalinkpage}
  663. {/block:Photos}
  664. <div class="permalink">
  665. <a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  666. {/block:Photoset}
  667.  
  668.  
  669. {block:Quote}
  670. <div class="post">
  671. <div class="quote">'<i>{Quote}</i>'</div>
  672. <div class="quotesource">— {Source}</div>
  673. <div class="permalink">
  674. <a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  675. {/block:Quote}
  676.  
  677.  
  678. {block:Link}
  679. <div class="post">
  680. <div class="headings"><a href="{URL}">{Name}</a></div>
  681. {block:Description}{Description}{/block:Description}
  682. <div class="permalink">
  683. <a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  684. {/block:Link}
  685.  
  686.  
  687. {block:Chat}
  688. <div class="post">
  689. <div class="chat">{block:Title}{Title}{/block:Title}<br>
  690. {block:Lines}{block:Label}<i>{Label}</i><br> {Line} <br><br>
  691. {/block:Label}{/block:Lines}</div>
  692. <div class="permalink">
  693. <a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  694. {/block:Chat}
  695.  
  696.  
  697. {block:Video}
  698. <div class="post">
  699. {block:IndexPage}
  700. <div class="video">{Video-500}</div><div class="permalink">
  701. <a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank">reblog</a></div>
  702. {/block:IndexPage}
  703. {block:PermalinkPage}
  704. {Video-500}
  705. {/block:PermalinkPage}</div>
  706. {/block:Video}
  707.  
  708.  
  709. {block:Audio}
  710. <div class="post"><div class="audiopost">{block:AlbumArt}<div class="albumart"><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>
  711. {block:IndexPage}<div class="permalink">
  712. <a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank">reblog</a></div>{/block:IndexPage}</div>
  713. {/block:Audio}
  714.  
  715.  
  716. {block:Answer}
  717. <div class="post">
  718. {Question}<br>- {Asker} <br><i> {Answer} </i>
  719. <div class="permalink">
  720. <a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank">reblog</a></div></div>
  721. {/block:Answer}
  722.  
  723.  
  724. {block:PermalinkPage}
  725. <div class="notes">
  726. {Caption}
  727. posted {TimeAgo}
  728. {block:NoteCount} with {NoteCount} notes {/block:NoteCount}
  729. {block:RebloggedFrom}
  730. via <a href="{ReblogParentURL}">{ReblogParentName}</a>,
  731. {/block:RebloggedFrom}
  732. {block:ContentSource}
  733. originallyfrom <a href="{SourceURL}">{SourceTitle} </a>
  734. {/block:ContentSource}
  735. <br><br>{PostNotes}<div>
  736. {/block:PermalinkPage}
  737.  
  738.  
  739. {/block:posts}
  740.  
  741.  
  742. </div></div>
  743.  
  744. </body>
  745.  
  746. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement