Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!----
- Theme 19 - "Halloween '13" by Elowen (theghostoflove.tumblr.com)
- Credit stays intact, please. If you get stuck, feel free to message me! Comments and suggestions are welcome.
- --->
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <meta name="color:Background1" content="#07070a">
- <meta name="color:Background2" content="#0c0f61">
- <meta name="color:Body" content="#8f34fd">
- <meta name="color:Border" content="#9b4afd">
- <meta name="color:Description" content="#000000">
- <meta name="color:Description Bg" content="#f1a020">
- <meta name="color:Entries" content="#41018f">
- <meta name="color:Link" content="#2636fa">
- <meta name="color:Link Hover" content="#f1a020">
- <meta name="color:Navlinks Bg" content="#f7b54d">
- <meta name="color:Navlinks Text" content="#2944e2">
- <meta name="color:Post" content="#000000">
- <meta name="color:Scroll" content="#f1a020">
- <meta name="color:Title" content="#000000">
- <meta name="if:Infinite Scroll" content="0">
- <meta name="if:Posts 400" content="0">
- <meta name="text:Link 1" content="">
- <meta name="text:Link 1 URL" content="http://">
- <meta name="text:Link 2" content="">
- <meta name="text:Link 2 URL" content="http://">
- <meta name="text:Link 3" content="">
- <meta name="text:Link 3 URL" content="http://">
- <meta name="text:Link 4" content="">
- <meta name="text:Link 4 URL" content="http://">
- <meta name="text:Link 5" content="">
- <meta name="text:Link 5 URL" content="http://">
- <meta name="text:Link 6" content="">
- <meta name="text:Link 6 URL" content="http://">
- <meta name="text:Link 7" content="">
- <meta name="text:Link 7 URL" content="http://">
- <style type="text/css">
- /**BASICS**/
- body {
- font-family:'Georgia';
- font-size:11px;
- color:{color:body};
- 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});
- background-attachment:fixed;
- }
- blockquote {border-left:2px solid {color:border}; padding-left:5px; margin:0px 2px 0px 10px}
- ::-webkit-scrollbar {width:8px; height:auto; background-color:{color:background2};}
- ::-webkit-scrollbar-thumb:vertical {background:{color:scroll};}
- ::-webkit-scrollbar-thumb:horizontal {background:{color:scroll};}
- b {font-weight:bold;color:{color:body};}
- i {font-weight:italic;color:{color:body};}
- u {text-decoration:underline;}
- a {color:{color:link};text-decoration:none;-moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;}
- a:hover {color:{color:link hover}}
- h1 {font-family:book antiqua;margin-top:-10px;font-size:21px;}
- h2 {font-family:book antiqua; font-size:18px; text-align:center;margin:-1px 0px -1px; line-height:100%;}
- h3 {font-family:lora, serif;font-size:15px;}
- #title {
- z-index:50;
- font-family:book antiqua;
- font-style:italic;
- font-weight:normal;
- text-align:center;
- width:300px;
- color:{color:Title};
- font-size:30px;
- margin:90px 0px 5px 0px;
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;
- transition-delay: .7s;
- -webkit-transition-delay: .7s;
- }
- #sidebar:hover #title {opacity:0;margin-top:80px;-webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;}
- #sidebar {
- z-index:9999;
- margin-top:150px;
- margin-left:100px;
- position:fixed;
- width:300px;
- height:270px;
- }
- #desc {
- z-index:-1;
- opacity:0;
- margin:-88px 0px 0px 50px;
- text-align:justify;
- width:200px;
- padding:0px 0px 10px 0px;
- height:210px;
- color:{color:description};
- background-color:{color:description bg};
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;
- }
- #sidebar:hover #desc {z-index:-1;opacity:1;-webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;
- transition-delay: .7s;
- -webkit-transition-delay: .7s;}
- #sidebar:hover #links {
- margin-top:-5px;
- margin-left:18px;opacity:1;
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;
- }
- #links {
- margin-top:-5px;
- margin-left:18px;
- text-align:left;
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;
- }
- #links a {
- font-size:10px;
- margin:0px 0px 1px 0px;
- text-align:center;
- width:80px;
- padding:1px 0px 1px 0px;
- display:inline-block;
- color:{color:Navlinks Text};
- background-color:{color:Navlinks Bg};
- }
- #links a:hover {
- filter:brightness(110%);
- -webkit-filter:brightness(110%);
- -moz-filter:brightness(110%);
- -o-filter:brightness(110%);
- -ms-filter:brightness(110%);
- -webkit-transition: all .5s ease-in-out;
- -moz-transition: all .5s ease-in-out;
- -o-transition: all .5s ease-in-out;
- transition: all .5s ease-in-out;
- }
- #pagination {
- z-index:50;
- width:300px;
- position:fixed;
- margin-left:100px;
- margin-top:450px;
- font-family:Georgia;
- font-size:28px;
- text-align:center;
- }
- #pagination a {
- color:{color:link}
- }
- #pagination a:hover {
- text-decoration:none;
- color:{color:link hover};
- }
- #entries {
- position:relative;
- z-index:5;
- margin:10px 0px 15px 510px;
- padding:10px;
- padding-left:15px;
- padding-right:15px;
- float:left;
- {block:ifNotPosts400}width:530px;{/block:ifNotPosts400}
- {block:ifPosts400}width:430px;{/block:ifPosts400}
- background-color:{color:entries};
- }
- #post {
- padding:10px;
- margin-left:5px;
- margin-top:10px;
- margin-bottom:15px;
- padding-bottom:10px;
- {block:ifNotPosts400}width:500px;{/block:ifNotPosts400}
- {block:ifPosts400}width:400px;{/block:ifPosts400}
- background-color:{color:post};
- }
- #info {
- border-top:1px solid {color:border};
- padding-top:10px;
- {block:ifNotPosts400}width:500px;{/block:ifNotPosts400}
- {block:ifPosts400}width:400px;{/block:ifPosts400}
- }
- #tags {
- padding-top:0px;
- {block:ifNotPosts400}width:500px;{/block:ifNotPosts400}
- {block:ifPosts400}width:400px;{/blockifPosts400}
- }
- .note {
- text-transform:normal;
- font-style:normal;
- letter-spacing:0px;
- text-align:left;
- line-height:100%;
- {block:ifNotPosts400}width:500px;{/block:ifNotPosts400}
- {block:ifPosts400}width:400px;{/blockifPosts400}
- margin-left:-10px;
- }
- .note li {
- list-style-type:none;
- text-align:left;
- padding-top:5px;
- padding-bottom:5px;
- margin-left:-20px;
- }
- #linkposts {
- padding-bottom:10px;
- padding-top:10px;
- font-family:book antiqua;
- font-size:16px;
- border:2px dotted {color:Border};
- }
- #question {
- font-size:13px;
- letter-spacing:1px;
- padding:10px;
- border:2px dotted {color:Border};
- }
- #asker {
- text-align:right;
- font-size:12px;
- letter-spacing:1px;
- padding-bottom:0px;
- margin-top:20px;
- }
- #asker img {
- vertical-align:left;
- float:right;
- margin-left:10px;
- margin-right:10px;
- margin-top:-10px;
- border:1px solid {color:Border};
- }
- .album {position:absolute; margin-top:0px; width:100px; height:100px;}
- .album img {width:100px; height:100px}
- .audio {opacity:.6;overflow:hidden;display:block; position:absolute; width:28px; height:30px; margin-top:35px; margin-left:35px;}
- .audiobox {height:100px;z-index:-1; margin-left:100px;}
- .audiotext {text-align:center; padding-top:30px; max-width:300px;overflow:hidden;}
- .pc {padding: 8px 13px;height:13px;float:right;font-size: 12px;text-transform: lowercase;z-index:-1}
- .chat {margin:3px 3px 10px 3px}
- .chat .lines {margin-left:1px;}
- .chat .lines .line {margin-bottom:1px;padding:3px 5px;background-color:{color:Chat1}}
- .chat .lines .line.even{background-color:{color:Chat2};}
- #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;}
- #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;}
- /**DO NOT EDIT BELOW THIS**/
- #bats {
- background: url('https://myspacegraphicsandanimations.com/images/bats_ani.gif');
- background-size:100px;
- position:fixed;
- top:0; left: 0; right: 0; bottom: 0;
- z-index:3;
- background-repeat:no-repeat;
- -webkit-animation-name: STAR-MOVE;
- -webkit-animation-duration:20s;
- -webkit-animation-timing-function: linear;
- -webkit-animation-iteration-count: infinite;
- }
- @-webkit-keyframes STAR-MOVE {
- from {
- background-position: -10% 5%
- }
- to {
- background-position: 110% 5%
- }
- }
- /**End**/
- #pumpkin1 {
- width:150px;
- height:300px;
- position:fixed;
- background-image:url('https://media.tumblr.com/2a36b80bf546e41c38f7659faeec3114/tumblr_inline_mub6a892EG1qk6lff.png');
- background-repeat:no-repeat;
- background-size:150px;
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;
- transition-delay: .7s;
- -webkit-transition-delay: .7s;
- }
- #sidebar:hover #pumpkin1 {
- margin-left:-100px;
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;
- }
- #pumpkin2 {
- margin-left:150px;
- width:150px;
- height:300px;
- position:fixed;
- background-image:url('https://media.tumblr.com/b2e2cefbff6d1ffb388e66d917637181/tumblr_inline_mub6b0QJtP1qk6lff.png');
- background-repeat:no-repeat;
- background-size:150px;
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;
- transition-delay: .7s;
- -webkit-transition-delay: .7s;
- }
- #sidebar:hover #pumpkin2 {
- margin-left:250px;
- -webkit-transition: all .7s ease-in-out;
- -moz-transition: all .7s ease-in-out;
- -o-transition: all .7s ease-in-out;
- transition: all .7s ease-in-out;
- }
- {CustomCSS}</style>
- <script src="https://static.tumblr.com/ougxdjo/7cPmrvjid/lora.js" type="text/javascript"></script>
- {block:ifInfiniteScroll}<script type="text/javascript" src="https://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:ifInfiniteScroll}
- <script src="https://static.tumblr.com/n82fyzo/XjQmg8058/cufon-yui.js" type="text/javascript"></script>
- <script src="https://static.tumblr.com/ougxdjo/CvJmubbp8/darkwood_400.font.js" type="text/javascript"></script>
- <script type="text/javascript"> Cufon.replace('#title'); </script>
- <script src="https://static.tumblr.com/ougxdjo/E1Tmubbrs/cardinal_400.font.js" type="text/javascript"></script>
- <script type="text/javascript"> Cufon.replace('h1'); </script>
- </head>
- <body>
- <div id="bats"></div>
- <div id="sidebar">
- <div id="pumpkin1"></div>
- <div id="pumpkin2"></div>
- <div id="title">{Title}</div>
- <img src="{image:Sidebar}">
- <div id="desc">{Description}
- <div id="links">
- <a href="/">home</a>
- <a href="/ask">ask</a>
- <a href="/archive">archive</a>
- {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}
- {block:ifLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a>{/block:ifLink5}
- {block:ifLink6}<a href="{text:Link 6 URL}">{text:Link 6}</a>{/block:ifLink6}
- {block:ifLink7}<a href="{text:Link 7 URL}">{text:Link 7}</a>{/block:ifLink7}
- </div> <!--links-->
- </div> <!--description-->
- </div> <!--sidebar--></div>
- <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</div>
- <div id="entries">
- {block:TagPage}
- <h2>Posts tagged "{Tag}"</h2>
- {/block:TagPage}
- {block:ifInfiniteScroll}<div class="autopagerize_page_element">{/block:ifInfiniteScroll}
- {block:Posts}
- <div id="post">
- <!--Text Posts-->
- {block:Text}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {Body}
- {/block:Text}
- <!--Photo Posts-->
- {block:ifNotPosts400}
- {block:Photo}<center>
- {OpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
- {LinkCloseTag}</center>
- {block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {/block:ifNotPosts400}
- {block:ifPosts400}
- {block:Photo}<center>
- {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
- {LinkCloseTag}</center>
- {block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {/block:ifPosts400}
- <!--Photosets-->
- {block:ifNotPosts400}
- {block:Photoset}<center>
- {Photoset-500}</center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {/block:ifNotPosts400}
- {block:ifPosts400}
- {block:Photoset}<center>
- {Photoset-400}</center>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {/block:ifPosts400}
- <!--Quotes-->
- {block:Quote}
- <h3>“{Quote}”</h3>
- <div align="right">{block:Source}<h1>- {Source}</h1>{/block:Source}</div>
- {/block:Quote}
- <!--Video Posts-->
- {block:ifNotPosts400}
- {block:Video}{Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {/block:ifNotPosts400}
- {block:ifPosts400}
- {block:Video}{Video-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {/block:ifPosts400}
- <!--Link Posts-->
- {block:Link}
- <div id="linkposts">
- <a href="{URL}" class="link" {Target}>
- <center>{Name} →</center></a><BR>
- <center>
- <small><small>{URL}</small></small>
- </center>
- </div> <!--linkposts-->
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- <!--Chat-->
- {block:Chat}
- {block:Title}<h4>{Title}</h4>{/block:Title}
- <div class="chat">
- <div class="lines">
- {block:Lines}
- <div class="line {Alt}">
- {block:Label}
- <strong>{Label}</strong>{/block:Label} {Line}
- </div> <!--line alt-->
- {/block:Lines}
- </div> <!--lines-->
- </div><!--chat-->
- {/block:Chat}
- <!--Audio Posts -->
- {block:Audio}
- {block:AlbumArt}
- <div class="album"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="audio">{AudioPlayerWhite}</div>
- {block:PlayCount}
- <div class="pc">
- {PlayCountWithLabel}
- </div><!--pc-->
- {/block:PlayCount}
- <center><div class="audiobox">
- <div class="audiotext">
- {block:TrackName}
- <i><big><big>"{TrackName}"</big></i>{/block:TrackName}
- {block:Artist}<br>by {Artist}{/block:Artist}</big></center>
- <!--audiotext-->
- <!--audiobox-->
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- <!--Asks-->
- {block:Answer}
- <div id="question">
- {Question}
- <div id="asker">
- <img src="{AskerPortraitURL-30}">- {Asker}</div><br>
- </div> <!--question-->
- <br>{Answer}<br>
- {/block:Answer}
- {block:Date}
- <div id="info">
- <a href="{Permalink}"><a href="{Permalink}">
- {DayOfMonth}{DayOfMonthSuffix} {ShortMonth} '{ShortYear}
- at {12Hour}.{Minutes}{ampm}</a> |
- <a href="{Permalink}"> {NoteCountWithLabel}</a>
- <div align="right" style="margin-top:-13px;">
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="{ReblogParentName}">
- via </a> {/block:RebloggedFrom}
- {block:Reblog} /
- <a href="{ReblogRootURL}" title="{ReblogRootName}">
- origin</a>{/block:Reblog} |{/block:RebloggedFrom}
- <a href="{ReblogURL}" target="_blank"> reblog</a>
- </div><!--right-->
- </div><!--info-->
- {/block:Date}
- {block:HasTags}
- <div id="tags" style="margin-top:3px; margin-bottom:-5px">
- {block:Tags}
- <small>#</small><a href="{TagURL}" target="_blank">{Tag}</a>
- {/block:Tags}
- </div><!--tags-->
- {/block:HasTags}
- {block:PostNotes}
- <div class="note">{PostNotes}</div>
- {/block:PostNotes}
- </div><!--post-->
- {/block:Posts}
- <div id="credit"><a href="https://theghostoflove.tumblr.com/" target="_blank">CREDIT THEGHOSTOFLOVE</a></div>
- </div> <!--entries-->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment