enchantingly

Theme 19 - Halloween '13

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