Advertisement
florels

theme #41 - FIRESTONE

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