Advertisement
florels

theme #42 - GOLD

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