enchantingly

Theme 35 - Just Disaster

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