enchantingly

Theme 33 - Eternity

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