enchantingly

Theme 28 - Winter Mornings

Nov 20th, 2013
1,371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.04 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 28 - "Winter Mornings" 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="#3a67ab">
  18. <meta name="color:Background2" content="#d3eeff">
  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:Navlinks Text Hover" content="#817cff">
  26. <meta name="color:Navlinks Text" content="#2e2cff">
  27. <meta name="color:Scroll" content="#eae8e8">
  28. <meta name="color:Scroll Bg" content="#3a67ab">
  29. <meta name="color:Title" content="#030149">
  30.  
  31. <meta name="if:Cursive Fonts" content="1">
  32. <meta name="if:Infinite Scroll" content="0">
  33. <meta name="if:Let It Snow" content="1">
  34. <meta name="if:Posts 400" 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. text-align:justify;
  59. font-family:'Lora';
  60. font-size:12px;
  61. color:{color:body};
  62. {block:ifNotBackgroundImage}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});
  63. background-attachment:fixed;{/block:ifNotBackgroundImage}
  64. {block:ifBackgroundImage}background:{color:background1} url('{image:Background}') fixed;{/block:ifBackgroundImage}
  65. }
  66.  
  67. blockquote {border-left:2px solid {color:border}; padding-left:5px; margin:0px 2px 0px 10px}
  68.  
  69. ::-webkit-scrollbar {width:8px; height:auto;background:{color:scroll bg};}
  70. ::-webkit-scrollbar-thumb:vertical {background:{color:scroll};}
  71. ::-webkit-scrollbar-thumb:horizontal {background:{color:scroll};}
  72.  
  73. ::selection {color:rgba({text:1Red},{text:2Green},{text:3Blue},0.5);background-color:{color:body};}
  74. ::-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};}
  75.  
  76. b {font-weight:bold;}
  77. i {font-weight:italic;}
  78. u {text-decoration:underline;}
  79.  
  80. a {color:{color:link};text-decoration:none;-moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;}
  81. a:hover {color:{color:link hover}}
  82.  
  83. /**MAIN THEME STUFF**/
  84.  
  85. #title {
  86. position:absolute;
  87. font-weight:normal;
  88. text-align:center;
  89. width:280px;
  90. color:{color:Title};
  91. {block:ifNotCursiveFonts}font-size:22px;
  92. margin:160px 0px 0px 10px;
  93. font-family:book antiqua;
  94. font-style:italic;{/block:ifNotCursiveFonts}
  95. {block:ifCursiveFonts}font-size:40px;
  96. font-family:'Rouge Script';
  97. margin:155px 0px 5px 10px;{/block:ifCursiveFonts}
  98. background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.2);
  99. }
  100.  
  101. #sidebar {
  102. z-index:4;
  103. margin-top:100px;
  104. margin-left:120px;
  105. position:fixed;
  106. width:300px;
  107. height:362px;
  108. }
  109.  
  110. #sidebar img {
  111. z-index:4;
  112. width:280px;
  113. height:340px;
  114. border:10px solid;
  115. border-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.6);
  116. }
  117.  
  118. #sidebar:hover #desc {opacity:1;
  119. -webkit-transition: all .8s ease-in-out;
  120. -moz-transition: all .8s ease-in-out;
  121. -o-transition: all .8s ease-in-out;
  122. transition: all .8s ease-in-out;}
  123. #desc {
  124. opacity:0;
  125. position:absolute;
  126. background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.9);
  127. margin:-354px 0px 0px 10px;
  128. text-align:justify;
  129. width:260px;
  130. padding:0px 10px;
  131. height:340px;
  132. overflow:hidden;
  133. -webkit-transition: all .8s ease-in-out;
  134. -moz-transition: all .8s ease-in-out;
  135. -o-transition: all .8s ease-in-out;
  136. transition: all .8s ease-in-out;
  137. }
  138.  
  139. #sidebar:hover #links {opacity:1;left:25px;
  140. -webkit-transition: all .8s ease-in-out;
  141. -moz-transition: all .8s ease-in-out;
  142. -o-transition: all .8s ease-in-out;
  143. transition: all .8s ease-in-out;
  144. }
  145.  
  146. #links {
  147. opacity:0;
  148. left:150px;
  149. top:90px;
  150. position:fixed;
  151. text-align:left;
  152. -webkit-transition: all .8s ease-in-out;
  153. -moz-transition: all .8s ease-in-out;
  154. -o-transition: all .8s ease-in-out;
  155. transition: all .8s ease-in-out;
  156. }
  157. #links a {
  158. font-family:times new roman;
  159. font-size:10px;
  160. margin:5px;
  161. text-align:center;
  162. width:66px;
  163. padding:28px 0px 28px 0px;
  164. display:inline-block;
  165. color:{color:Navlinks Text};
  166. background-color:{color:Navlinks Bg};
  167. border-radius:50%;
  168. }
  169. #links a:hover {
  170. font-size:11px;
  171. width:76px;
  172. padding:33px 0px 33px 0px;
  173. color:{color:Navlinks Text Hover};
  174. background-color:{color:Navlinks Bg Hover};
  175. -webkit-transition: all .5s ease-in-out;
  176. -moz-transition: all .5s ease-in-out;
  177. -o-transition: all .5s ease-in-out;
  178. transition: all .5s ease-in-out;
  179. }
  180.  
  181. /**POSTS AND POST INFO **/
  182.  
  183. #entries {
  184. position:relative;
  185. z-index:5;
  186. margin:10px 0px 15px 520px;
  187. padding:10px;
  188. padding-left:15px;
  189. padding-right:15px;
  190. float:left;
  191. {block:ifNotPosts400}width:530px;{/block:ifNotPosts400}
  192. {block:ifPosts400}width:430px;{/block:ifPosts400};
  193. }
  194.  
  195. #post {
  196. padding:10px;
  197. margin-left:5px;
  198. margin-top:20px;
  199. margin-bottom:20px;
  200. padding-bottom:10px;
  201. {block:ifNotPosts400}width:500px;{/block:ifNotPosts400}
  202. {block:ifPosts400}width:400px;{/block:ifPosts400}
  203. background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.6);
  204. border:10px solid;
  205. border-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.3)
  206. }
  207.  
  208. #info {
  209. border-top:1px solid {color:border};
  210. padding-top:10px;
  211. {block:ifNotPosts400}width:500px;{/block:ifNotPosts400}
  212. {block:ifPosts400}width:400px;{/block:ifPosts400}
  213. }
  214.  
  215. .notes {
  216. }
  217. .notes li {
  218. padding:2px 0px 2px 0px;
  219. list-style-type:none;
  220. margin:2px 0px 2px 0px;
  221. }
  222.  
  223. /**POST STUFF**/
  224.  
  225. #texttitle {
  226. text-align:center;
  227. margin:1px 0px 1px 0px;
  228. line-height:100%;
  229. {block:ifNotCursiveFonts}font-family:book antiqua;font-size:18px;margin-bottom:5px;padding-bottom:5px;{/block:ifNotCursiveFonts}
  230. {block:ifCursiveFonts}font-family:'Cookie';font-size:26px;{/block:ifCursiveFonts}
  231. }
  232.  
  233. #linkposts {
  234. padding-bottom:10px;
  235. padding-top:10px;
  236. font-family:book antiqua;
  237. font-size:16px;
  238. border:2px dotted {color:Border};
  239. }
  240.  
  241. #quote {
  242. font-family:Garamond;
  243. font-size:16px;
  244. margin-top:0px;
  245. margin-bottom:10px;
  246. }
  247.  
  248. #quotesource {
  249. text-align:right;
  250. margin:0px 0px 10px 0px;
  251. {block:IfCursiveFonts}font-family:'Cookie';font-size:22px;{/block:ifCursiveFonts}
  252. {block:ifNotCursiveFonts}font-family:book antiqua;font-size:14px;{/block:ifNotCursiveFonts}
  253. }
  254.  
  255. #question {
  256. font-size:13px;
  257. letter-spacing:1px;
  258. padding:10px;
  259. border:2px dotted {color:Border};
  260. }
  261. #asker {
  262. text-align:right;
  263. font-size:12px;
  264. letter-spacing:1px;
  265. padding-bottom:0px;
  266. margin-top:20px;
  267. }
  268. #asker img {
  269. vertical-align:left;
  270. float:right;
  271. margin-left:10px;
  272. margin-right:10px;
  273. margin-top:-10px;
  274. border:1px solid {color:Border};
  275. }
  276.  
  277. .album {position:absolute; margin-top:0px; width:100px; height:100px;}
  278. .album img {width:100px; height:100px}
  279. .audio {opacity:.6;overflow:hidden;display:block; position:absolute; width:28px; height:30px; margin-top:35px; margin-left:35px;}
  280. .audiobox {height:100px;z-index:-1; margin-left:100px;}
  281. .audiotext {text-align:center; padding-top:30px; max-width:300px;overflow:hidden;}
  282. .pc {padding: 8px 13px;height:13px;float:right;font-size: 12px;text-transform: lowercase;z-index:-1}
  283.  
  284. .chat {margin:3px 3px 10px 3px}
  285. .chat .lines {margin-left:1px;}
  286. .chat .lines .line {margin-bottom:1px;padding:3px 5px;background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.3);}
  287. .chat .lines .line.even{background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.5);}
  288.  
  289. /**Please keep the credit intact**/
  290.  
  291. #credit {
  292. z-index:99999999999;
  293. font-weight:bold;
  294. text-align:center;
  295. font-size:16px;
  296. font-family:'Montez';
  297. position:fixed;
  298. bottom:5px;
  299. right:5px;
  300. }
  301. #credit a {
  302. display:inline-block;
  303. height:20px;
  304. width:20px;
  305. background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.8);
  306. color:{color:body};
  307. }
  308. #credit a:hover {
  309. background-color:{color:body};
  310. color:rgba({text:1Red},{text:2Green},{text:3Blue},0.8);
  311. }
  312.  
  313. #qTip {
  314. display:none;
  315. text-align:center;
  316. padding:5px;
  317. position:absolute;
  318. z-index:1000000;
  319. background:{color:body};
  320. color:rgba({text:1Red},{text:2Green},{text:3Blue},0.7);
  321. }
  322.  
  323. /**DO NOT EDIT BELOW THIS**/
  324.  
  325. #background {
  326. position:fixed;
  327. background: url('https://24.media.tumblr.com/f5fada07bef29b1d00bc68ae5d5de98f/tumblr_mvyc8reUYT1qlliu4o1_500.png') repeat 5% 5%;
  328. top: 0; left: 0; right: 0; bottom: 0;
  329. z-index:1;
  330. -webkit-animation-name: SNOW;
  331. -webkit-animation-duration: 80s;
  332. -webkit-animation-timing-function: linear;
  333. -webkit-animation-iteration-count: infinite;
  334. }
  335.  
  336. #midground {
  337. background: url('https://24.media.tumblr.com/f5fada07bef29b1d00bc68ae5d5de98f/tumblr_mvyc8reUYT1qlliu4o1_500.png') repeat 20% 20%;
  338. position:fixed;
  339. top: 0; left: 0; right: 0; bottom: 0;
  340. z-index:2;
  341. -webkit-animation-name: SNOW;
  342. -webkit-animation-duration: 100s;
  343. -webkit-animation-timing-function: linear;
  344. -webkit-animation-iteration-count: infinite;
  345. }
  346.  
  347. #foreground {
  348. background: url('https://31.media.tumblr.com/03f8b2fb92f8101dbf30829d025dd193/tumblr_mvyc8reUYT1qlliu4o3_400.png') repeat 35% 35%;
  349. position:fixed;
  350. top: 0; left: 0; right: 0; bottom: 0;
  351. z-index:3;
  352. -webkit-animation-name: SNOW;
  353. -webkit-animation-duration: 120s;
  354. -webkit-animation-timing-function: linear;
  355. -webkit-animation-iteration-count: infinite;
  356. }
  357.  
  358. @-webkit-keyframes SNOW {
  359. from {background-position: 5% 5%}
  360. to {background-position: 400% 2000%}
  361. }
  362.  
  363. @keyframes SNOW {
  364. from {background-position: 5% 5%}
  365. to {background-position: 400% 2000%}
  366. }
  367.  
  368. @-moz-keyframes SNOW {
  369. from {background-position: 5% 5%}
  370. to {background-position: 400% 2000%}
  371. }
  372.  
  373. @-ms-keyframes SNOW {
  374. from {background-position: 5% 5%}
  375. to {background-position: 400% 2000%}
  376. }
  377.  
  378. /**End**/
  379.  
  380. {CustomCSS}</style>
  381.  
  382. <link href='https://fonts.googleapis.com/css?family=Rouge+Script|Montez|Cookie' rel='stylesheet' type='text/css'>
  383.  
  384. <script src="https://static.tumblr.com/ougxdjo/7cPmrvjid/lora.js" type="text/javascript"></script>
  385. <script src="https://static.tumblr.com/ougxdjo/aqbmvsyq0/enchantinglythemesqtip.js" type="text/javascript"></script>
  386.  
  387. {block:ifInfiniteScroll}<script type="text/javascript" src="https://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:ifInfiniteScroll}
  388.  
  389. </head>
  390. <body>
  391. {block:ifLetItSnow}<div id="background"></div>
  392. <div id="midground"></div>
  393. <div id="foreground"></div>{/block:ifLetItSnow}
  394. <div id="sidebar">
  395. <div id="title">{Title}</div>
  396. <img src="{image:Sidebar}">
  397. <div id="desc">
  398. <center><BR>
  399. <a href="/">home</a> /
  400. <a href="/ask">ask</a> /
  401. <a href="/archive">archive</a>
  402. <p>{block:PreviousPage}
  403. <a href="{PreviousPage}"><small>←</small>prev</a>
  404. | {/block:PreviousPage}
  405. {block:NextPage}
  406. <a href="{NextPage}">next
  407. <small>→</small></a>
  408. {/block:NextPage}</center>
  409. <p>
  410. {Description}</div>
  411. <div id="links">
  412. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a><br>{/block:ifLink1}
  413. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a><br>{/block:ifLink2}
  414. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a><br>{/block:ifLink3}
  415. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a><br>{/block:ifLink4}
  416. {block:ifLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a><br>{/block:ifLink5}
  417. </div> <!--links-->
  418. </div> <!--sidebar-->
  419. <div id="entries">
  420. {block:TagPage}
  421. <div id="post"><div id="texttitle">Posts tagged "{Tag}"</div></div>
  422. {/block:TagPage}
  423. {block:ifInfiniteScroll}<div class="autopagerize_page_element">{/block:ifInfiniteScroll}
  424. {block:Posts}
  425. <div id="post">
  426. <!--Text Posts-->
  427. {block:Text}
  428. {block:Title}<div id="texttitle">{Title}</div>{/block:Title}
  429. {Body}
  430. {/block:Text}
  431.  
  432. <!--Photo Posts-->
  433. {block:ifNotPosts400}
  434. {block:Photo}<center>
  435. {OpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  436. {LinkCloseTag}</center>
  437. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  438. {/block:ifNotPosts400}
  439.  
  440. {block:ifPosts400}
  441. {block:Photo}<center>
  442. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  443. {LinkCloseTag}</center>
  444. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  445. {/block:ifPosts400}
  446.  
  447. <!--Photosets-->
  448. {block:ifNotPosts400}
  449. {block:Photoset}<center>
  450. {Photoset-500}</center>
  451. {block:Caption}{Caption}{/block:Caption}
  452. {/block:Photoset}
  453. {/block:ifNotPosts400}
  454.  
  455. {block:ifPosts400}
  456. {block:Photoset}<center>
  457. {Photoset-400}</center>
  458. {block:Caption}{Caption}{/block:Caption}
  459. {/block:Photoset}
  460. {/block:ifPosts400}
  461.  
  462. <!--Quotes-->
  463. {block:Quote}
  464. <div id="quote">“{Quote}”</div>
  465. <div id="quotesource">{block:Source}- {Source}{/block:Source}</div>
  466. {/block:Quote}
  467.  
  468. <!--Video Posts-->
  469. {block:ifNotPosts400}
  470. {block:Video}{Video-500}
  471. {block:Caption}{Caption}{/block:Caption}
  472. {/block:Video}
  473. {/block:ifNotPosts400}
  474.  
  475. {block:ifPosts400}
  476. {block:Video}{Video-400}
  477. {block:Caption}{Caption}{/block:Caption}
  478. {/block:Video}
  479. {/block:ifPosts400}
  480.  
  481. <!--Link Posts-->
  482. {block:Link}
  483. <div id="linkposts">
  484. <a href="{URL}" class="link" {Target}>
  485. <center>{Name} →</center></a><BR>
  486. <center>
  487. <small><small>{URL}</small></small>
  488. </center>
  489. </div> <!--linkposts-->
  490. {block:Description}<br>{Description}{/block:Description}
  491. {/block:Link}
  492.  
  493. <!--Chat-->
  494. {block:Chat}
  495. {block:Title}<h4>{Title}</h4>{/block:Title}
  496. <div class="chat">
  497. <div class="lines">
  498. {block:Lines}
  499. <div class="line {Alt}">
  500. {block:Label}
  501. <strong>{Label}</strong>{/block:Label} {Line}
  502. </div> <!--line alt-->
  503. {/block:Lines}
  504. </div> <!--lines-->
  505. </div><!--chat-->
  506. {/block:Chat}
  507.  
  508. <!--Audio Posts -->
  509. {block:Audio}
  510. {block:AlbumArt}
  511. <div class="album"><img src="{AlbumArtURL}"></div>
  512. {/block:AlbumArt}
  513.  
  514. <div class="audio">{AudioPlayerWhite}</div>
  515. {block:PlayCount}
  516. <div class="pc">
  517. {PlayCountWithLabel}
  518. </div><!--pc-->
  519. {/block:PlayCount}
  520.  
  521. <center><div class="audiobox">
  522. <div class="audiotext">
  523. {block:TrackName}
  524. <i><big><big>"{TrackName}"</big></i>{/block:TrackName}
  525. {block:Artist}<br>by {Artist}{/block:Artist}</big></center>
  526. <!--audiotext-->
  527. <!--audiobox-->
  528. {block:Caption}{Caption}{/block:Caption}
  529. {/block:Audio}
  530.  
  531. <!--Asks-->
  532. {block:Answer}
  533. <div id="question">
  534. {Question}
  535. <div id="asker">
  536. <img src="{AskerPortraitURL-30}">- {Asker}</div><br>
  537. </div> <!--question-->
  538. <br>{Answer}
  539. {/block:Answer}
  540.  
  541. {block:Date}
  542. <div id="info">
  543. <a href="{Permalink}"><a href="{Permalink}">
  544. {DayOfMonth}{DayOfMonthSuffix} {ShortMonth} '{ShortYear}
  545. at {12Hour}.{Minutes}{ampm}</a> |
  546. <a href="{Permalink}"> {NoteCountWithLabel}</a>
  547. <div style="text-align:right;margin-top:-14px;">{block:RebloggedFrom} &nbsp;&nbsp;&nbsp;
  548. <a href="{ReblogParentURL}" title="{ReblogParentName}">
  549. via </a> {/block:RebloggedFrom}
  550. {block:Reblog} /
  551. <a href="{ReblogRootURL}" title="{ReblogRootName}">
  552. origin</a>{/block:Reblog} |{/block:RebloggedFrom}
  553. <a href="{ReblogURL}" target="_blank"> reblog</a></div>
  554. <!--right-->
  555.  
  556.  
  557. {block:HasTags}
  558. <div style="margin-top:5px;">
  559. {block:Tags}
  560. <small>#</small><a href="{TagURL}" target="_blank">{Tag}</a>
  561. {/block:Tags}
  562. </div>
  563. {/block:HasTags}
  564.  
  565. </div><!--info-->
  566. {/block:Date}
  567.  
  568. {block:PostNotes}
  569. <div class="notes">{PostNotes}</div>
  570. {/block:PostNotes}
  571. </div><!--post-->
  572. {/block:Posts}
  573. </div> <!--entries-->
  574. <div id="credit"><a href="https://theghostoflove.tumblr.com">E</a></div>
  575. </div> <!--background-->
  576.  
  577.  
  578.  
  579. </body>
  580. </html>
Advertisement
Add Comment
Please, Sign In to add comment