Advertisement
florels

theme #55 - FIRESTONE version 2

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