Advertisement
enchantingly

Theme 25 - For the Love of Lilac 2.0 (27/02/17)

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