enchantingly

Theme 37 - Cherry Blossom

Sep 3rd, 2014
3,213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.52 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 37 - "Cherry Blossom" 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="#ffffff">
  18. <meta name="color:Background2" content="#fcd9df">
  19. <meta name="color:Body" content="#fe506f">
  20. <meta name="color:Border" content="#fe4263">
  21. <meta name="color:Chat1" content="#f7f7f7">
  22. <meta name="color:Chat2" content="#bebdbd">
  23. <meta name="color:Info Bg" content="#fcd9df">
  24. <meta name="color:Link" content="#ce0529">
  25. <meta name="color:Link Hover" content="#f84e6d">
  26. <meta name="color:Link Posts Bg" content="#fbe9ec">
  27. <meta name="color:Scroll" content="#fe91a5">
  28. <meta name="color:Scroll Bg" content="#ffffff">
  29. <meta name="color:Title" content="#f894a5">
  30.  
  31. <meta name="if:Infinite Scroll" content="0">
  32. <meta name="if:Posts 400" content="0">
  33. <meta name="if:Show Tags" content="1">
  34. <meta name="if:Turn Off Blossoms" content="0">
  35.  
  36. <meta name="image:Background" content="">
  37. <meta name="image:Sidebar" content="">
  38.  
  39. <meta name="text:1Red" content="255">
  40. <meta name="text:2Green" content="255">
  41. <meta name="text:3Blue" content="255">
  42. <meta name="text:Link 1" content="">
  43. <meta name="text:Link 1 URL" content="http://">
  44. <meta name="text:Link 2" content="">
  45. <meta name="text:Link 2 URL" content="http://">
  46. <meta name="text:Link 3" content="">
  47. <meta name="text:Link 3 URL" content="http://">
  48. <meta name="text:Link 4" content="">
  49. <meta name="text:Link 4 URL" content="http://">
  50. <meta name="text:Link 5" content="">
  51. <meta name="text:Link 5 URL" content="http://">
  52.  
  53. <style type="text/css">
  54.  
  55. /**BASICS**/
  56.  
  57. body {
  58. font-family:'Cambria';
  59. font-size:12px;
  60. color:{color:body};
  61. {block:ifBackgroundImage}background:{color:background2} url('{image:background}');{/block:ifBackgroundImage}
  62. background-attachment:fixed;
  63. }
  64.  
  65. blockquote {border-left:2px solid {color:border}; padding-left:5px; margin:2px 2px 0px 10px}
  66.  
  67. ::-webkit-scrollbar {width:8px;height:auto;background:{color:scroll bg};}
  68. ::-webkit-scrollbar-button {background:{color:scroll};}
  69. ::-webkit-scrollbar-thumb:vertical {background:{color:scroll};}
  70. ::-webkit-scrollbar-thumb:horizontal {background:{color:scroll};}
  71.  
  72. ::selection {color:rgba({text:1Red},{text:2Green},{text:3Blue},1);background-color: {color:body};}
  73. ::-moz-selection {color:rgba({text:1Red},{text:2Green},{text:3Blue},1);background-color: {color:body};}
  74. ::-webkit-selection {color:rgba({text:1Red},{text:2Green},{text:3Blue},1);background-color: {color:body};}
  75.  
  76. a {color:{color:link};text-decoration:none;-moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;}
  77. a:hover {color:{color:link hover}}
  78.  
  79. #title {
  80. font-family:'Clicker Script';
  81. font-weight:normal;
  82. text-align:center;
  83. width:250px;
  84. color:{color:Title};
  85. font-size:30px;
  86. margin:-40px 0px 5px 0px;
  87. }
  88. #title a {color:{color:Title};}
  89.  
  90. #sidebar {
  91. z-index:4;
  92. margin-top:130px;
  93. margin-left:120px;
  94. position:fixed;
  95. width:250px;
  96. height:auto;
  97. background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.5);
  98. }
  99.  
  100. #sidebar img {
  101. z-index:4;
  102. padding:10px;
  103. width:230px;
  104. max-height:300px;
  105. }
  106.  
  107. #desc {
  108. font-size:11px;
  109. text-align:justify;
  110. width:230px;
  111. padding:0px 10px 10px 10px;
  112. max-height:300px;
  113. }
  114.  
  115. #entries {
  116. position:relative;
  117. z-index:5;
  118. margin:0px 0px 15px 470px;
  119. padding:10px;
  120. padding-left:15px;
  121. padding-right:15px;
  122. float:left;
  123. {block:ifNotPosts400}width:530px;{/block:ifNotPosts400}
  124. {block:ifPosts400}width:430px;{/block:ifPosts400}
  125. background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.5);
  126. }
  127.  
  128. #post {
  129. padding:10px;
  130. margin-left:5px;
  131. margin-top:20px;
  132. margin-bottom:20px;
  133. padding-bottom:10px;
  134. {block:ifNotPosts400}width:500px;{/block:ifNotPosts400}
  135. {block:ifPosts400}width:400px;{/block:ifPosts400}
  136. background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.8);
  137. }
  138.  
  139. #tags {
  140. min-height:14px;
  141. font-size:10px;
  142. padding:0px 5px 5px 5px;
  143. margin-top:0px;
  144. {block:ifNotPosts400}width:492px;{/block:ifNotPosts400}
  145. {block:ifPosts400}width:392px;{/block:ifPosts400}
  146. font-style:italic;
  147. text-align:center;
  148. background-color:{color:info bg};
  149. }
  150.  
  151. #info {
  152. text-align:center;
  153. font-size: 10px;
  154. margin-top:15px;
  155. {block:ifNotPosts400}width:492px;{/block:ifNotPosts400}
  156. {block:ifPosts400}width:392px;{/block:ifPosts400}
  157. padding:5px;
  158. background-color:{color:info bg};
  159. }
  160.  
  161. .note {
  162. text-transform:normal;
  163. font-style:normal;
  164. letter-spacing:0px;
  165. font-size: 10px;
  166. text-align:left;
  167. line-height:80%;
  168. margin-left:-40px;
  169. }
  170.  
  171. .note li {
  172. list-style-type:none;
  173. text-align:left;
  174. padding:2px;
  175. margin:0px;
  176. -moz-transition-duration:0.5s;
  177. -webkit-transition-duration:0.5s;
  178. -o-transition-duration:0.5s;
  179. }
  180.  
  181. .album {position:absolute; margin-top:0px; width:120px; height:120px;}
  182. .album img {width:120px; height:120px}
  183. .audio {position:absolute;margin-left:130px;}
  184. .audiobox {height:120px;z-index:10; margin-left:130px;}
  185. .audiotext {padding-top:30px; max-width:300px;overflow:hidden;}
  186.  
  187. .chat {border-left: 5px solid {color:border};margin: 3px 3px 0 3px;}
  188. .chat .lines {margin-left: 1px;}
  189. .chat .lines .line {background-color: {color:chat1};margin-bottom: 1px;padding: 3px 5px;}
  190. .chat .lines .line.even {background-color: {color:chat2}; }
  191.  
  192. #texttitle {
  193. font-weight:normal;
  194. font-family:'Clicker Script';
  195. font-size:28px;
  196. text-align:center;
  197. line-height:100%;
  198. margin:2px;
  199. }
  200.  
  201. #quote {
  202. margin:5px 0px;
  203. font-family:Garamond;
  204. text-align:center;
  205. letter-spacing:1px;
  206. }
  207.  
  208. #quote_short {font-size:20px; line-height:100%;}
  209. #quote_medium {font-size:18px; line-height:95%;}
  210. #quote_long {font-size:16px; line-height:90%;}
  211.  
  212. #quotesource {
  213. margin:10px 0px -10px 0px;
  214. font-family:'Georgia';
  215. font-size:14px;
  216. font-style:italic;
  217. text-align:right;
  218. padding:6px;
  219. font-weight:normal;
  220. }
  221.  
  222. #linkposts {
  223. height:80px;
  224. padding-bottom:10px;
  225. padding-top:10px;
  226. font-family:book antiqua;
  227. font-size:16px;
  228. border:2px dotted {color:Border};
  229. margin-bottom:5px;
  230. background-color:{color:Link Posts Bg};
  231. width:{block:ifNotPosts400}400px;{/block:ifNotPosts400}{block:ifPosts400}300px{/block:ifPosts400}
  232. }
  233.  
  234. #linkfav img {
  235. width:100px;
  236. margin-top:-109px;
  237. position:absolute;
  238. border-top:2px dotted {color:Border};
  239. border-right:2px dotted {color:Border};
  240. border-bottom:2px dotted {color:Border};
  241. margin-left:{block:ifNotPosts400}402px;{/block:ifNotPosts400}{block:ifPosts400}302px;{/block:ifPosts400}
  242. }
  243.  
  244. #question {font-size:13px; letter-spacing:1px; padding:3px; text-align:center;}
  245. #asker {margin-right:20px;font-style:italic;text-align:right; font-size:13px; letter-spacing:1px;}
  246.  
  247. .chat {margin:3px 3px 10px 3px}
  248. .chat .lines {margin-left:1px;}
  249. .chat .lines .line {margin-bottom:1px;padding:3px 5px;background-color:{color:Chat1}}
  250. .chat .lines .line.even{background-color:{color:Chat2};}
  251.  
  252. #s-m-t-tooltip {
  253. padding:5px 10px 5px 10px;
  254. margin:20px 14px 7px 10px;
  255. border:1px solid {color:border};
  256. background-color:{color:Body};
  257. font-family:georgia;
  258. font-style: normal;
  259. font-size:9px;
  260. letter-spacing:1px;
  261. color:rgba({text:1Red},{text:2Green},{text:3Blue},1);
  262. z-index:99999999;
  263. }
  264.  
  265. #credit {
  266. z-index:99999999999;
  267. font-weight:bold;
  268. text-align:center;
  269. font-size:14px;
  270. font-family:'Montez';
  271. position:fixed;
  272. bottom:5px;
  273. right:5px;
  274. }
  275. #credit a {
  276. display:inline-block;
  277. height:20px;
  278. width:20px;
  279. background-color:{color:body};
  280. color:rgba({text:1Red},{text:2Green},{text:3Blue},1);
  281. }
  282. #credit a:hover {
  283. background-color:rgba({text:1Red},{text:2Green},{text:3Blue},1);
  284. color:{color:body};
  285. }
  286.  
  287. /**DO NOT EDIT BELOW THIS**/
  288.  
  289. #background {
  290. position:fixed;
  291. background: {block:ifNotBackgroundImage}-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});{/block:ifNotBackgroundImage} {block:ifNotTurnOffBlossoms}url('https://31.media.tumblr.com/474d1a1f6c42ef2066b541274601313c/tumblr_inline_nbbo4dxBZJ1qk6lff.png') repeat 5% 5%{/block:ifNotTurnOffBlossoms};
  292. top: 0; left: 0; right: 0; bottom: 0;
  293. z-index:1;
  294. -webkit-animation-name: STAR-MOVE;
  295. -webkit-animation-duration: 240s;
  296. -webkit-animation-timing-function: linear;
  297. -webkit-animation-iteration-count: infinite;
  298. }
  299.  
  300. #midground {
  301. background: url('https://31.media.tumblr.com/584a3e5379f8e47bf17913586830ff68/tumblr_inline_nbboo2AEhI1qk6lff.png') repeat 20% 20%;
  302. position:fixed;
  303. top: 0; left: 0; right: 0; bottom: 0;
  304. z-index:2;
  305. -webkit-animation-name: STAR-MOVE;
  306. -webkit-animation-duration: 180s;
  307. -webkit-animation-timing-function: linear;
  308. -webkit-animation-iteration-count: infinite;
  309. }
  310.  
  311. #foreground {
  312. background: url('https://31.media.tumblr.com/474d1a1f6c42ef2066b541274601313c/tumblr_inline_nbbo4dxBZJ1qk6lff.png') repeat 35% 35%;
  313. position:fixed;
  314. top: 0; left: 0; right: 0; bottom: 0;
  315. z-index:3;
  316. -webkit-animation-name: STAR-MOVE;
  317. -webkit-animation-duration: 120s;
  318. -webkit-animation-timing-function: linear;
  319. -webkit-animation-iteration-count: infinite;
  320. }
  321.  
  322. @-webkit-keyframes STAR-MOVE {
  323. from {
  324. background-position: 0% 0%
  325. }
  326. to {
  327. background-position: 200% 700%
  328. }
  329. }
  330. /**End**/
  331.  
  332. {CustomCSS}</style>
  333.  
  334. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  335.  
  336. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  337.  
  338. <script>
  339. (function($){
  340. $(document).ready(function(){
  341. $("a[title]").style_my_tooltips({
  342. tip_follows_cursor:true,
  343. tip_delay_time:0,
  344. tip_fade_speed:0,
  345. attribute:"title"
  346. });
  347. });
  348. })(jQuery);
  349. </script>
  350.  
  351. <link href='https://fonts.googleapis.com/css?family=Great+Vibes|Clicker+Script|Montez' rel='stylesheet' type='text/css'>
  352.  
  353. <script src="https://static.tumblr.com/ougxdjo/7cPmrvjid/lora.js" type="text/javascript"></script>
  354.  
  355. {block:ifInfiniteScroll}<script type="text/javascript" src="https://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:ifInfiniteScroll}
  356.  
  357. </head>
  358. <body>
  359. <div id="background"></div>
  360. {block:ifNotTurnOffBlossoms}<div id="midground"></div>
  361. <div id="foreground"></div>{/block:ifNotTurnOffBlossoms}
  362. <div id="sidebar">
  363. <div id="title"><a href="/">{Title}</a></div>
  364. <img src="{image:Sidebar}">
  365. <div id="desc">
  366. <center>
  367. {block:PreviousPage}
  368. <a href="{PreviousPage}"><small>←</small></a>
  369. {/block:PreviousPage}&nbsp;&nbsp;&nbsp;
  370. <a href="/">home</a> /
  371. <a href="/ask">ask</a> /
  372. <a href="/archive">archive</a> &nbsp;&nbsp;&nbsp;
  373. {block:NextPage}
  374. <a href="{NextPage}">
  375. <small>→</small></a>
  376. {/block:NextPage}</center><br>
  377. <div style="margin-top:-10px;text-align:center">
  378. {block:ifLink1}
  379. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  380. {/block:ifLink1}
  381. {block:ifLink2}
  382. · <a href="{text:Link 2 URL}">{text:Link 2}</a>
  383. {/block:ifLink2}
  384. {block:ifLink3}
  385. · <a href="{text:Link 3 URL}">{text:Link 3}</a>
  386. {/block:ifLink3}
  387. {block:ifLink4}
  388. · <a href="{text:Link 4 URL}">{text:Link 4}</a>
  389. {/block:ifLink4}
  390. {block:ifLink5}
  391. · <a href="{text:Link 5 URL}">{text:Link 5}</a>
  392. {/block:ifLink5}
  393. {block:HasPages}{block:Pages}· <a href="{URL}" class="page">{Label}</a>{/block:Pages}{/block:HasPages}
  394. </div>
  395. {Description}</div>
  396. </div> <!--sidebar-->
  397. <div id="entries">
  398. {block:TagPage}
  399. <h2>Posts tagged "{Tag}"</h2>
  400. {/block:TagPage}
  401. {block:ifInfiniteScroll}<div class="autopagerize_page_element">{/block:ifInfiniteScroll}
  402. {block:Posts}
  403. <div id="post">
  404. <!--Text Posts-->
  405. {block:Text}{block:Title}<div id="texttitle">{Title}</div>{/block:Title}{Body}{/block:Text}
  406.  
  407. {block:ifNotPosts400}
  408. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  409. {/block:ifNotPosts400}
  410. {block:ifPosts400}
  411. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  412. {/block:ifPosts400}
  413.  
  414. {block:ifNotPosts400}
  415. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  416. {/block:ifNotPosts400}
  417. {block:ifPosts400}
  418. {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  419. {/block:ifPosts400}
  420.  
  421. {block:Quote}
  422. <div id="quote">
  423. <div id="quote_{Length}">“{Quote}”</div>
  424. {block:Source}<div id="quotesource">- {Source}</div>{/block:Source}
  425. </div>
  426. {/block:Quote}
  427.  
  428. {block:ifNotPosts400}
  429. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  430. {/block:ifNotPosts400}
  431.  
  432. {block:ifPosts400}
  433. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  434. {/block:ifPosts400}
  435.  
  436. {block:Link}<div id="linkposts">
  437. <a href="{URL}" class="link" {Target}>
  438. <center>{Name} →</center></a><BR>
  439. <center><small><small>{URL}</small></small></center>
  440. </div> <!--linkposts-->
  441.  
  442. {block:Thumbnail}<div id="linkfav"><img src="{Thumbnail}"></div>
  443. {/block:Thumbnail}
  444.  
  445. {block:Description}{Description}{/block:Description}
  446. {/block:Link}
  447.  
  448. {block:Chat}
  449. {block:Title}<h4>{Title}</h4>{/block:Title}
  450. <div class="chat">
  451. <div class="lines">
  452. {block:Lines}
  453. <div class="line {Alt}">{block:Label}<strong>{Label}</strong>{/block:Label} {Line}</div>
  454. {/block:Lines}
  455. </div>
  456. </div>
  457. {/block:Chat}
  458.  
  459. {block:Audio}
  460. {block:AlbumArt}
  461. <div class="album"><img src="{AlbumArtURL}"></div>
  462. {/block:AlbumArt}
  463.  
  464. <div class="audio">{AudioPlayerWhite}</div>
  465.  
  466. <div class="audiobox">
  467. <div class="audiotext">
  468. {block:TrackName}<br><big><b>Track name:</b>
  469. "{TrackName}"{/block:TrackName}
  470. {block:Artist}<br><b>Artist:</b> {Artist}{/block:Artist}
  471. {block:Album}<br><b>Album:</b> {Album}{/block:Album}
  472. {block:PlayCount}<br><b>Playcount:</b> {PlayCountWithLabel}{/block:PlayCount}
  473. </big>
  474. </div><!--audiotext-->
  475. </div><!--audiobox-->
  476. {block:Caption}{Caption}{/block:Caption}
  477. {/block:Audio}
  478.  
  479. {block:Answer}<div id="question">
  480. <b>{Question}</b></div><BR>
  481. <div id="asker">- {Asker}</div><BR>
  482. <div style="border-top:1px dotted {color:border}">{Answer}</div>
  483. {/block:Answer}
  484.  
  485. {block:Date}<div id="info"><a href="{Permalink}" title="{DayOfMonth}{DayOfMonthSuffix} {ShortMonth} '{ShortYear}
  486. at {12Hour}.{Minutes}{ampm}">{TimeAgo} </a>{block:NoteCount} · <a href="{Permalink}">{NoteCountWithLabel} </a>{/block:NoteCount}{block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName} </a>{/block:RebloggedFrom} {block:Reblog} (©<a href="{ReblogRootURL}">{ReblogRootName}</a>) {/block:Reblog}·<a href="{ReblogURL}" target="_blank"> reblog</a></div>{/block:Date}
  487.  
  488. <center>{block:ifShowTags}{block:HasTags} <div id="tags"> {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}</div> {/block:HasTags}{/block:IfShowTags}</center>
  489. <div class="note"> {block:PostNotes}{PostNotes}{/block:PostNotes}
  490. </div></div>
  491. {/block:Posts}</div>
  492. {block:ifInfiniteScroll}</div>{/block:ifInfiniteScroll}
  493. <div id="credit"><a href="https://theghostoflove.tumblr.com/" title="enchantingly" target="_blank">E</a></div>
  494. </div> <!--entries-->
  495. </div> <!--background-->
  496.  
  497.  
  498.  
  499. </body>
  500. </html>
Advertisement
Add Comment
Please, Sign In to add comment