enchantingly

Theme 41 - Walks Like Fire

Mar 9th, 2015
1,802
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.04 KB | None | 1 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!----
  5. Theme 41 - "Walks Like Fire" by Elowen (theghostoflove.tumblr.com)
  6.  
  7. Credit stays intact, please. If you get stuck, feel free to message me! Comments and suggestions are welcome.
  8. --->
  9.  
  10. <head>
  11.  
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17. <meta name="color:Ask and Link Bg" content="#f8aa7f">
  18. <meta name="color:Background" content="#f8aa7f">
  19. <meta name="color:Body" content="#d11d1d">
  20. <meta name="color:Border" content="#a81414">
  21. <meta name="color:Border Dash" content="#fcb68f">
  22. <meta name="color:Chat1" content="#f5b897">
  23. <meta name="color:Chat2" content="#f8aa7f">
  24. <meta name="color:Entries" content="#a51212">
  25. <meta name="color:Header" content="#a51212">
  26. <meta name="color:Info Bg" content="#fbb28a">
  27. <meta name="color:Link" content="#a21616">
  28. <meta name="color:Link Hover" content="#fbf8ef">
  29. <meta name="color:Navlinks Text" content="#a21616">
  30. <meta name="color:Navlinks" content="#a51212">
  31. <meta name="color:Navlinks Hover" content="#fba271">
  32. <meta name="color:Pagi Link" content="#a51212">
  33. <meta name="color:Pagi Link Hover" content="#fcb68f">
  34. <meta name="color:Pagi Link Bg" content="#fcb68f">
  35. <meta name="color:Pagi Link Bg Hover" content="#a51212">
  36. <meta name="color:Post" content="#fba271">
  37. <meta name="color:Scroll" content="#a51212">
  38. <meta name="color:Scroll Bg" content="#fcb68f">
  39. <meta name="color:Sidebar" content="#a51212">
  40. <meta name="color:Title" content="#fcb68f">
  41.  
  42. <meta name="if:Additional Sidebar Links" content="0">
  43. <meta name="if:Infinite Scroll" content="0">
  44. <meta name="if:Posts 400" content="0">
  45. <meta name="if:Show Tags" content="1">
  46.  
  47. <meta name="image:Background" content="">
  48. <meta name="image:Header" content="">
  49. <meta name="image:Sidebar" content="">
  50.  
  51. <meta name="text:Link 1" content="">
  52. <meta name="text:Link 1 URL" content="http://">
  53. <meta name="text:Link 2" content="">
  54. <meta name="text:Link 2 URL" content="http://">
  55. <meta name="text:Link 3" content="">
  56. <meta name="text:Link 3 URL" content="http://">
  57. <meta name="text:Link 4" content="">
  58. <meta name="text:Link 4 URL" content="http://">
  59. <meta name="text:Link 5" content="">
  60. <meta name="text:Link 5 URL" content="http://">
  61. <meta name="text:Link 6" content="">
  62. <meta name="text:Link 6 URL" content="http://">
  63. <meta name="text:Link 7" content="">
  64. <meta name="text:Link 7 URL" content="http://">
  65.  
  66. <style type="text/css">
  67.  
  68. /**BASICS**/
  69.  
  70. body {
  71. text-align:justify;
  72. font-family:cambria;
  73. font-size:12px;
  74. margin-left:20px;
  75. width:500px;
  76. margin:0 auto;
  77. background:{color:background} url('{image:Background}');
  78. background-attachment:fixed;
  79. background-repeat:repeat;
  80. color:{color:Body};
  81. }
  82.  
  83. blockquote {border-left:2px solid {color:border}; padding-left:5px; margin:0px 2px 0px 10px}
  84.  
  85. ::-webkit-scrollbar {width:8px; height:auto; background-color:{color:scroll bg}}
  86. ::-webkit-scrollbar-button {background:{color:scroll};}
  87. ::-webkit-scrollbar-thumb:vertical {background:{color:scroll};}
  88. ::-webkit-scrollbar-thumb:horizontal {background:{color:scroll};}
  89.  
  90. ::selection {color:{color:post};background-color: {color:body};}
  91. ::-moz-selection {color:{color:post};background-color: {color:body};}
  92. ::-webkit-selection {color:{color:post};background-color:{color:body};}
  93.  
  94. a {color:{color:link};text-decoration:none;-moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;}
  95. a:hover {color:{color:link hover}}
  96.  
  97. #container {width:100%;{block:ifNotPosts400}margin: 0 -220px auto;{/block:ifNotPosts400} {block:ifPosts400}margin: 0 -170px auto{/block:ifPosts400}}
  98.  
  99. #header {
  100. position:absolute;
  101. top:53px; margin-left:27px;
  102. z-index:1;
  103. border-bottom:1px dashed {color:border dash};
  104. width:{block:ifNotPosts400}887px;{/block:ifNotPosts400} {block:ifPosts400}787px;{/block:ifPOsts400} height:300px;
  105. background:{color:header} url('{image:Header}');
  106. background-size:{block:ifNotPosts400}887px{/block:ifNotPosts400} {block:ifPosts400}787px{/block:ifPosts400};
  107. background-position:center;
  108. background-attachment:relative;
  109. background-repeat:no-repeat;
  110. }
  111.  
  112. #title {
  113. padding:2px;
  114. font-weight:normal;
  115. text-align:center;
  116. width:255px;
  117. color:{color:Title};
  118. font-family:'Clicker Script', cursive; font-size:30px;
  119. margin:0px 0px 2px 0px;
  120. }
  121.  
  122. #title a {color:{color:Title}}
  123.  
  124. #sidebarbg {
  125. width:255px; height:100%;
  126. position:fixed;
  127. top:0px; margin-left:27px;
  128. padding:15px;
  129. background-color:{color:sidebar};
  130. border-left:1px dashed {color:border dash};
  131. border-bottom:1px dashed {color:border dash};
  132. z-index:-1;
  133. }
  134.  
  135. #sidebar {
  136. width:255px;
  137. position:absolute;
  138. margin-top:353px; margin-left:27px;
  139. padding:15px;
  140. background-color:{color:sidebar};
  141. border-left:1px dashed {color:border dash};
  142. border-right:1px dashed {color:border dash};
  143. }
  144.  
  145. #sidebar img {border:2px solid {color:title}; margin-top:5px; margin-left:8px; width:235px;}
  146.  
  147. #links {
  148. top:0px; margin-left:27px;
  149. width:{block:ifNotPosts400}887px{/block:ifNotPosts400} {block:ifPosts400}787px{/block:ifPosts400};
  150. padding:10px 0px;
  151. text-align:center;
  152. position:absolute;
  153. z-index:10;
  154. border-bottom:1px dashed {color:border dash};
  155. background-color:{color:header};
  156. }
  157.  
  158. #links a {
  159. text-transform:uppercase;
  160. font-size:11px;
  161. border:2px solid transparent;
  162. padding:8px 0px 8px 0px;
  163. display:inline-block;
  164. min-width:85px;
  165. margin:0px 5px;
  166. color:{color:navlinks text};
  167. background-color:{color:navlinks};
  168. }
  169.  
  170. #links a:hover {
  171. border:2px solid transparent;
  172. background-color:{color:navlinks hover};
  173. }
  174.  
  175. #entries {
  176. position:absolute;
  177. float:left;
  178. padding:15px;
  179. margin-top:361px; margin-left:312px;top:-8px;
  180. background-color:{color:entries};
  181. border-left:1px dashed {color:border dash};
  182. border-right:1px dashed {color:border dash};
  183. border-bottom:1px dashed {color:border dash};
  184. width: {block:ifNotPosts400}570px;{/block:ifNotPosts400} {block:ifPosts400}470px;{/block:ifPosts400}
  185. }
  186.  
  187. #post {
  188. padding:15px;
  189. margin-top:15px;
  190. margin-bottom:15px;
  191. margin-left:20px;
  192. background-color:{color:post};
  193. width: {block:IfNotPosts400}500px;{/block:ifNotPosts400} {block:ifPosts400}400px;{/block:ifPosts400}
  194. }
  195.  
  196. #desc {
  197. color:{color:title};
  198. margin:10px 0px 10px;
  199. padding:0px;
  200. width:255px; height:205px;
  201. }
  202.  
  203. #pagination {
  204. text-transform:lowercase;
  205. text-align:center;
  206. width:255px;
  207. }
  208. #pagination a {color:{color:navlinks};}
  209. #pagination a:hover {color:{color:navlinks hover};}
  210.  
  211. #pagi {
  212. margin:15px 0px 0px 0px;
  213. width:255px;
  214. display:block;
  215. text-align:center;
  216. font-family:cambria;
  217. font-size:12px;
  218. }
  219. #pagi a {
  220. border:1px solid transparent;
  221. padding:2px;
  222. background-color:{color:pagi link bg};
  223. color:{color:pagi link};
  224. }
  225. #pagi a:hover {
  226. border:1px solid {color:pagi link hover};
  227. background-color:{color:pagi link bg hover};
  228. color:{color:pagi link hover};
  229. }
  230.  
  231. #currentpage {
  232. font-weight:bold;
  233. padding:2px;
  234. color: {color:pagi link hover};
  235. border:1px solid {color:pagi link hover};
  236. }
  237.  
  238. /**POST INFO**/
  239.  
  240. #info {
  241. text-align:center;
  242. font-size: 10px;
  243. margin-top:15px;
  244. {block:ifNotPosts400}width:492px;{/block:ifNotPosts400}
  245. {block:ifPosts400}width:392px;{/block:ifPosts400}
  246. padding:5px;
  247. background-color:{color:info bg};
  248. }
  249.  
  250. #tags {
  251. min-height:14px;
  252. font-size:10px;
  253. padding:0px 5px 5px 5px;
  254. margin-top:0px;
  255. {block:ifNotPosts400}width:492px;{/block:ifNotPosts400}
  256. {block:ifPosts400}width:392px;{/block:ifPosts400}
  257. font-style:italic;
  258. text-align:center;
  259. background-color:{color:info bg};
  260. }
  261.  
  262. .note {
  263. text-transform:normal;
  264. font-style:normal;
  265. letter-spacing:0px;
  266. font-size: 10px;
  267. text-align:left;
  268. line-height:80%;
  269. margin-left:-40px;
  270. }
  271.  
  272. .note li {
  273. list-style-type:none;
  274. text-align:left;
  275. padding:2px;
  276. margin:0px;
  277. -moz-transition-duration:0.5s;
  278. -webkit-transition-duration:0.5s;
  279. -o-transition-duration:0.5s;
  280. }
  281.  
  282. /**POST TYPES**/
  283.  
  284. #texttitle {
  285. font-weight:normal;
  286. font-family:'Book antiqua';
  287. font-size:18px;
  288. text-align:center;
  289. line-height:100%;
  290. margin:2px;
  291. }
  292.  
  293. #quote {
  294. margin:5px 0px;
  295. font-family:Garamond;
  296. text-align:center;
  297. letter-spacing:1px;
  298. }
  299.  
  300. #quote_short {font-size:20px; line-height:100%;}
  301. #quote_medium {font-size:18px; line-height:95%;}
  302. #quote_long {font-size:16px; line-height:90%;}
  303.  
  304. #quotesource {
  305. margin:10px 0px -10px 0px;
  306. font-family:'Georgia';
  307. font-size:14px;
  308. font-style:italic;
  309. text-align:right;
  310. padding:6px;
  311. font-weight:normal;
  312. }
  313.  
  314. #linkposts {
  315. height:80px;
  316. padding-bottom:10px; padding-top:10px;
  317. font-family:book antiqua;
  318. font-size:16px;
  319. border:2px dotted {color:Border};
  320. margin-bottom:5px;
  321. background-color:{color:Ask and Link Bg};
  322. width:{block:ifNotPosts400}394px;{/block:ifNotPosts400}{block:ifPosts400}294px;{/block:ifPosts400}
  323. }
  324.  
  325. #linkfav img {
  326. width:100px;
  327. margin-top:-109px;
  328. position:absolute;
  329. border-top:2px dotted {color:Border};
  330. border-right:2px dotted {color:Border};
  331. border-bottom:2px dotted {color:Border};
  332. margin-left:{block:ifNotPosts400}398px;{/block:ifNotPosts400}{block:ifPosts400}298px;{/block:ifPosts400}
  333. }
  334.  
  335. #question {
  336. font-size:13px;
  337. letter-spacing:1px;
  338. padding:10px;
  339. border:2px dotted {color:Border};
  340. background-color:{color:Ask and Link Bg}
  341. }
  342. #asker {
  343. text-align:right;
  344. font-size:12px;
  345. letter-spacing:1px;
  346. padding-bottom:0px;
  347. margin-top:20px;
  348. }
  349. #asker img {
  350. vertical-align:left;
  351. float:right;
  352. margin-left:10px;
  353. margin-right:10px;
  354. margin-top:-10px;
  355. border:1px solid {color:Border};
  356. }
  357.  
  358. .album {position:absolute; margin-top:0px; width:120px; height:120px;}
  359. .album img {width:120px; height:120px}
  360. .audio {position:absolute;margin-left:130px;background-color:#fff;}
  361. .audiobox {height:120px;z-index:10; margin-left:130px;}
  362. .audiotext {padding-top:30px; max-width:300px;overflow:hidden;}
  363.  
  364. .chat {margin:3px 3px 10px 3px;}
  365. .chat .lines {margin-left:1px;}
  366. .chat .lines .line {margin-bottom:1px;padding:3px 5px;background-color:{color:Chat1}}
  367. .chat .lines .line.even{background-color:{color:Chat2};}
  368.  
  369. #s-m-t-tooltip {
  370. padding:5px 10px 5px 10px;
  371. margin:20px 14px 7px 10px;
  372. border:1px solid {color:border};
  373. background-color:{color:Body};
  374. font-family:georgia;
  375. font-style: normal;
  376. font-size:9px;
  377. letter-spacing:1px;
  378. color:{color:Post};
  379. z-index:99999999;
  380. }
  381.  
  382. #credit {
  383. z-index:99999999999;
  384. font-weight:bold;
  385. text-align:center;
  386. font-size:14px;
  387. font-family:'Montez';
  388. position:fixed;
  389. bottom:5px; right:5px;
  390. }
  391. #credit a {
  392. display:inline-block;
  393. height:20px; width:20px;
  394. padding:0px 0px 0px 0px;
  395. background-color:{color:Body};
  396. color:{color:Post};
  397. }
  398. #credit a:hover {
  399. background-color:{color:Post};
  400. color:{color:Body};
  401. }
  402.  
  403. </style>
  404.  
  405. <link href='https://fonts.googleapis.com/css?family=Clicker+Script|Montez' rel='stylesheet' type='text/css'>
  406.  
  407. <script type="text/javascript" src="https://static.tumblr.com/qlfmldj/1H6mmbwdm/jquery-1.7.1.min.js"></script>
  408.  
  409. <script type="text/javascript">
  410. $(function(){ // document ready
  411. var stickyTop = $('#sidebar').offset().top; // returns number
  412. $(window).scroll(function(){ // scroll event
  413. var windowTop = $(window).scrollTop(); // returns number
  414. if (stickyTop < windowTop) {
  415. $('#sidebar').css({ position:'fixed', top: -353 });
  416. }
  417. else {
  418. $('#sidebar').css('position','static');
  419. }
  420. });
  421. });
  422. </script>
  423.  
  424. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  425.  
  426. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  427.  
  428. <script>
  429. (function($){
  430. $(document).ready(function(){
  431. $("a[title]").style_my_tooltips({
  432. tip_follows_cursor:true,
  433. tip_delay_time:0,
  434. tip_fade_speed:0,
  435. attribute:"title"
  436. });
  437. });
  438. })(jQuery);
  439. </script>
  440.  
  441. {block:ifInfiniteScroll}<script type="text/javascript" src="https://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:ifInfiniteScroll}
  442.  
  443. </head>
  444.  
  445. <body>
  446.  
  447. <div id="container">
  448. <center><div id="links">
  449. <a href="/ask">message</a>
  450. {block:ifLink1}
  451. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  452. {/block:ifLink1}
  453. {block:ifLink2}
  454. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  455. {/block:ifLink2}
  456. {block:ifLink3}
  457. <a href="{text:Link 3 URL}">{text:Link 3}</a>
  458. {/block:ifLink3}
  459. {block:ifLink4}
  460. <a href="{text:Link 4 URL}">{text:Link 4}</a>
  461. {/block:ifLink4}
  462. {block:ifLink5}
  463. <a href="{text:Link 5 URL}">{text:Link 5}</a>
  464. {/block:ifLink5}
  465. {block:ifLink6}
  466. <a href="{text:Link 6 URL}">{text:Link 6}</a>
  467. {/block:ifLink6}
  468. {block:ifNotPosts400}{block:ifLink7}<a href="{text:Link 7 URL}">{text:Link 7}</a>
  469. {/block:ifLink7}{/block:ifNotPosts400}
  470. </div></center>
  471. <div id="header"></div>
  472. <div id="sidebarbg"></div>
  473. <div id="sidebar">
  474. <div id="title"><a href="/">{Title}</a>
  475. </div>
  476. <img src="{image:Sidebar}">
  477. <div id="desc"><div id="pagination">
  478. <center>
  479. {block:ifAdditionalSidebarLinks}<a href="/">home</a> ·
  480. <a href="/ask">message</a> ·
  481. <a href="/archive">archive</a>
  482. {block:ifLink1}·
  483. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  484. {/block:ifLink1}
  485. {block:ifLink2}·
  486. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  487. {/block:ifLink2}
  488. {block:ifLink3}·
  489. <a href="{text:Link 3 URL}">{text:Link 3}</a>
  490. {/block:ifLink3}
  491. {block:ifLink4}·
  492. <a href="{text:Link 4 URL}">{text:Link 4}</a>
  493. {/block:ifLink4}
  494. {block:ifLink5}·
  495. <a href="{text:Link 5 URL}">{text:Link 5}</a>
  496. {/block:ifLink5}
  497. {block:ifLink6}·
  498. <a href="{text:Link 6 URL}">{text:Link 6}</a>
  499. {/block:ifLink6}
  500. {block:ifLink7}·
  501. <a href="{text:Link 7 URL}">{text:Link 7}</a>
  502. {/block:ifLink7}
  503. {block:HasPages}{block:Pages}·
  504. <a href="{URL}" class="page">{Label}</a>
  505. {/block:Pages}{/block:HasPages}</center>{/block:ifAdditionalSidebarlinks}
  506. <p><div id="pagi"><center>{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  507.  
  508. {block:JumpPagination length="5"}
  509. {block:CurrentPage}
  510. <span id="currentpage">{PageNumber}</span>
  511. {/block:CurrentPage}
  512.  
  513. {block:JumpPage}
  514. <a class="jump_page" href="{URL}">{PageNumber}</a>
  515. {/block:JumpPage}
  516. {/block:JumpPagination}
  517.  
  518. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</center></div></div></p>
  519. <p>{Description}
  520. </div></div>
  521.  
  522. <div id="entries">
  523. {block:ifInfiniteScroll}<div class="autopagerize_page_element">{/block:ifInfiniteScroll}
  524. {block:Posts}
  525. <div id="post">
  526. <!--Text Posts-->
  527. {block:Text}
  528. {block:Title}<div id="texttitle">{Title}</div>{/block:Title}
  529. {Body}
  530. {/block:Text}
  531.  
  532. <!--Photo Posts-->
  533. {block:ifNotPosts400}
  534. {block:Photo}<center>
  535. {OpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  536. {LinkCloseTag}</center>
  537. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  538. {/block:ifNotPosts400}
  539.  
  540. {block:ifPosts400}
  541. {block:Photo}<center>
  542. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  543. {LinkCloseTag}</center>
  544. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  545. {/block:ifPosts400}
  546.  
  547. <!--Photosets-->
  548. {block:ifNotPosts400}
  549. {block:Photoset}<center>
  550. {Photoset-500}</center>
  551. {block:Caption}{Caption}{/block:Caption}
  552. {/block:Photoset}
  553. {/block:ifNotPosts400}
  554.  
  555. {block:ifPosts400}
  556. {block:Photoset}<center>
  557. {Photoset-400}</center>
  558. {block:Caption}{Caption}{/block:Caption}
  559. {/block:Photoset}
  560. {/block:ifPosts400}
  561.  
  562. <!--Quotes-->
  563. {block:Quote}<div id="quote">
  564. <div id="quote_{Length}">“{Quote}”</div>
  565. {block:Source}<div id="quotesource">- {Source}</div>{/block:Source}
  566. </div>{/block:Quote}
  567.  
  568. <!--Video Posts-->
  569. {block:ifNotPosts400}
  570. {block:Video}{Video-500}
  571. {block:Caption}{Caption}{/block:Caption}
  572. {/block:Video}
  573. {/block:ifNotPosts400}
  574.  
  575. {block:ifPosts400}
  576. {block:Video}{Video-400}
  577. {block:Caption}{Caption}{/block:Caption}
  578. {/block:Video}
  579. {/block:ifPosts400}
  580.  
  581. <!--Link Posts-->
  582. {block:Link}<div id="linkposts">
  583. <a href="{URL}" class="link" {Target}>
  584. <center>{Name} →</center></a><BR>
  585. <center><small><small>{URL}</small></small></center>
  586. </div> <!--linkposts-->
  587.  
  588. {block:Thumbnail}<div id="linkfav"><img src="{Thumbnail}"></div>
  589. {/block:Thumbnail}
  590.  
  591. {block:Description}{Description}{/block:Description}
  592. {/block:Link}
  593.  
  594. <!--Chat-->
  595. {block:Chat}
  596. {block:Title}<div id="texttitle">{Title}</div>{/block:Title}
  597. <div class="chat">
  598. <div class="lines">
  599. {block:Lines}
  600. <div class="line {Alt}">
  601. {block:Label}
  602. <strong>{Label}</strong>{/block:Label} {Line}
  603. </div> <!--line alt-->
  604. {/block:Lines}
  605. </div> <!--lines-->
  606. </div><!--chat-->
  607. {/block:Chat}
  608.  
  609. <!--Audio Posts -->
  610. {block:Audio}
  611. {block:AlbumArt}
  612. <div class="album"><img src="{AlbumArtURL}"></div>
  613. {/block:AlbumArt}
  614.  
  615. <div class="audio">{AudioPlayerWhite}</div>
  616.  
  617. <div class="audiobox">
  618. <div class="audiotext">
  619. {block:TrackName}<br><big><b>Track name:</b>
  620. "{TrackName}"{/block:TrackName}
  621. {block:Artist}<br><b>Artist:</b> {Artist}{/block:Artist}
  622. {block:Album}<br><b>Album:</b> {Album}{/block:Album}
  623. {block:PlayCount}<br><b>Playcount:</b> {PlayCountWithLabel}{/block:PlayCount}
  624. </big>
  625. </div><!--audiotext-->
  626. </div><!--audiobox-->
  627. {block:Caption}{Caption}{/block:Caption}
  628. {/block:Audio}
  629.  
  630. <!--Asks-->
  631. {block:Answer}
  632. <div id="question">
  633. {Question}
  634. <div id="asker">
  635. <img src="{AskerPortraitURL-30}">- {Asker}</div><br>
  636. </div> <!--question-->
  637. <br>{Answer}<br>
  638. {/block:Answer}
  639.  
  640. {block:Date}<div id="info">
  641. <a href="{Permalink}" title="{DayOfMonth}{DayOfMonthSuffix} {ShortMonth} '{ShortYear} at {12Hour}.{Minutes}{ampm}">{TimeAgo} </a>
  642. {block:NoteCount} ·
  643. <a href="{Permalink}">{NoteCountWithLabel} </a>
  644. {/block:NoteCount}
  645. {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName} </a>{/block:RebloggedFrom}
  646. {block:Reblog} (©<a href="{ReblogRootURL}">{ReblogRootName}</a>) {/block:Reblog}·<a href="{ReblogURL}" target="_blank"> reblog</a>
  647. </div>{/block:Date}
  648.  
  649. <center>{block:ifShowTags}{block:HasTags} <div id="tags"> {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}</div> {/block:HasTags}{/block:IfShowTags}</center>
  650. {block:PostNotes}<div class="note"> {PostNotes}</div>{/block:PostNotes}
  651.  
  652. </div>{/block:Posts}</div></div></div>
  653. {block:ifInfiniteScroll}</div>{/block:ifInfiniteScroll}</div>
  654.  
  655. <div id="credit"><a href="https://theghostoflove.tumblr.com" title="Enchantingly">E</a></div>
  656.  
  657. </body>
  658. </html>
Advertisement
Add Comment
Please, Sign In to add comment