Advertisement
florels

theme #50 - FANTASY

Feb 20th, 2016
2,817
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.69 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. FANTASY theme by
  8. F L O R E L S (✿◠‿◠) ////
  9. started feb 18, 2016
  10. finished feb 20, 2016
  11. published feb 20, 2016
  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. <meta name="image:background" content="" />
  25.  
  26. <meta name="color:background" content="#fff" />
  27. <meta name="color:blog title" content="#666" />
  28. <meta name="color:description" content="#888" />
  29. <meta name="color:description background" content="#fff" />
  30. <meta name="color:description border" content="#e2e2e2" />
  31. <meta name="color:link" content="#666" />
  32. <meta name="color:nav link" content="#888" />
  33. <meta name="color:nav link hover" content="#ccc" />
  34. <meta name="color:permalink" content="#888" />
  35. <meta name="color:permalink border" content="#e2e2e2" />
  36. <meta name="color:permalink hover" content="#ccc" />
  37. <meta name="color:post background" content="#fff" />
  38. <meta name="color:post border" content="#e2e2e2" />
  39. <meta name="color:post shadow" content="#eee" />
  40. <meta name="color:scrollbar" content="#666" />
  41. <meta name="color:text" content="#888" />
  42.  
  43. <meta name="if:post background" content="1"/>
  44. <meta name="if:post border" content="1"/>
  45. <meta name="if:post shadow" content="1"/>
  46. <meta name="if:2 columns" content="1"/>
  47. <meta name="if:fixed header" content="1"/>
  48. <meta name="if:top description border" content="1"/>
  49. <meta name="if:right description border" content="0"/>
  50. <meta name="if:bottom description border" content="0"/>
  51. <meta name="if:left description border" content="1"/>
  52. <meta name="if:tiled background image" content="0"/>
  53. <meta name="if:custom link 1" content="1" />
  54. <meta name="if:custom link 2" content="1" />
  55. <meta name="if:custom link 3" content="1" />
  56.  
  57. <meta name="text:ask link" content="/ask" />
  58. <meta name="text:link 1 url" content="/" />
  59. <meta name="text:link 1 url" content="/" />
  60. <meta name="text:link 1 title" content="link 1" />
  61. <meta name="text:link 2 url" content="/" />
  62. <meta name="text:link 2 title" content="link 2" />
  63. <meta name="text:link 3 url" content="/" />
  64. <meta name="text:link 3 title" content="link 3" />
  65.  
  66. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  67.  
  68.  
  69.  
  70. {block:IndexPage}
  71. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  72. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  73.  
  74. <script type="text/javascript">
  75. $(window).load(function () {
  76. $('#posts').masonry(),
  77. $('.masonryWrap').infinitescroll({
  78. navSelector : "div.navigation",
  79. // selector for the paged navigation (it will be hidden)
  80. nextSelector : ".navigation a#next",
  81. // selector for the NEXT link (to page 2)
  82. itemSelector : ".post",
  83. // selector for all items you'll retrieve
  84. bufferPx : 10000,
  85. extraScrollPx: 10000,
  86. loadingImg : "http://static.tumblr.com/bcpenwm/o5Nmy3k0o/florels.gif",
  87. loadingText : "<em></em>",
  88. },
  89. // call masonry as a callback.
  90. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  91. );
  92. });
  93. </script>
  94. {/block:IndexPage}
  95.  
  96.  
  97. <script type="text/javascript">
  98. WebFontConfig = {
  99. google: { families: [ 'Lato:400,400italic,700:latin' ] }
  100. };
  101. (function() {
  102. var wf = document.createElement('script');
  103. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  104. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  105. wf.type = 'text/javascript';
  106. wf.async = 'true';
  107. var s = document.getElementsByTagName('script')[0];
  108. s.parentNode.insertBefore(wf, s);
  109. })(); </script>
  110.  
  111.  
  112. <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>
  113.  
  114.  
  115.  
  116. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  117. <script>
  118. (function($){
  119. $(document).ready(function(){
  120. $("[title]").style_my_tooltips({
  121. tip_follows_cursor:true,
  122. tip_delay_time:0,
  123. tip_fade_speed:0
  124. }
  125. );
  126. });
  127. })(jQuery);
  128. </script>
  129.  
  130.  
  131.  
  132.  
  133. <style type="text/css">
  134.  
  135.  
  136. iframe#tumblr_controls {
  137. top: 0% !important;
  138. right:0% !important;
  139. position: fixed !important;}
  140.  
  141.  
  142. body {
  143. margin:0px;
  144. padding:0px;
  145. margin-top:0px;
  146. margin-bottom:0px;
  147. font-family: 'Lato', sans-serif;
  148. font-size:10px;
  149. color:{color:text};
  150. background-image:url('{image:background}');
  151. background-attachment:fixed;
  152. {block:ifnottiledbackgroundimage}
  153. background-size:cover;
  154. {/block:ifnottiledbackgroundimage}
  155. {block:iftiledbackgroundimage}
  156. background-repeat:repeat;
  157. {/block:iftiledbackgroundimage}
  158. background-color:{color:background};}
  159.  
  160. #s-m-t-tooltip{
  161. font-size: 9px;
  162. color:#000;
  163. background-color:#fff;
  164. text-align: center;
  165. letter-spacing:1px;
  166. min-width:50px;
  167. max-width:120px;
  168. overflow:auto;
  169. text-transform:lowercase;
  170. font-style:italic;
  171. display: none;
  172. position: absolute;
  173. z-index: 999999999999;
  174. padding:5px;
  175. margin:30px 0 15px 10px;
  176. -webkit-transition: all 0.2s ease-in-out;
  177. -moz-transition: all 0.2s ease-in-out;
  178. transition: all 0.2s ease-in-out;}
  179.  
  180. a {
  181. color:{color:link};
  182. text-decoration:underline;}
  183.  
  184. a:hover {
  185. text-decoration:none;}
  186.  
  187. /** theme by F L O R E L S (✿◠‿◠) //// **/
  188.  
  189. a:active,a:focus {outline:0;}
  190.  
  191. ::-webkit-scrollbar-thumb{
  192. background-color:{color:scrollbar};
  193. border:6px solid {color:background};
  194. height:6px;}
  195.  
  196. ::-webkit-scrollbar {
  197. height:13px;
  198. width:13px;
  199. background-color:{color:background};}
  200.  
  201. #header {
  202. z-index:4;
  203. height:auto;
  204. top:0;
  205. padding:70px 0 20px 0;
  206. left:0;
  207. text-align:center;
  208. width:100%;
  209. background:{color:background};
  210. background-image:url('{image:background}');
  211. background-attachment:fixed;
  212. {block:iffixedheader}
  213. position:fixed;
  214. {/block:iffixedheader}
  215. {block:ifnotfixedheader}
  216. position:absolute;
  217. {/block:ifnotfixedheader}
  218. {block:ifnottiledbackgroundimage}
  219. background-size:cover;
  220. {/block:ifnottiledbackgroundimage}
  221. {block:iftiledbackgroundimage}
  222. background-repeat:repeat;
  223. {/block:iftiledbackgroundimage}}
  224.  
  225. #blogtitle{
  226. position:relative;
  227. height:auto;
  228. z-index:5;
  229. color:{color:blog title};
  230. font-size:14px;
  231. text-align:left;
  232. margin-right:6px;
  233. font-style:italic;
  234. text-decoration:underline;
  235. width:auto;}
  236.  
  237. #navlinks {
  238. position:relative;
  239. z-index:5;
  240. word-spacing:6px;
  241. line-height:160%;
  242. text-align:left;}
  243.  
  244. #navlinks a {
  245. color:{color:nav link};
  246. text-decoration:none;
  247. font-size:1em;
  248. -webkit-transition: all 0.3s ease-in-out;
  249. -moz-transition: all 0.3s ease-in-out;
  250. -o-transition: all 0.3s ease-in-out;}
  251.  
  252. #navlinks a:hover {
  253. color:{color:nav link hover};;}
  254.  
  255. #description {
  256. text-align:left;
  257. color:{color:description};
  258. position:fixed;
  259. z-index:6;
  260. width:150px;
  261. top:220px;
  262. left:50%;
  263. padding:15px;
  264. background:{color:description background};
  265. {block:iftopdescriptionborder}
  266. border-top:1px solid {color:description border};
  267. {/block:iftopdescriptionborder}
  268. {block:ifrightdescriptionborder}
  269. border-right:1px solid {color:description border};
  270. {/block:ifrightdescriptionborder}
  271. {block:ifbottomdescriptionborder}
  272. border-bottom:1px solid {color:description border};
  273. {/block:ifbottomdescriptionborder}
  274. {block:ifleftdescriptionborder}
  275. border-left:1px solid {color:description border};
  276. {/block:ifleftdescriptionborder}
  277. {block:IndexPage}
  278. {block:if2columns}
  279. margin-left:330px;
  280. {/block:if2columns}
  281. {block:ifnot2columns}
  282. margin-left:450px;
  283. {/block:ifnot2columns}
  284. {/block:IndexPage}
  285. {block:PermalinkPage}
  286. margin-left:240px;
  287. {/block:PermalinkPage}}
  288.  
  289. #description a{
  290. z-index:7;
  291. position:relative;
  292. color:{color:description link};
  293. text-decoration:underline;}
  294.  
  295. #description a:hover{
  296. text-decoration:none;}
  297.  
  298. .notes {
  299. padding-left:20px;
  300. padding-top:5px;
  301. position:relative;
  302. float:left;
  303. font-size:1em;}
  304.  
  305. li.notes {
  306. float:left;
  307. width:400px;
  308. padding-left:5px;
  309. margin-top:10px;
  310. overflow-x:hidden;
  311. overflow-y:scroll;
  312. list-style-type:none;
  313. font-weight:normal;
  314. font-size:1em;
  315. text-transform:none;}
  316.  
  317. /** theme by F L O R E L S (✿◠‿◠) //// **/
  318.  
  319. li.note {
  320. padding-top:2px;
  321. opacity:1;}
  322.  
  323. li.note img.avatar {
  324. width:14px;
  325. height:14px;}
  326.  
  327. .permalink {
  328. color:{color:permalink};
  329. position:relative;
  330. display:block;
  331. padding:10px 10px 0 10px;
  332. word-spacing:2px;
  333. text-align:left;
  334. border-top:1px solid {color:permalink border};
  335. margin:7px 0 0 0;}
  336.  
  337. .permalink a{
  338. color:{color:permalink};
  339. text-decoration:none;
  340. -webkit-transition: all 0.3s ease-in-out;
  341. -moz-transition: all 0.3s ease-in-out;
  342. -o-transition: all 0.3s ease-in-out;}
  343.  
  344. .permalink a:hover{
  345. color:{color:permalink hover};
  346. text-decoration:none;}
  347.  
  348. .permalinkright {
  349. position:relative;
  350. text-align:right;}
  351.  
  352. .headings{
  353. font-size:1.5em;
  354. text-align:left;
  355. font-style:italic;}
  356.  
  357. .video embed, .video object, .video iframe {
  358. {block:IndexPage}
  359. width:220px;
  360. height:auto;
  361. {/block:IndexPage}}
  362.  
  363. .audiopost {
  364. {block:IndexPage}
  365. width:220px;
  366. padding-bottom:10px;
  367. {/block:IndexPage}
  368. {block:PermalinkPage}
  369. width:400px;
  370. padding-bottom:110px;
  371. {/block:PermalinkPage}}
  372.  
  373. .albumart {
  374. position:absolute;
  375. {block:IndexPage}
  376. width:50px;
  377. height:50px;
  378. {/block:IndexPage}
  379. {block:PermalinkPage}
  380. width:150px;
  381. height:150px;
  382. {/block:PermalinkPage}}
  383.  
  384. .albumart img {
  385. float:left;
  386. {block:IndexPage}
  387. width:50px;
  388. height:50px;
  389. {/block:IndexPage}
  390. {block:PermalinkPage}
  391. width:150px;
  392. height:150px;
  393. {/block:PermalinkPage}}
  394.  
  395. /** theme by F L O R E L S (✿◠‿◠) //// **/
  396.  
  397. .playbox {
  398. opacity:0.6;
  399. width:27px;
  400. height:30px;
  401. overflow:hidden;
  402. position:absolute;
  403. z-index:2;
  404. {block:IndexPage}
  405. margin-left:11px;
  406. margin-top:12px;
  407. {block:IndexPage}
  408. {block:PermalinkPage}
  409. margin-left:60px;
  410. margin-top:61px;
  411. {/block:PermalinkPage}}
  412.  
  413. .info {
  414. margin-top:2px;
  415. line-height:12px;
  416. font-size:0.9em;
  417. text-transform:uppercase;
  418. {block:IndexPage}
  419. margin-left:58px;
  420. {block:IndexPage}
  421. {block:PermalinkPage}
  422. margin-left:158px;
  423. {/block:PermalinkPage}}
  424.  
  425. #posts {
  426. position:absolute;
  427. left:50%;
  428. z-index:1;
  429. top:120px;
  430. {block:IndexPage}
  431. padding:12px 12px 100px 12px;
  432. {block:ifnot2columns}
  433. width:894px;
  434. margin-left:-460px;
  435. {/block:ifnot2columns}
  436. {block:if2columns}
  437. width:596px;
  438. margin-left:-310px;
  439. {/block:if2columns}
  440. {/block:IndexPage}
  441. {block:PermalinkPage}
  442. margin-left:-215px;
  443. width:400px;
  444. padding:15px 15px 55px 15px;
  445. {block:ifpostborder}
  446. border:1px solid {color:post border};
  447. {/block:ifpostborder}
  448. {block:ifpostbackground}
  449. background:{color:post background};
  450. {/block:ifpostbackground}
  451. {/block:PermalinkPage}}
  452.  
  453. .post {
  454. {block:IndexPage}
  455. margin:30px;
  456. padding:8px;
  457. width:220px;
  458. {block:ifnotpostborder}
  459. border:1px solid rgba(0,0,0,0);
  460. {/block:ifnotpostborder}
  461. {block:ifpostborder}
  462. border:1px solid {color:post border};
  463. border-radius:{text:post border radius};
  464. {/block:ifpostborder}
  465. {block:ifpostshadow}
  466. box-shadow:3px 3px {color:post shadow};
  467. {/block:ifpostshadow}
  468. {/block:IndexPage}
  469. {block:PermalinkPage}
  470. width:400px;
  471. {/block:PermalinkPage}
  472. float:left;
  473. position:relative;
  474. {block:ifpostbackground}
  475. background:{color:post background};
  476. {/block:ifpostbackground}
  477. font-size:1em;
  478. color:{color:text};}
  479.  
  480. .post img{
  481. max-width:100%;
  482. -webkit-transition: all 0.4s ease-in-out;
  483. -moz-transition: all 0.4s ease-in-out;
  484. transition: all 0.4s ease-in-out;}
  485.  
  486. .photo {
  487. height:auto;
  488. -webkit-transition: all 0.4s ease-in-out;
  489. -moz-transition: all 0.4s ease-in-out;
  490. transition: all 0.4s ease-in-out;}
  491.  
  492. .quote {
  493. text-align:center;
  494. font-size:1.2em;}
  495.  
  496. .quotesource {
  497. text-align:right;}
  498.  
  499. /** theme by F L O R E L S (✿◠‿◠) //// **/
  500.  
  501. .question {
  502. color:{color:text};}
  503.  
  504. .asker {}
  505.  
  506. .answer {
  507. font-style:italic;
  508. padding:0 10px 0 20px;}
  509.  
  510. .captions {
  511. margin-top:-8px;}
  512.  
  513. #pleasedontremove{
  514. position:fixed;
  515. right:5px;
  516. z-index:6;
  517. top:35px;}
  518.  
  519. /** theme by F L O R E L S (✿◠‿◠) //// **/
  520.  
  521. </style>
  522. </head>
  523.  
  524. <body>
  525.  
  526.  
  527. <div id="pleasedontremove"><a href="http://florels.tumblr.com/" target="_blank" title="FANTASY theme by florels"><img src="http://static.tumblr.com/bcpenwm/j7zmzdu17/florels.png"></a></div>
  528.  
  529.  
  530. <div id="header">
  531. <span id="blogtitle">{Title}</span>
  532. <span id="navlinks">
  533. — <a href="/">home</a> ·
  534. <a href="{text:ask link}">message</a> ·
  535. <a href="/archive">archive</a> ·
  536. {block:ifcustomlink1}<a href="{text:link 1 url}">{text:link 1 title}</a> · {/block:ifcustomlink1}
  537. {block:ifcustomlink2}<a href="{text:link 2 url}">{text:link 2 title}</a> · {/block:ifcustomlink2}
  538. {block:ifcustomlink3}<a href="{text:link 3 url}">{text:link 3 title}</a> · {/block:ifcustomlink3}
  539. <a href="http://florels.tumblr.com">theme </a>
  540. </span>
  541.  
  542. </div>
  543.  
  544.  
  545.  
  546. <div id="description">{Description}</div>
  547.  
  548.  
  549.  
  550.  
  551. <div id="posts">
  552.  
  553. {block:Posts}
  554.  
  555. {block:Text}
  556. <div class="post">
  557. <div class="headings">{block:Title}{Title}{/block:Title}</div> {Body}
  558. {block:IndexPage}
  559. <div class="permalink">
  560. <span style="float:left;"><a href="{Permalink}">{NoteCount} notes</a></br><a href="{ReblogURL}">reblog</a></span>
  561. <span style="float:right;text-align:right;"><a href="{Permalink}">{ShortDayofWeek} {ShortMonth} {DayofMonth}</a></br> <a href="{ReblogParentURL}" target="_blank">via</a> / <a href="{SourceURL}">src</a></span></div>
  562. {/block:IndexPage}
  563. </div>
  564. {/block:Text}
  565.  
  566.  
  567. {block:Photo}
  568. <div class="post"><div class="photo">
  569. {block:IndexPage}
  570. <a href="{permalink}"><img src="{PhotoURL-250}"width="220"alt="{PhotoAlt}"/></a>
  571. <div class="permalink">
  572. <span style="float:left;"><a href="{Permalink}">{NoteCount} notes</a></br><a href="{ReblogURL}">reblog</a></span>
  573. <span style="float:right;text-align:right;"><a href="{Permalink}">{ShortDayofWeek} {ShortMonth} {DayofMonth}</a></br> <a href="{ReblogParentURL}" target="_blank">via</a> / <a href="{SourceURL}">src</a></span></div>
  574. {/block:IndexPage}
  575.  
  576.  
  577.  
  578. {block:PermalinkPage}
  579. <img src="{PhotoURL-1280}"width="400"alt="{PhotoAlt}"/>
  580. {/block:PermalinkPage}
  581. </div></div>
  582. {/block:Photo}
  583.  
  584.  
  585. {block:Photoset}
  586. <div class="post">
  587. {block:IndexPage}
  588. {Photoset}
  589. <div class="permalink">
  590. <span style="float:left;"><a href="{Permalink}">{NoteCount} notes</a></br><a href="{ReblogURL}">reblog</a></span>
  591. <span style="float:right;text-align:right;"><a href="{Permalink}">{ShortDayofWeek} {ShortMonth} {DayofMonth}</a></br> <a href="{ReblogParentURL}" target="_blank">via</a> / <a href="{SourceURL}">src</a></span></div>
  592. {/block:IndexPage}
  593. {block:PermalinkPage}
  594. {Photoset-400}
  595. {/block:PermalinkPage}
  596. </div>
  597. {/block:Photoset}
  598.  
  599.  
  600. {block:Quote}
  601. <div class="post">
  602. <div class="quote">
  603. '<i>{Quote}</i>'
  604. </div>
  605. <div class="quotesource">
  606. — {Source}
  607. </div>
  608. {block:IndexPage}
  609. <div class="permalink">
  610. <span style="float:left;"><a href="{Permalink}">{NoteCount} notes</a></br><a href="{ReblogURL}">reblog</a></span>
  611. <span style="float:right;text-align:right;"><a href="{Permalink}">{ShortDayofWeek} {ShortMonth} {DayofMonth}</a></br> <a href="{ReblogParentURL}" target="_blank">via</a> / <a href="{SourceURL}">src</a></span></div>
  612. {/block:IndexPage}
  613. </div>
  614. {/block:Quote}
  615.  
  616.  
  617. {block:Link}
  618. <div class="post">
  619. <div class="headings">
  620. <a href="{URL}">{Name}</a>
  621. </div>
  622. {block:Description}{Description}{/block:Description}
  623. {block:IndexPage}
  624. <div class="permalink">
  625. <span style="float:left;"><a href="{Permalink}">{NoteCount} notes</a></br><a href="{ReblogURL}">reblog</a></span>
  626. <span style="float:right;text-align:right;"><a href="{Permalink}">{ShortDayofWeek} {ShortMonth} {DayofMonth}</a></br> <a href="{ReblogParentURL}" target="_blank">via</a> / <a href="{SourceURL}">src</a></span></div>
  627. {/block:IndexPage}
  628. </div>
  629. {/block:Link}
  630.  
  631.  
  632. {block:Chat}
  633. <div class="post">
  634. {block:Title}{Title}{/block:Title}<br>
  635. {block:Lines}{block:Label}<i>{Label}</i><br> {Line} <br><br>
  636. {/block:Label}{/block:Lines}
  637. {block:IndexPage}
  638. <div class="permalink">
  639. <span style="float:left;"><a href="{Permalink}">{NoteCount} notes</a></br><a href="{ReblogURL}">reblog</a></span>
  640. <span style="float:right;text-align:right;"><a href="{Permalink}">{ShortDayofWeek} {ShortMonth} {DayofMonth}</a></br> <a href="{ReblogParentURL}" target="_blank">via</a> / <a href="{SourceURL}">src</a></span></div>
  641. {/block:IndexPage}
  642. </div>
  643. {/block:Chat}
  644.  
  645.  
  646. {block:Video}
  647. <div class="post">
  648. {block:IndexPage}
  649. <div class="video">
  650. {Video-250}
  651. </div>
  652. <div class="permalink">
  653. <span style="float:left;"><a href="{Permalink}">{NoteCount} notes</a></br><a href="{ReblogURL}">reblog</a></span>
  654. <span style="float:right;text-align:right;"><a href="{Permalink}">{ShortDayofWeek} {ShortMonth} {DayofMonth}</a></br> <a href="{ReblogParentURL}" target="_blank">via</a> / <a href="{SourceURL}">src</a></span></div>
  655. {/block:IndexPage}
  656. {block:PermalinkPage}
  657. {Video-400}
  658. {/block:PermalinkPage}
  659. </div>
  660. {/block:Video}
  661.  
  662.  
  663. {block:Audio}
  664. <div class="post">
  665. <div class="audiopost">
  666. {block:AlbumArt}
  667. <div class="albumart">
  668. <img src="{AlbumArtURL}">
  669. </div>
  670. {/block:AlbumArt}
  671. {block:AudioPlayer}
  672. <div class="playbox">
  673. {AudioPlayerWhite}
  674. </div>
  675. {/block:AudioPlayer}
  676. <div class="info">
  677. Artist: <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}</br>
  678. Title: <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</br>
  679. Album: <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}</br>
  680. Plays: {FormattedPlayCount}{/block:PlayCount}
  681. </div>
  682. </div>
  683. {block:IndexPage}
  684. <div class="permalink">
  685. <span style="float:left;"><a href="{Permalink}">{NoteCount} notes</a></br><a href="{ReblogURL}">reblog</a></span>
  686. <span style="float:right;text-align:right;"><a href="{Permalink}">{ShortDayofWeek} {ShortMonth} {DayofMonth}</a></br> <a href="{ReblogParentURL}" target="_blank">via</a> / <a href="{SourceURL}">src</a></span></div>
  687. {/block:IndexPage}
  688. </div>
  689. {/block:Audio}
  690.  
  691.  
  692. {block:Answer}
  693. <div class="post">
  694. <div class="question">{Asker} said: {Question}</div>
  695. <div class="answer">{Answer}</div>
  696. {block:IndexPage}
  697. <div class="permalink">
  698. <span style="float:left;"><a href="{Permalink}">{NoteCount} notes</a></br><a href="{ReblogURL}">reblog</a></span>
  699. <span style="float:right;text-align:right;"><a href="{Permalink}">{ShortDayofWeek} {ShortMonth} {DayofMonth}</a></br> <a href="{ReblogParentURL}" target="_blank">via</a> / <a href="{SourceURL}">src</a></span></div>
  700. {/block:IndexPage}
  701. </div>
  702. {/block:Answer}
  703.  
  704.  
  705. {block:PermalinkPage}
  706. <div class="notes">
  707. {block:Date}{Caption}<b>Posted:</b> {TimeAgo}</br>{/block:Date}
  708. {block:NoteCount}<b>Notes:</b>{NoteCount}</br>{/block:NoteCount}
  709. {block:RebloggedFrom}<b>Reblogged from:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a></br>{/block:RebloggedFrom}
  710. {block:ContentSource}<b>Source:</b> <a href="{SourceURL}">{SourceTitle}</a></br>{/block:ContentSource}
  711. {block:hastags}<b>Tagged with:</b> {block:tags}#<a href="/tagged/{Tag}">{Tag}</a> {/block:tags}</br>{/block:hastags}
  712. {PostNotes}</div>
  713. {/block:PermalinkPage}
  714.  
  715.  
  716. {/block:posts}
  717.  
  718.  
  719. </div></div>
  720.  
  721. </body>
  722.  
  723. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement