enchantingly

Theme 38 - 1989

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