kailana

:)

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