Advertisement
florels

theme #47 - YOUTH

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