enchantingly

Theme 27 - Impossible

Nov 14th, 2013
1,388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.58 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 27 - "Impossible" 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="#fedac9">
  18. <meta name="color:Background" content="#fee2d5">
  19. <meta name="color:Body" content="#f47a3f">
  20. <meta name="color:Border" content="#d44400">
  21. <meta name="color:Border Hover" content="#FFFFFF">
  22. <meta name="color:Chat1" content="#fedac9">
  23. <meta name="color:Chat2" content="#ffbe9f">
  24. <meta name="color:Link" content="#e66464">
  25. <meta name="color:Link Hover" content="#fefefe">
  26. <meta name="color:Post" content="#ffcdb6">
  27. <meta name="color:Scroll" content="#fec0a4">
  28. <meta name="color:Scroll Bg" content="#fee2d5">
  29. <meta name="color:Sidebar" content="#fedac9">
  30. <meta name="color:Sidelinks Bg" content="#ffbe9f">
  31. <meta name="color:Sidelinks Bg Hover" content="#ff9969">
  32. <meta name="color:Tags Bg" content="#ffd8c5">
  33. <meta name="color:Title" content="#fe945e">
  34.  
  35. <meta name="if:Background Repeat" content="0">
  36. <meta name="if:Cursive Fonts" content="1">
  37. <meta name="if:Desc Bg and Border" content="1">
  38. <meta name="if:Hover Desc" content="1">
  39. <meta name="if:Infinite Scroll" content="0">
  40. <meta name="if:Posts 400" content="0">
  41. <meta name="if:Show Tags" content="1">
  42.  
  43. <meta name="image:Background" content="">
  44. <meta name="image:Sidebar" content="">
  45. <meta name="image:Sidebar Bg" content="">
  46.  
  47. <meta name="text:1Red" content="255">
  48. <meta name="text:2Green" content="255">
  49. <meta name="text:3Blue" content="255">
  50. <meta name="text:Ask Label" content="ask">
  51. <meta name="text:Home Label" content="home">
  52. <meta name="text:Link 1" content="">
  53. <meta name="text:Link 1 URL" content="http://">
  54. <meta name="text:Link 2" content="">
  55. <meta name="text:Link 2 URL" content="http://">
  56. <meta name="text:Link 3" content="">
  57. <meta name="text:Link 3 URL" content="http://">
  58. <meta name="text:Link 4" content="">
  59. <meta name="text:Link 4 URL" content="http://">
  60. <meta name="text:Link 5" content="">
  61. <meta name="text:Link 5 URL" content="http://">
  62. <meta name="text:Link 6" content="">
  63. <meta name="text:Link 6 URL" content="http://">
  64. <meta name="text:Link 7" content="">
  65. <meta name="text:Link 7 URL" content="http://">
  66. <meta name="text:Link 8" content="">
  67. <meta name="text:Link 8 URL" content="http://">
  68. <meta name="text:Link 9" content="">
  69. <meta name="text:Link 9 URL" content="http://">
  70. <meta name="text:Link 10" content="">
  71. <meta name="text:Link 10 URL" content="http://">
  72.  
  73. <style type="text/css">
  74.  
  75. /**BASICS**/
  76.  
  77. body {
  78. text-align:justify;
  79. font-family:Cambria;
  80. font-size:12px;
  81. background:{color:Background} url('{image:Background}');
  82. background-attachment:fixed;
  83. color:{color:Body};
  84. background-repeat:{block:ifNotBackgroundRepeat}no-repeat{/block:ifNotBackgroundRepeat} {block:ifBackgroundRepeat}repeat{/block:ifBackgroundRepeat}
  85. }
  86.  
  87. blockquote {border-left:2px solid {color:border}; padding-left:5px; margin:0px 2px 0px 10px}
  88.  
  89. ::-webkit-scrollbar {width:8px; height:auto; background-color:{color:scroll bg}}
  90. ::-webkit-scrollbar-thumb:vertical {-moz-border-radius-topleft: 6px 6px;border-top-left-radius: 6px 6px; -moz-border-radius-topright: 6px 6px;border-top-right-radius: 6px 6px;-moz-border-radius-bottomleft: 6px 6px;border-bottom-left-radius: 6px 6px; -moz-border-radius-bottomright: 6px 6px;border-bottom-right-radius: 6px 6px;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};}::-webkit-selection {color:{color:post};background-color:{color:body};}
  95.  
  96. b {font-weight:bold;}
  97. i {font-weight:italic;}
  98. u {text-decoration:underline;}
  99.  
  100. ul {list-style-type:circle;}
  101.  
  102. a {color:{color:link};text-decoration:none;-moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;}
  103. a:hover {color:{color:link hover}}
  104.  
  105. /**THEME STUFF**/
  106.  
  107. #title {
  108. {block:ifHoverDesc}opacity:0;{/block:ifHoverDesc}
  109. padding:2px;
  110. font-weight:normal;
  111. text-align:center;
  112. width:296px;
  113. color:{color:Title};
  114. {block:ifNotCursiveFonts}font-family:Book Antiqua;
  115. font-style:italic;
  116. font-size:36px;
  117. margin:70px 0px 0px 0px;{/block:ifNotCursiveFonts}
  118. {block:ifCursiveFonts}
  119. font-family:'Rochester', cursive;
  120. font-size:34px;
  121. margin:70px 0px 0px 0px;{/block:ifCursiveFonts}
  122. -webkit-transition: all .8s ease-in-out;
  123. -moz-transition: all .8s ease-in-out;
  124. -o-transition: all .8s ease-in-out;
  125. transition: all .8s ease-in-out;
  126. }
  127. #title a {
  128. color:{color:Title};
  129. text-decoration:None;
  130. }
  131. {block:ifHoverDesc}#sidebar:hover #title {opacity:1;{block:ifNotSidebarImage}margin-top:60px;{/block:ifNotSidebarImage}{block:ifSidebarImage}margin-top:10px;{/block:ifSidebarImage}}{/block:ifHoverDesc}
  132.  
  133. #sidebar {
  134. width:300px;
  135. height:100%;
  136. position:fixed;
  137. top:0px;
  138. left:0px;
  139. padding:15px;
  140. background-color:{color:sidebar};
  141. background-image: url('{image:Sidebar Bg}');
  142. background-attachment:fixed;
  143. background-size:300px;
  144. {block:ifNotBackgroundRepeat}background-repeat:no-repeat;{/block:ifBackgroundRepeat}
  145. background-position:bottom left;
  146. }
  147.  
  148. #sidebar img {
  149. margin:5px 0px 20px 0px;
  150. padding:5px;
  151. width:260px;
  152. border:1px solid {color:border};
  153. }
  154.  
  155. {block:ifHoverDesc}#sidebar:hover #links {opacity:1; margin-left:0px;}{block:ifHoverDesc}
  156. #links {
  157. {block:ifHoverDesc}opacity:0;
  158. margin-left:-30px;{/block:ifHoverDesc}
  159. {block:ifNotSidebarImage}margin-top:20px;{/block:ifNotSidebarImage}
  160. padding:2px;
  161. padding-top:5px;
  162. width:266px;
  163. -webkit-transition: all .8s ease-in-out;
  164. -moz-transition: all .8s ease-in-out;
  165. -o-transition: all .8s ease-in-out;
  166. transition: all .8s ease-in-out;
  167. {block:ifDescBgandBorder}background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.8);
  168. border:1px solid {color:border};{/block:ifDescBgandBorder}
  169. }
  170. #links a {
  171. font-size:11px;
  172. border:1px solid {color:border};
  173. min-width:70px;
  174. overflow:hidden;
  175. display:inline-block;
  176. height:14px;
  177. margin:2px;
  178. padding:3px 4px;
  179. background-color:{color:Sidelinks Bg};
  180. }
  181. #links a:hover {
  182. border:1px solid {color:Border Hover};
  183. background-color:{color:Sidelinks Bg Hover}
  184. }
  185.  
  186. {block:ifHoverDesc}#sidebar:hover #desc {opacity:1;margin-left:0px;}{/block:ifHoverDesc}
  187. #desc {
  188. {block:ifHoverDesc}opacity:0;{/block:ifHoverDesc}
  189. text-align:justify;
  190. width:250px;
  191. {block:ifNotHoverDesc}margin:10px 0px 10px;{/block:ifNotHoverDesc}
  192. {block:ifHoverDesc}margin:10px 0px 10px -30px;{/block:ifHoverDesc}
  193. {block:ifDescBgandBorder}
  194. padding:10px 20px;
  195. width:230px;
  196. background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.8);
  197. border:1px solid {color:border};{/block:ifDescBgandBorder}
  198. -webkit-transition: all .8s ease-in-out;
  199. -moz-transition: all .8s ease-in-out;
  200. -o-transition: all .8s ease-in-out;
  201. transition: all .8s ease-in-out;
  202. }
  203.  
  204. {block:ifHoverDesc}#sidebar:hover #pagination {opacity:1;margin-left:0px}{/block:ifHoverDesc}
  205. #pagination {
  206. padding:1px;
  207. text-align:center;
  208. width:268px;
  209. {block:ifNotHoverDesc}{block:ifDescBgandBorder}
  210. background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.8);
  211. border:1px solid {color:border};
  212. margin:10px 0px 10px 0px;
  213. {/block:ifDescBgandBorder}{/block:ifNotHoverDesc}
  214. {block:ifHoverDesc}opacity:0;{block:ifDescBgandBorder}
  215. background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.8);
  216. border:1px solid {color:border};
  217. margin:10px 0px 10px 30px;
  218. {/block:ifDescBgandBorder}{/block:ifHoverDesc}
  219. -webkit-transition: all .8s ease-in-out;
  220. -moz-transition: all .8s ease-in-out;
  221. -o-transition: all .8s ease-in-out;
  222. transition: all .8s ease-in-out;
  223. }
  224.  
  225. #entries {
  226. padding:20px 40px 5px 40px;
  227. {block:ifNotPosts400}margin-left:320px;{/block:ifNotPosts400}
  228. {block:ifPosts400}margin-left:320px;{/block:ifPosts400}
  229. margin-top:-8px;
  230. width: {block:ifNotPosts400}520px;{/block:ifNotPosts400} {block:ifPosts400}420px{/block:ifPosts400};
  231. margin-bottom:-30px;
  232. background-color:{color:Post};
  233. }
  234.  
  235. #post {
  236. border:1px solid {color:border};
  237. padding:10px;
  238. margin-top:15px;
  239. margin-bottom:20px;
  240. background-color:{color:post};
  241. width: {block:IfNotPosts400}500px;{/block:ifNotPosts400} {block:ifPosts400}400px;{/block:ifPosts400}
  242. }
  243.  
  244. /**POST INFO**/
  245.  
  246. #info {
  247. background-color:{color:Tags Bg};
  248. margin:10px 0px -10px -10px;
  249. padding:5px 10px;
  250. {block:ifNotPosts400}width:500px;{/block:ifNotPosts400}
  251. {block:ifPosts400}width:400px;{/block:ifPosts400}
  252. }
  253.  
  254. .notes {
  255. }
  256. .notes li {
  257. padding:2px 0px 2px 0px;
  258. list-style-type:none;
  259. margin:2px 0px 2px 0px;
  260. }
  261. /**POST TYPES**/
  262.  
  263. #texttitle {
  264. text-align:center;
  265. margin:1px 0px 1px 0px;
  266. line-height:100%;
  267. {block:ifNotCursiveFonts}font-family:book antiqua;font-size:18px;margin-bottom:5px;padding-bottom:5px;{/block:ifNotCursiveFonts}
  268. {block:ifCursiveFonts}font-family:'Cookie';font-size:26px;{/block:ifCursiveFonts}
  269. }
  270.  
  271. #quote {
  272. font-family:Garamond;
  273. font-size:16px;
  274. margin-top:0px;
  275. margin-bottom:10px;
  276. }
  277.  
  278. #quotesource {
  279. text-align:right;
  280. margin-top:0px;
  281. {block:IfCursiveFonts}font-family:'Cookie';font-size:22px;{/block:ifCursiveFonts}
  282. {block:ifNotCursiveFonts}font-family:book antiqua;font-size:14px;{/block:ifNotCursiveFonts}
  283. }
  284.  
  285. #linkposts {
  286. padding-bottom:10px;
  287. padding-top:10px;
  288. font-family:book antiqua;
  289. font-size:16px;
  290. background-color:{color:Ask and Link Bg};
  291. }
  292.  
  293. #question {
  294. font-size:13px;
  295. letter-spacing:1px;
  296. padding:10px;
  297. border:2px dotted {color:Border};
  298. background-color:{color:Ask and Link Bg}
  299. }
  300. #asker {
  301. text-align:right;
  302. font-size:12px;
  303. letter-spacing:1px;
  304. padding-bottom:0px;
  305. margin-top:20px;
  306. }
  307. #asker img {
  308. vertical-align:left;
  309. float:right;
  310. margin-left:10px;
  311. margin-right:10px;
  312. margin-top:-10px;
  313. border:1px solid {color:Border};
  314. }
  315.  
  316. .album {position:absolute; margin-top:0px; width:120px; height:120px;}
  317. .album img {width:120px; height:120px}
  318. .audio {position:absolute;margin-left:130px;background-color:#fff;}
  319. .audiobox {height:120px;z-index:10; margin-left:130px;}
  320. .audiotext {padding-top:30px; max-width:300px;overflow:hidden;}
  321.  
  322. .chat {margin:3px 3px 10px 3px;}
  323. .chat .lines {margin-left:1px;}
  324. .chat .lines .line {margin-bottom:1px;padding:3px 5px;background-color:{color:Chat1}}
  325. .chat .lines .line.even{background-color:{color:Chat2};}
  326.  
  327. #qTip {
  328. display:none;
  329. text-align:center;
  330. padding:5px;
  331. position:absolute;
  332. z-index:1000000;
  333. background:{color:body};
  334. color:{color:post};
  335. }
  336.  
  337. #credit {
  338. font-weight:bold;
  339. text-align:center;
  340. font-size:16px;
  341. font-family:'Montez';
  342. position:fixed;
  343. bottom:5px;
  344. right:5px;
  345. }
  346. #credit a {
  347. display:inline-block;
  348. height:20px;
  349. width:20px;
  350. background-color:{color:post};
  351. color:{color:body};
  352. }
  353. #credit a:hover {
  354. background-color:{color:body};
  355. color:{color:post};
  356. }
  357.  
  358. </style>
  359.  
  360. {block:ifInfiniteScroll}<script type="text/javascript" src="https://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:ifInfiniteScroll}
  361.  
  362. <script src="https://static.tumblr.com/n82fyzo/XjQmg8058/cufon-yui.js" type="text/javascript"></script>
  363. <script src="https://static.tumblr.com/ougxdjo/Azxmvsia5/websymbols_400.font.js"></script>
  364. <script type="text/javascript"> Cufon.replace('#reblog'); </script>
  365.  
  366. {block:ifCursiveFonts}
  367.  
  368. <link href='https://fonts.googleapis.com/css?family=Rochester|Montez|Cookie' rel='stylesheet' type='text/css'>
  369. {/block:ifCursiveFonts}
  370.  
  371. <script src="https://static.tumblr.com/ougxdjo/aqbmvsyq0/enchantinglythemesqtip.js" type="text/javascript"></script>
  372. </head>
  373.  
  374. <body>
  375.  
  376. <div id="sidebar">
  377. <div id="title"><a href="/">{Title}</a></div>
  378. {block:ifSidebarImage}<center><img src="{image:Sidebar}"></center>{/block:ifSidebarImage}
  379. <center><div id="links">
  380. <a href="/" title="{text:Home Label}">{text:Home Label}</a>
  381. <a href="/ask" title="{text:Ask Label}">{text:Ask Label}</a>
  382. {block:ifLink1}
  383. <a href="{text:Link 1 URL}" title="{text:Link 1}">{text:Link 1}</a>
  384. {/block:ifLink1}
  385. {block:ifLink2}
  386. <a href="{text:Link 2 URL}" title="{text:Link 2}">{text:Link 2}</a>
  387. {/block:ifLink2}
  388. {block:ifLink3}
  389. <a href="{text:Link 3 URL}" title="{text:Link 3}">{text:Link 3}</a>
  390. {/block:ifLink3}
  391. {block:ifLink4}
  392. <a href="{text:Link 4 URL}" title="{text:Link 4}">{text:Link 4}</a>
  393. {/block:ifLink4}
  394. {block:ifLink5}
  395. <a href="{text:Link 5 URL}" title="{text:Link 5}">{text:Link 5}</a>
  396. {/block:ifLink5}
  397. {block:ifLink6}
  398. <a href="{text:Link 6 URL}" title="{text:Link 6}">{text:Link 6}</a>
  399. {/block:ifLink6}
  400. {block:ifLink7}
  401. <a href="{text:Link 7 URL}" title="{text:Link 7}">{text:Link 7}</a>
  402. {/block:ifLink7}
  403. {block:ifLink8}
  404. <a href="{text:Link 8 URL}" title="{text:Link 8}">{text:Link 8}</a>
  405. {/block:ifLink8}
  406. {block:ifLink9}
  407. <a href="{text:Link 9 URL}" title="{text:Link 9}">{text:Link 9}</a>
  408. {/block:ifLink9}
  409. {block:ifLink10}
  410. <a href="{text:Link 10 URL}" title="{text:Link 10}">{text:Link 10}</a>
  411. {/block:ifLink10}
  412. {block:HasPages}{block:Pages}
  413. <a href="{URL}" class="page">{Label}</a>
  414. {/block:Pages}{/block:HasPages}
  415. </div></center>
  416. {block:Pagination}<center><div id="pagination">
  417. <p>{block:PreviousPage}<a href="{PreviousPage}">← prev</a> | {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next →</a>{/block:NextPage}</div>{/block:Pagination}
  418. <div id="desc">
  419. <p>{Description}</div></center>
  420. </div>
  421.  
  422. <div id="entries">
  423. {block:ifInfiniteScroll}
  424. <div class="autopagerize_page_element">{/block:ifInfiniteScroll}
  425.  
  426. {block:Posts}
  427. <div id="post">
  428.  
  429. <!--Text Posts-->
  430. {block:Text}
  431. {block:Title}<div id="texttitle">{Title}</div>{/block:Title}
  432. {block:RebloggedFrom}<div style="margin-top:-5px">{/block:RebloggedFrom}{Body}{block:RebloggedFrom}</div>{/block:RebloggedFrom}
  433. {/block:Text}
  434.  
  435. <!--Photo Posts-->
  436. {block:ifNotPosts400}
  437. {block:Photo}<center>
  438. {OpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  439. {LinkCloseTag}</center>
  440. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  441. {/block:ifNotPosts400}
  442.  
  443. {block:ifPosts400}
  444. {block:Photo}<center>
  445. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  446. {LinkCloseTag}</center>
  447. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  448. {/block:ifPosts400}
  449.  
  450. <!--Photosets-->
  451. {block:ifNotPosts400}
  452. {block:Photoset}<center>
  453. {Photoset-500}</center>
  454. {block:Caption}{Caption}{/block:Caption}
  455. {/block:Photoset}
  456. {/block:ifNotPosts400}
  457.  
  458. {block:ifPosts400}
  459. {block:Photoset}<center>
  460. {Photoset-400}</center>
  461. {block:Caption}{Caption}{/block:Caption}
  462. {/block:Photoset}
  463. {/block:ifPosts400}
  464.  
  465. <!--Quotes-->
  466. {block:Quote}
  467. <div id="quote">“{Quote}”</div>
  468. {block:Source}<div id="quotesource">- {Source}</div>{/block:Source}
  469. {/block:Quote}
  470.  
  471. <!--Video Posts-->
  472. {block:ifNotPosts400}
  473. {block:Video}{Video-500}
  474. {block:Caption}{Caption}{/block:Caption}
  475. {/block:Video}
  476. {/block:ifNotPosts400}
  477.  
  478. {block:ifPosts400}
  479. {block:Video}{Video-400}
  480. {block:Caption}{Caption}{/block:Caption}
  481. {/block:Video}
  482. {/block:ifPosts400}
  483.  
  484. <!--Link Posts-->
  485. {block:Link}
  486. <div id="linkposts">
  487. <a href="{URL}" class="link" {Target}>
  488. <center>{Name} →</center></a><BR>
  489. <center>
  490. <small><small>{URL}</small></small>
  491. </center>
  492. </div><br> <!--linkposts-->
  493. {block:Description}{Description}{/block:Description}
  494. {/block:Link}
  495.  
  496. <!--Chat-->
  497. {block:Chat}
  498. {block:Title}<h4>{Title}</h4>{/block:Title}
  499. <div class="chat">
  500. <div class="lines">
  501. {block:Lines}
  502. <div class="line {Alt}">
  503. {block:Label}
  504. <strong>{Label}</strong>{/block:Label} {Line}
  505. </div> <!--line alt-->
  506. {/block:Lines}
  507. </div> <!--lines-->
  508. </div><!--chat-->
  509. {/block:Chat}
  510.  
  511. <!--Audio Posts -->
  512. {block:Audio}
  513. {block:AlbumArt}
  514. <div class="album"><img src="{AlbumArtURL}"></div>
  515. {/block:AlbumArt}
  516.  
  517. <div class="audio">{AudioPlayerWhite}</div>
  518.  
  519. <div class="audiobox">
  520. <div class="audiotext">
  521. {block:TrackName}<br><big><b>Track name:</b>
  522. "{TrackName}"{/block:TrackName}
  523. {block:Artist}<br><b>Artist:</b> {Artist}{/block:Artist}
  524. {block:Album}<br><b>Album:</b> {Album}{/block:Album}
  525. {block:PlayCount}<br><b>Playcount:</b> {PlayCountWithLabel}{/block:PlayCount}
  526. </big>
  527. </div><!--audiotext-->
  528. </div><!--audiobox-->
  529. {block:Caption}{Caption}{/block:Caption}
  530. {/block:Audio}
  531.  
  532. <!--Asks-->
  533. {block:Answer}
  534. <div id="question">
  535. {Question}
  536. <div id="asker">
  537. <img src="{AskerPortraitURL-30}">- {Asker}</div><br>
  538. </div> <!--question-->
  539. <br>{Answer}<br>
  540. {/block:Answer}
  541.  
  542. {block:Date}
  543. <div id="info">
  544. <a href="{Permalink}" title="at {12Hour}.{Minutes}{ampm}">
  545. {DayOfMonth}{DayOfMonthSuffix} {Month} {Year}</a>
  546. · <a href="{Permalink}">{NoteCountWithLabel}</a>
  547. {block:RebloggedFrom}·
  548. <a href="{ReblogParentURL}" title="{ReblogParentName}">via </a>
  549. {block:Reblog}/ <a href="{ReblogRootURL}" title="{ReblogRootName}">
  550. <small>©</small></a>{/block:Reblog}
  551. {/block:RebloggedFrom}</a>
  552. · <a href="{ReblogURL}" target="_blank">reblog</a>
  553.  
  554. {block:ifShowTags}{block:HasTags}<div style="margin-top:5px">
  555. {block:Tags}
  556. <small>#</small><a href="{TagURL}" target="_blank">{Tag}</a>
  557. {/block:Tags}</div>
  558. {/block:HasTags}{/block:ifShowTags}</div>
  559. {/block:Date}
  560.  
  561. {block:PostNotes}
  562. <div class="notes">{PostNotes}</div>
  563. {/block:PostNotes}
  564. </div><!--post-->
  565. {/block:Posts}
  566. </div> <!--entries-->
  567. <!--PLEASE DO NOT REMOVE-->
  568. <div id="credit"><a href="https://theghostoflove.tumblr.com">E</a></div>
  569. </body>
  570. </html>
Advertisement
Add Comment
Please, Sign In to add comment