enchantingly

Theme 45 - Ghostly

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