enchantingly

Theme 39 - Baubles

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