Advertisement
florels

theme #67 - NO FEAR

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