enchantingly

Theme 29v1 - Winter Wonderland

Dec 3rd, 2013
1,264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.97 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 29v1 - "Winter Wonderland" 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="describimption" content="{MetaDescription}" />{/block:Description}
  16.  
  17. <meta name="color:Background1" content="#95bffe">
  18. <meta name="color:Background2" content="#f2faff">
  19. <meta name="color:Body" content="#272b95">
  20. <meta name="color:Border" content="#20216e">
  21. <meta name="color:Link" content="#010437">
  22. <meta name="color:Link Hover" content="#3f2ce9">
  23. <meta name="color:Navlinks Bg" content="#dddddd">
  24. <meta name="color:Navlinks Bg Hover" content="#f2f2f2">
  25. <meta name="color:Scroll" content="#eae8e8">
  26. <meta name="color:Scroll Bg" content="#3a67ab">
  27. <meta name="color:Title" content="#030149">
  28.  
  29. <meta name="if:Cursive Fonts" content="1">
  30. <meta name="if:Infinite Scroll" content="0">
  31. <meta name="if:Let It Snow" content="1">
  32. <meta name="if:Posts 400" content="0">
  33.  
  34. <meta name="image:Description" content="">
  35.  
  36. <meta name="text:1Red" content="255">
  37. <meta name="text:2Green" content="255">
  38. <meta name="text:3Blue" content="255">
  39. <meta name="text:Link1" content="">
  40. <meta name="text:Link1URL" content="">
  41. <meta name="text:Link2" content="">
  42. <meta name="text:Link2URL" content="">
  43. <meta name="text:Link3" content="" >
  44. <meta name="text:Link3URL" content="">
  45. <meta name="text:Link4" content="">
  46. <meta name="text:Link4URL" content="">
  47. <meta name="text:Link5" content="">
  48. <meta name="text:Link5URL" content="">
  49. <meta name="text:Link6" content="">
  50. <meta name="text:Link6URL" content="">
  51. <meta name="text:Link7" content="">
  52. <meta name="text:Link7URL" content="">
  53. <meta name="text:Link8" content="" >
  54. <meta name="text:Link8URL" content="">
  55. <meta name="text:Link9" content="">
  56. <meta name="text:Link9URL" content="">
  57. <meta name="text:LinkTen" content="">
  58. <meta name="text:LinkTenURL" content="">
  59.  
  60. <style type="text/css">
  61.  
  62. /**BASICS**/
  63.  
  64. body {
  65. margin:0px;
  66. text-align:justify;
  67. font-family:'Lora';
  68. font-size:12px;
  69. color:{color:body};
  70. background: -webkit-linear-gradient(top, {color:Background1}, {color:Background2}); -webkit-gradient(linear, 0% 0%, 0% 100%, from({color:Background1}), to({color:Background2})); -moz-linear-gradient(top, {color:Background1}, {color:Background2}); -ms-linear-gradient(top, {color:Background1}, {color:Background2}); -o-linear-gradient(top, {color:Background1}, {color:Background2});
  71. background-attachment:fixed;
  72. }
  73.  
  74. #bimage {
  75. width:100%;
  76. height:100%;
  77. position:fixed;
  78. background-image:url('https://static.tumblr.com/20735a1eee13039948b0bc75b35ded90/ougxdjo/ziFmx789d/tumblr_static_tree-other.gif');
  79. background-position:bottom left;
  80. background-repeat:no-repeat;
  81. }
  82.  
  83. blockquote {border-left:2px solid {color:border}; padding-left:5px; margin:0px 2px 0px 10px}
  84.  
  85. ::-webkit-scrollbar {width:8px; height:auto;background:{color:scroll bg};}
  86. ::-webkit-scrollbar-thumb:vertical {background:{color:scroll};}
  87. ::-webkit-scrollbar-thumb:horizontal {background:{color:scroll};}
  88.  
  89. ::selection {color:rgba({text:1Red},{text:2Green},{text:3Blue},0.5);background-color:{color:body};}
  90. ::-moz-selection {color:rgba({text:1Red},{text:2Green},{text:3Blue},0.5);background-color:{color:body};}::-webkit-selection {color:rgba({text:1Red},{text:2Green},{text:3Blue},0.5);background-color:{color:body};}
  91.  
  92. b {font-weight:bold;}
  93. i {font-weight:italic;}
  94. u {text-decoration:underline;}
  95.  
  96. a {color:{color:link};text-decoration:none;-moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;}
  97. a:hover {color:{color:link hover}}
  98.  
  99. /**MAIN THEME STUFF**/
  100.  
  101. #title {
  102. z-index:5;
  103. position:fixed;
  104. font-weight:normal;
  105. text-align:center;
  106. color:{color:Title};
  107. bottom:5px;
  108. left:100px;
  109. {block:ifNotCursiveFonts}font-size:22px;
  110. font-family:book antiqua;
  111. font-style:italic;{/block:ifNotCursiveFonts}
  112. {block:ifCursiveFonts}font-size:40px;
  113. font-family:'Rouge Script';
  114. margin:155px 0px 5px 10px;{/block:ifCursiveFonts}
  115. }
  116. #title a {color:{color:Title}}
  117.  
  118. #snowflake:hover {bottom:260px;}
  119. #snowflake {
  120. text-align:center;
  121. z-index:5;
  122. position:fixed;
  123. bottom:0px;
  124. left:360px;
  125. width:180px;
  126. height:140px;
  127. -webkit-transition: all .8s ease-in-out;
  128. -moz-transition: all .8s ease-in-out;
  129. -o-transition: all .8s ease-in-out;
  130. transition: all .8s ease-in-out;
  131. }
  132. #snowflake img {
  133. width:130px;
  134. }
  135.  
  136. #snowflake:hover #desc {bottom:-240px;}
  137. #desc {
  138. font-size:11px;
  139. z-index:5;
  140. position:absolute;
  141. background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.4);
  142. bottom:-230px;
  143. text-align:justify;
  144. width:170px;
  145. padding:0px 5px;
  146. height:230px;
  147. overflow:hidden;
  148. -webkit-transition: all .8s ease-in-out;
  149. -moz-transition: all .8s ease-in-out;
  150. -o-transition: all .8s ease-in-out;
  151. transition: all .8s ease-in-out;
  152. }
  153.  
  154. #link1 {
  155. z-index:5;
  156. position:fixed;
  157. bottom:210px;
  158. left:110px;
  159. -webkit-transform: rotate(-35deg);
  160. -moz-transform: rotate(-35deg);
  161. -ms-transform: rotate(-35deg);
  162. -o-transform: rotate(-35deg);
  163. }
  164.  
  165. #link1 a {
  166. margin-top:5px;
  167. margin-left:1px;
  168. padding:4px;
  169. font-family:georgia;
  170. font-size:15px;
  171. }
  172. #link1 a:hover {
  173. font-weight:bold;
  174. }
  175.  
  176. #link2 {
  177. z-index:5;
  178. position:fixed;
  179. bottom:240px;
  180. left:160px;
  181. -webkit-transform: rotate(-20deg);
  182. -moz-transform: rotate(-20deg);
  183. -ms-transform: rotate(-20deg);
  184. -o-transform: rotate(-20deg);
  185. }
  186.  
  187. #link2 a {
  188. margin-top:5px;
  189. margin-left:1px;
  190. padding:4px;
  191. font-family:georgia;
  192. font-size:15px;
  193. }
  194. #link2 a:hover {
  195. font-weight:bold;
  196. }
  197.  
  198. #link3 {
  199. z-index:5;
  200. position:fixed;
  201. bottom:266px;
  202. left:194px;
  203. -webkit-transform: rotate(-12deg);
  204. -moz-transform: rotate(-12deg);
  205. -ms-transform: rotate(-12deg);
  206. -o-transform: rotate(-12deg);
  207. }
  208.  
  209. #link3 a {
  210. margin-top:5px;
  211. margin-left:1px;
  212. padding:4px;
  213. font-family:georgia;
  214. font-size:15px;
  215. }
  216. #link3 a:hover {
  217. font-weight:bold;
  218. }
  219.  
  220. #link4 {
  221. z-index:5;
  222. position:fixed;
  223. bottom:270px;
  224. left:265px;
  225. -webkit-transform: rotate(9deg);
  226. -moz-transform: rotate(9deg);
  227. -ms-transform: rotate(9deg);
  228. -o-transform: rotate(9deg);
  229. }
  230.  
  231. #link4 a {
  232. margin-top:5px;
  233. margin-left:1px;
  234. padding:4px;
  235. font-family:georgia;
  236. font-size:15px;
  237. }
  238. #link4 a:hover {
  239. font-weight:bold;
  240. }
  241.  
  242. #pagination {
  243. z-index:5;
  244. position:fixed;
  245. bottom:245px;
  246. left:320px;
  247. font-family:Georgia;
  248. font-size:15px;
  249. width:200px;
  250. text-align:left;
  251. -webkit-transform: rotate(10deg);
  252. -moz-transform: rotate(10deg);
  253. -ms-transform: rotate(10deg);
  254. -o-transform: rotate(10deg);
  255. }
  256. #pagination a:hover {
  257. font-weight:bold
  258. }
  259.  
  260. /**POSTS AND POST INFO **/
  261.  
  262. #entries {
  263. position:relative;
  264. z-index:5;
  265. margin:10px 0px 15px 540px;
  266. padding:10px;
  267. padding-left:15px;
  268. padding-right:15px;
  269. float:left;
  270. {block:ifNotPosts400}width:530px;{/block:ifNotPosts400}
  271. {block:ifPosts400}width:430px;{/block:ifPosts400};
  272. }
  273.  
  274. #post {
  275. padding:10px;
  276. margin-left:5px;
  277. margin-top:20px;
  278. margin-bottom:20px;
  279. padding-bottom:10px;
  280. {block:ifNotPosts400}width:500px;{/block:ifNotPosts400}
  281. {block:ifPosts400}width:400px;{/block:ifPosts400}
  282. background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.6);
  283. border:10px solid;
  284. border-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.3)
  285. }
  286.  
  287. #info {
  288. border-top:1px solid {color:border};
  289. padding-top:10px;
  290. {block:ifNotPosts400}width:500px;{/block:ifNotPosts400}
  291. {block:ifPosts400}width:400px;{/block:ifPosts400}
  292. }
  293.  
  294. .notes {
  295. }
  296. .notes li {
  297. padding:2px 0px 2px 0px;
  298. list-style-type:none;
  299. margin:2px 0px 2px 0px;
  300. }
  301.  
  302. /**POST STUFF**/
  303.  
  304. #texttitle {
  305. text-align:center;
  306. margin:1px 0px 1px 0px;
  307. line-height:100%;
  308. {block:ifNotCursiveFonts}font-family:book antiqua;font-size:18px;margin-bottom:5px;padding-bottom:5px;{/block:ifNotCursiveFonts}
  309. {block:ifCursiveFonts}font-family:'Cookie';font-size:26px;{/block:ifCursiveFonts}
  310. }
  311.  
  312. #linkposts {
  313. padding-bottom:10px;
  314. padding-top:10px;
  315. font-family:book antiqua;
  316. font-size:16px;
  317. border:2px dotted {color:Border};
  318. }
  319.  
  320. #quote {
  321. font-family:Garamond;
  322. font-size:16px;
  323. margin-top:0px;
  324. margin-bottom:10px;
  325. }
  326.  
  327. #quotesource {
  328. text-align:right;
  329. margin:0px 0px 10px 0px;
  330. {block:IfCursiveFonts}font-family:'Cookie';font-size:22px;{/block:ifCursiveFonts}
  331. {block:ifNotCursiveFonts}font-family:book antiqua;font-size:14px;{/block:ifNotCursiveFonts}
  332. }
  333.  
  334. #question {
  335. font-size:13px;
  336. letter-spacing:1px;
  337. padding:10px;
  338. border:2px dotted {color:Border};
  339. }
  340. #asker {
  341. text-align:right;
  342. font-size:12px;
  343. letter-spacing:1px;
  344. padding-bottom:0px;
  345. margin-top:20px;
  346. }
  347. #asker img {
  348. vertical-align:left;
  349. float:right;
  350. margin-left:10px;
  351. margin-right:10px;
  352. margin-top:-10px;
  353. border:1px solid {color:Border};
  354. }
  355.  
  356. .album {position:absolute; margin-top:0px; width:100px; height:100px;}
  357. .album img {width:100px; height:100px}
  358. .audio {opacity:.6;overflow:hidden;display:block; position:absolute; width:28px; height:30px; margin-top:35px; margin-left:35px;}
  359. .audiobox {height:100px;z-index:-1; margin-left:100px;}
  360. .audiotext {text-align:center; padding-top:30px; max-width:300px;overflow:hidden;}
  361. .pc {padding: 8px 13px;height:13px;float:right;font-size: 12px;text-transform: lowercase;z-index:-1}
  362.  
  363. .chat {margin:3px 3px 10px 3px}
  364. .chat .lines {margin-left:1px;}
  365. .chat .lines .line {margin-bottom:1px;padding:3px 5px;background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.3);}
  366. .chat .lines .line.even{background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.5);}
  367.  
  368. /**Please keep the credit intact**/
  369.  
  370. #credit {
  371. z-index:99999999999;
  372. font-weight:bold;
  373. text-align:center;
  374. font-size:16px;
  375. font-family:'Montez';
  376. position:fixed;
  377. bottom:5px;
  378. right:5px;
  379. }
  380. #credit a {
  381. display:inline-block;
  382. height:20px;
  383. width:20px;
  384. background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.8);
  385. color:{color:body};
  386. }
  387. #credit a:hover {
  388. background-color:{color:body};
  389. color:rgba({text:1Red},{text:2Green},{text:3Blue},0.8);
  390. }
  391.  
  392. #qTip {
  393. display:none;
  394. text-align:center;
  395. padding:5px;
  396. position:absolute;
  397. z-index:1000000;
  398. background:{color:body};
  399. color:rgba({text:1Red},{text:2Green},{text:3Blue},0.7);
  400. }
  401.  
  402. /**DO NOT EDIT BELOW THIS**/
  403.  
  404. #background {
  405. position:fixed;
  406. background: url('https://24.media.tumblr.com/f5fada07bef29b1d00bc68ae5d5de98f/tumblr_mvyc8reUYT1qlliu4o1_500.png') repeat 5% 5%;
  407. top: 0; left: 0; right: 0; bottom: 0;
  408. z-index:1;
  409. -webkit-animation-name: SNOW;
  410. -webkit-animation-duration: 80s;
  411. -webkit-animation-timing-function: linear;
  412. -webkit-animation-iteration-count: infinite;
  413. }
  414.  
  415. #midground {
  416. background: url('https://24.media.tumblr.com/f5fada07bef29b1d00bc68ae5d5de98f/tumblr_mvyc8reUYT1qlliu4o1_500.png') repeat 20% 20%;
  417. position:fixed;
  418. top: 0; left: 0; right: 0; bottom: 0;
  419. z-index:2;
  420. -webkit-animation-name: SNOW;
  421. -webkit-animation-duration: 100s;
  422. -webkit-animation-timing-function: linear;
  423. -webkit-animation-iteration-count: infinite;
  424. }
  425.  
  426. #foreground {
  427. background: url('https://31.media.tumblr.com/03f8b2fb92f8101dbf30829d025dd193/tumblr_mvyc8reUYT1qlliu4o3_400.png') repeat 35% 35%;
  428. position:fixed;
  429. top: 0; left: 0; right: 0; bottom: 0;
  430. z-index:3;
  431. -webkit-animation-name: SNOW;
  432. -webkit-animation-duration: 120s;
  433. -webkit-animation-timing-function: linear;
  434. -webkit-animation-iteration-count: infinite;
  435. }
  436.  
  437. @-webkit-keyframes SNOW {
  438. from {background-position: 5% 5%}
  439. to {background-position: 400% 2000%}
  440. }
  441.  
  442. @keyframes SNOW {
  443. from {background-position: 5% 5%}
  444. to {background-position: 400% 2000%}
  445. }
  446.  
  447. @-moz-keyframes SNOW {
  448. from {background-position: 5% 5%}
  449. to {background-position: 400% 2000%}
  450. }
  451.  
  452. @-ms-keyframes SNOW {
  453. from {background-position: 5% 5%}
  454. to {background-position: 400% 2000%}
  455. }
  456.  
  457. /**End**/
  458.  
  459. #fade {
  460. display:none;
  461. background:{color:background2};
  462. position:fixed;
  463. left:0;
  464. top:0;
  465. width:100%;
  466. height:100%;
  467. opacity:.8;
  468. z-index:10;
  469. }
  470. .popup_block{
  471. display:none; /*--hidden by default--*/
  472. background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.2);
  473. padding:15px;
  474. border:15px solid;
  475. border-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.5);
  476. float:left;
  477. font-size: 1.2em;
  478. position:fixed;
  479. top:50%;
  480. left:50%;
  481. z-index:99999;
  482. -webkit-box-shadow: 0px 0px 20px #000;
  483. -moz-box-shadow: 0px 0px 20px #000;
  484. box-shadow: 0px 0px 20px #000;
  485. }
  486.  
  487. img.btn_close {float: right;margin: -5px -5px 0 0;}
  488. /*--Making IE6 Understand Fixed Positioning--*/
  489. *html #fade {position: absolute;}
  490. *html .popup_block {position: absolute;}
  491.  
  492. #morenav {text-align:center}
  493. #morenav a {
  494. font-size:11px;
  495. display:inline-block;
  496. margin:5px;
  497. padding:5px;
  498. width:90px;
  499. border:2px solid;
  500. border-color:rgba({text:1Red},{text:2Green},{text:3Blue},.8);
  501. background-color:{color:Navlinks bg}
  502. }
  503. #morenav a:hover {
  504. letter-spacing:1px;
  505. background-color:{color:Navlinks bg hover}
  506. }
  507.  
  508. {CustomCSS}</style>
  509.  
  510. <link href='https://fonts.googleapis.com/css?family=Rouge+Script|Montez|Cookie' rel='stylesheet' type='text/css'>
  511.  
  512. <script src="https://static.tumblr.com/ougxdjo/7cPmrvjid/lora.js" type="text/javascript"></script>
  513. <script src="https://static.tumblr.com/ougxdjo/aqbmvsyq0/enchantinglythemesqtip.js" type="text/javascript"></script>
  514.  
  515. {block:ifInfiniteScroll}<script type="text/javascript" src="https://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:ifInfiniteScroll}
  516.  
  517. <script type="text/javascript"
  518. src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  519. <script type="text/javascript" src="https://static.tumblr.com/ougxdjo/M2Smrxha3/pop_up_script1.js"></script>
  520.  
  521. </head>
  522. <body>
  523. {block:ifLetItSnow}<div id="background"></div>
  524. <div id="midground"></div>
  525. <div id="foreground"></div>{/block:ifLetItSnow}
  526. <div id="bimage"></div>
  527.  
  528. <div id="title"><a href="/">{Title}</a></div>
  529.  
  530. <div id="snowflake">
  531. <img src="{image:Description}">
  532. <div id="desc">{Description}</div>
  533. </div>
  534.  
  535. <div id="link1"><a href="/">home</a></div>
  536. <div id="link2"><a href="/ask">ask</a></div>
  537. <div id="link3"><a href="/archive">archive</a></div>
  538. <div id="link4"><a href="#?w=500" rel="03" class="poplight">links</a></div>
  539. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">prev</a> / {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}</div>
  540.  
  541. <div id="03" class="popup_block"><div id="morenav"><center>
  542. {block:ifLink1}<a href="{text:Link1URL}">{text:Link1}</a>{/block:ifLink1}
  543. {block:ifLink2}<a href="{text:Link2URL}">{text:Link2}</a>{/block:ifLink2}
  544. {block:ifLink3}<a href="{text:Link3URL}">{text:Link3}</a>{/block:ifLink3}
  545. {block:ifLink4}<a href="{text:Link4URL}">{text:Link4}</a>{/block:ifLink4}
  546. {block:ifLink5}<a href="{text:Link5URL}">{text:Link5}</a>{/block:ifLink5}
  547. {block:ifLink6}<a href="{text:Link6URL}">{text:Link6}</a>{/block:ifLink6}
  548. {block:ifLink7}<a href="{text:Link7URL}">{text:Link7}</a>{/block:ifLink7}
  549. {block:ifLink8}<a href="{text:Link8URL}">{text:Link8}</a>{/block:ifLink8}
  550. {block:ifLink9}<a href="{text:Link9URL}">{text:Link9}</a>{/block:ifLink9}
  551. {block:ifLinkTen}<a href="{text:LinkTenURL}">{text:LinkTen}</a>{/block:ifLinkTen}
  552. {block:HasPages}{block:Pages}<a href="{URL}" class="page">{Label}</a>{/block:Pages}{/block:HasPages}</center>
  553. </div></div>
  554.  
  555. <div id="entries">
  556. {block:TagPage}
  557. <div id="post"><div id="texttitle">Posts tagged "{Tag}"</div></div>
  558. {/block:TagPage}
  559. {block:ifInfiniteScroll}<div class="autopagerize_page_element">{/block:ifInfiniteScroll}
  560. {block:Posts}
  561. <div id="post">
  562. <!--Text Posts-->
  563. {block:Text}
  564. {block:Title}<div id="texttitle">{Title}</div>{/block:Title}
  565. {Body}
  566. {/block:Text}
  567.  
  568. <!--Photo Posts-->
  569. {block:ifNotPosts400}
  570. {block:Photo}<center>
  571. {OpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  572. {LinkCloseTag}</center>
  573. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  574. {/block:ifNotPosts400}
  575.  
  576. {block:ifPosts400}
  577. {block:Photo}<center>
  578. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  579. {LinkCloseTag}</center>
  580. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  581. {/block:ifPosts400}
  582.  
  583. <!--Photosets-->
  584. {block:ifNotPosts400}
  585. {block:Photoset}<center>
  586. {Photoset-500}</center>
  587. {block:Caption}{Caption}{/block:Caption}
  588. {/block:Photoset}
  589. {/block:ifNotPosts400}
  590.  
  591. {block:ifPosts400}
  592. {block:Photoset}<center>
  593. {Photoset-400}</center>
  594. {block:Caption}{Caption}{/block:Caption}
  595. {/block:Photoset}
  596. {/block:ifPosts400}
  597.  
  598. <!--Quotes-->
  599. {block:Quote}
  600. <div id="quote">“{Quote}”</div>
  601. <div id="quotesource">{block:Source}- {Source}{/block:Source}</div>
  602. {/block:Quote}
  603.  
  604. <!--Video Posts-->
  605. {block:ifNotPosts400}
  606. {block:Video}{Video-500}
  607. {block:Caption}{Caption}{/block:Caption}
  608. {/block:Video}
  609. {/block:ifNotPosts400}
  610.  
  611. {block:ifPosts400}
  612. {block:Video}{Video-400}
  613. {block:Caption}{Caption}{/block:Caption}
  614. {/block:Video}
  615. {/block:ifPosts400}
  616.  
  617. <!--Link Posts-->
  618. {block:Link}
  619. <div id="linkposts">
  620. <a href="{URL}" class="link" {Target}>
  621. <center>{Name} →</center></a><BR>
  622. <center>
  623. <small><small>{URL}</small></small>
  624. </center>
  625. </div> <!--linkposts-->
  626. {block:Description}<br>{Description}{/block:Description}
  627. {/block:Link}
  628.  
  629. <!--Chat-->
  630. {block:Chat}
  631. {block:Title}<h4>{Title}</h4>{/block:Title}
  632. <div class="chat">
  633. <div class="lines">
  634. {block:Lines}
  635. <div class="line {Alt}">
  636. {block:Label}
  637. <strong>{Label}</strong>{/block:Label} {Line}
  638. </div> <!--line alt-->
  639. {/block:Lines}
  640. </div> <!--lines-->
  641. </div><!--chat-->
  642. {/block:Chat}
  643.  
  644. <!--Audio Posts -->
  645. {block:Audio}
  646. {block:AlbumArt}
  647. <div class="album"><img src="{AlbumArtURL}"></div>
  648. {/block:AlbumArt}
  649.  
  650. <div class="audio">{AudioPlayerWhite}</div>
  651. {block:PlayCount}
  652. <div class="pc">
  653. {PlayCountWithLabel}
  654. </div><!--pc-->
  655. {/block:PlayCount}
  656.  
  657. <center><div class="audiobox">
  658. <div class="audiotext">
  659. {block:TrackName}
  660. <i><big><big>"{TrackName}"</big></i>{/block:TrackName}
  661. {block:Artist}<br>by {Artist}{/block:Artist}</big></center>
  662. <!--audiotext-->
  663. <!--audiobox-->
  664. {block:Caption}{Caption}{/block:Caption}
  665. {/block:Audio}
  666.  
  667. <!--Asks-->
  668. {block:Answer}
  669. <div id="question">
  670. {Question}
  671. <div id="asker">
  672. <img src="{AskerPortraitURL-30}">- {Asker}</div><br>
  673. </div> <!--question-->
  674. <br>{Answer}
  675. {/block:Answer}
  676.  
  677. {block:Date}
  678. <div id="info">
  679. <a href="{Permalink}"><a href="{Permalink}">
  680. {DayOfMonth}{DayOfMonthSuffix} {ShortMonth} '{ShortYear}
  681. at {12Hour}.{Minutes}{ampm}</a> |
  682. <a href="{Permalink}"> {NoteCountWithLabel}</a>
  683. <div style="text-align:right;margin-top:-14px;">{block:RebloggedFrom} &nbsp;&nbsp;&nbsp;
  684. <a href="{ReblogParentURL}" title="{ReblogParentName}">
  685. via </a> {/block:RebloggedFrom}
  686. {block:Reblog} /
  687. <a href="{ReblogRootURL}" title="{ReblogRootName}">
  688. origin</a>{/block:Reblog} |{/block:RebloggedFrom}
  689. <a href="{ReblogURL}" target="_blank"> reblog</a></div>
  690. <!--right-->
  691.  
  692.  
  693. {block:HasTags}
  694. <div style="margin-top:5px;">
  695. {block:Tags}
  696. <small>#</small><a href="{TagURL}" target="_blank">{Tag}</a>
  697. {/block:Tags}
  698. </div>
  699. {/block:HasTags}
  700.  
  701. </div><!--info-->
  702. {/block:Date}
  703.  
  704. {block:PostNotes}
  705. <div class="notes">{PostNotes}</div>
  706. {/block:PostNotes}
  707. </div><!--post-->
  708. {/block:Posts}
  709. </div> <!--entries-->
  710. <div id="credit"><a href="https://theghostoflove.tumblr.com">E</a></div>
  711. </div> <!--background-->
  712.  
  713.  
  714.  
  715. </body>
  716. </html>
Advertisement
Add Comment
Please, Sign In to add comment