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 28 - "Winter Mornings" 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="#3a67ab">
- <meta name="color:Background2" content="#d3eeff">
- <meta name="color:Body" content="#272b95">
- <meta name="color:Border" content="#20216e">
- <meta name="color:Link" content="#010437">
- <meta name="color:Link Hover" content="#3f2ce9">
- <meta name="color:Navlinks Bg" content="#dddddd">
- <meta name="color:Navlinks Bg Hover" content="#f2f2f2">
- <meta name="color:Navlinks Text Hover" content="#817cff">
- <meta name="color:Navlinks Text" content="#2e2cff">
- <meta name="color:Scroll" content="#eae8e8">
- <meta name="color:Scroll Bg" content="#3a67ab">
- <meta name="color:Title" content="#030149">
- <meta name="if:Cursive Fonts" content="1">
- <meta name="if:Infinite Scroll" content="0">
- <meta name="if:Let It Snow" content="1">
- <meta name="if:Posts 400" content="0">
- <meta name="image:Background" content="">
- <meta name="image:Sidebar" content="">
- <meta name="text:1Red" content="255">
- <meta name="text:2Green" content="255">
- <meta name="text:3Blue" content="255">
- <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://">
- <style type="text/css">
- /**BASICS**/
- body {
- text-align:justify;
- font-family:'Lora';
- font-size:12px;
- color:{color:body};
- {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});
- background-attachment:fixed;{/block:ifNotBackgroundImage}
- {block:ifBackgroundImage}background:{color:background1} url('{image:Background}') fixed;{/block:ifBackgroundImage}
- }
- blockquote {border-left:2px solid {color:border}; padding-left:5px; margin:0px 2px 0px 10px}
- ::-webkit-scrollbar {width:8px; height:auto;background:{color:scroll bg};}
- ::-webkit-scrollbar-thumb:vertical {background:{color:scroll};}
- ::-webkit-scrollbar-thumb:horizontal {background:{color:scroll};}
- ::selection {color:rgba({text:1Red},{text:2Green},{text:3Blue},0.5);background-color:{color:body};}
- ::-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};}
- b {font-weight:bold;}
- i {font-weight:italic;}
- 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}}
- /**MAIN THEME STUFF**/
- #title {
- position:absolute;
- font-weight:normal;
- text-align:center;
- width:280px;
- color:{color:Title};
- {block:ifNotCursiveFonts}font-size:22px;
- margin:160px 0px 0px 10px;
- font-family:book antiqua;
- font-style:italic;{/block:ifNotCursiveFonts}
- {block:ifCursiveFonts}font-size:40px;
- font-family:'Rouge Script';
- margin:155px 0px 5px 10px;{/block:ifCursiveFonts}
- background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.2);
- }
- #sidebar {
- z-index:4;
- margin-top:100px;
- margin-left:120px;
- position:fixed;
- width:300px;
- height:362px;
- }
- #sidebar img {
- z-index:4;
- width:280px;
- height:340px;
- border:10px solid;
- border-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.6);
- }
- #sidebar:hover #desc {opacity:1;
- -webkit-transition: all .8s ease-in-out;
- -moz-transition: all .8s ease-in-out;
- -o-transition: all .8s ease-in-out;
- transition: all .8s ease-in-out;}
- #desc {
- opacity:0;
- position:absolute;
- background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.9);
- margin:-354px 0px 0px 10px;
- text-align:justify;
- width:260px;
- padding:0px 10px;
- height:340px;
- overflow:hidden;
- -webkit-transition: all .8s ease-in-out;
- -moz-transition: all .8s ease-in-out;
- -o-transition: all .8s ease-in-out;
- transition: all .8s ease-in-out;
- }
- #sidebar:hover #links {opacity:1;left:25px;
- -webkit-transition: all .8s ease-in-out;
- -moz-transition: all .8s ease-in-out;
- -o-transition: all .8s ease-in-out;
- transition: all .8s ease-in-out;
- }
- #links {
- opacity:0;
- left:150px;
- top:90px;
- position:fixed;
- text-align:left;
- -webkit-transition: all .8s ease-in-out;
- -moz-transition: all .8s ease-in-out;
- -o-transition: all .8s ease-in-out;
- transition: all .8s ease-in-out;
- }
- #links a {
- font-family:times new roman;
- font-size:10px;
- margin:5px;
- text-align:center;
- width:66px;
- padding:28px 0px 28px 0px;
- display:inline-block;
- color:{color:Navlinks Text};
- background-color:{color:Navlinks Bg};
- border-radius:50%;
- }
- #links a:hover {
- font-size:11px;
- width:76px;
- padding:33px 0px 33px 0px;
- color:{color:Navlinks Text Hover};
- background-color:{color:Navlinks Bg Hover};
- -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;
- }
- /**POSTS AND POST INFO **/
- #entries {
- position:relative;
- z-index:5;
- margin:10px 0px 15px 520px;
- padding:10px;
- padding-left:15px;
- padding-right:15px;
- float:left;
- {block:ifNotPosts400}width:530px;{/block:ifNotPosts400}
- {block:ifPosts400}width:430px;{/block:ifPosts400};
- }
- #post {
- padding:10px;
- margin-left:5px;
- margin-top:20px;
- margin-bottom:20px;
- padding-bottom:10px;
- {block:ifNotPosts400}width:500px;{/block:ifNotPosts400}
- {block:ifPosts400}width:400px;{/block:ifPosts400}
- background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.6);
- border:10px solid;
- border-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.3)
- }
- #info {
- border-top:1px solid {color:border};
- padding-top:10px;
- {block:ifNotPosts400}width:500px;{/block:ifNotPosts400}
- {block:ifPosts400}width:400px;{/block:ifPosts400}
- }
- .notes {
- }
- .notes li {
- padding:2px 0px 2px 0px;
- list-style-type:none;
- margin:2px 0px 2px 0px;
- }
- /**POST STUFF**/
- #texttitle {
- text-align:center;
- margin:1px 0px 1px 0px;
- line-height:100%;
- {block:ifNotCursiveFonts}font-family:book antiqua;font-size:18px;margin-bottom:5px;padding-bottom:5px;{/block:ifNotCursiveFonts}
- {block:ifCursiveFonts}font-family:'Cookie';font-size:26px;{/block:ifCursiveFonts}
- }
- #linkposts {
- padding-bottom:10px;
- padding-top:10px;
- font-family:book antiqua;
- font-size:16px;
- border:2px dotted {color:Border};
- }
- #quote {
- font-family:Garamond;
- font-size:16px;
- margin-top:0px;
- margin-bottom:10px;
- }
- #quotesource {
- text-align:right;
- margin:0px 0px 10px 0px;
- {block:IfCursiveFonts}font-family:'Cookie';font-size:22px;{/block:ifCursiveFonts}
- {block:ifNotCursiveFonts}font-family:book antiqua;font-size:14px;{/block:ifNotCursiveFonts}
- }
- #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:rgba({text:1Red},{text:2Green},{text:3Blue},0.3);}
- .chat .lines .line.even{background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.5);}
- /**Please keep the credit intact**/
- #credit {
- z-index:99999999999;
- font-weight:bold;
- text-align:center;
- font-size:16px;
- font-family:'Montez';
- position:fixed;
- bottom:5px;
- right:5px;
- }
- #credit a {
- display:inline-block;
- height:20px;
- width:20px;
- background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.8);
- color:{color:body};
- }
- #credit a:hover {
- background-color:{color:body};
- color:rgba({text:1Red},{text:2Green},{text:3Blue},0.8);
- }
- #qTip {
- display:none;
- text-align:center;
- padding:5px;
- position:absolute;
- z-index:1000000;
- background:{color:body};
- color:rgba({text:1Red},{text:2Green},{text:3Blue},0.7);
- }
- /**DO NOT EDIT BELOW THIS**/
- #background {
- position:fixed;
- background: url('https://24.media.tumblr.com/f5fada07bef29b1d00bc68ae5d5de98f/tumblr_mvyc8reUYT1qlliu4o1_500.png') repeat 5% 5%;
- top: 0; left: 0; right: 0; bottom: 0;
- z-index:1;
- -webkit-animation-name: SNOW;
- -webkit-animation-duration: 80s;
- -webkit-animation-timing-function: linear;
- -webkit-animation-iteration-count: infinite;
- }
- #midground {
- background: url('https://24.media.tumblr.com/f5fada07bef29b1d00bc68ae5d5de98f/tumblr_mvyc8reUYT1qlliu4o1_500.png') repeat 20% 20%;
- position:fixed;
- top: 0; left: 0; right: 0; bottom: 0;
- z-index:2;
- -webkit-animation-name: SNOW;
- -webkit-animation-duration: 100s;
- -webkit-animation-timing-function: linear;
- -webkit-animation-iteration-count: infinite;
- }
- #foreground {
- background: url('https://31.media.tumblr.com/03f8b2fb92f8101dbf30829d025dd193/tumblr_mvyc8reUYT1qlliu4o3_400.png') repeat 35% 35%;
- position:fixed;
- top: 0; left: 0; right: 0; bottom: 0;
- z-index:3;
- -webkit-animation-name: SNOW;
- -webkit-animation-duration: 120s;
- -webkit-animation-timing-function: linear;
- -webkit-animation-iteration-count: infinite;
- }
- @-webkit-keyframes SNOW {
- from {background-position: 5% 5%}
- to {background-position: 400% 2000%}
- }
- @keyframes SNOW {
- from {background-position: 5% 5%}
- to {background-position: 400% 2000%}
- }
- @-moz-keyframes SNOW {
- from {background-position: 5% 5%}
- to {background-position: 400% 2000%}
- }
- @-ms-keyframes SNOW {
- from {background-position: 5% 5%}
- to {background-position: 400% 2000%}
- }
- /**End**/
- {CustomCSS}</style>
- <link href='https://fonts.googleapis.com/css?family=Rouge+Script|Montez|Cookie' rel='stylesheet' type='text/css'>
- <script src="https://static.tumblr.com/ougxdjo/7cPmrvjid/lora.js" type="text/javascript"></script>
- <script src="https://static.tumblr.com/ougxdjo/aqbmvsyq0/enchantinglythemesqtip.js" type="text/javascript"></script>
- {block:ifInfiniteScroll}<script type="text/javascript" src="https://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:ifInfiniteScroll}
- </head>
- <body>
- {block:ifLetItSnow}<div id="background"></div>
- <div id="midground"></div>
- <div id="foreground"></div>{/block:ifLetItSnow}
- <div id="sidebar">
- <div id="title">{Title}</div>
- <img src="{image:Sidebar}">
- <div id="desc">
- <center><BR>
- <a href="/">home</a> /
- <a href="/ask">ask</a> /
- <a href="/archive">archive</a>
- <p>{block:PreviousPage}
- <a href="{PreviousPage}"><small>←</small>prev</a>
- | {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">next
- <small>→</small></a>
- {/block:NextPage}</center>
- <p>
- {Description}</div>
- <div id="links">
- {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a><br>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a><br>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a><br>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a><br>{/block:ifLink4}
- {block:ifLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a><br>{/block:ifLink5}
- </div> <!--links-->
- </div> <!--sidebar-->
- <div id="entries">
- {block:TagPage}
- <div id="post"><div id="texttitle">Posts tagged "{Tag}"</div></div>
- {/block:TagPage}
- {block:ifInfiniteScroll}<div class="autopagerize_page_element">{/block:ifInfiniteScroll}
- {block:Posts}
- <div id="post">
- <!--Text Posts-->
- {block:Text}
- {block:Title}<div id="texttitle">{Title}</div>{/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}
- <div id="quote">“{Quote}”</div>
- <div id="quotesource">{block:Source}- {Source}{/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}<br>{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}
- {/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 style="text-align:right;margin-top:-14px;">{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-->
- {block:HasTags}
- <div style="margin-top:5px;">
- {block:Tags}
- <small>#</small><a href="{TagURL}" target="_blank">{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- </div><!--info-->
- {/block:Date}
- {block:PostNotes}
- <div class="notes">{PostNotes}</div>
- {/block:PostNotes}
- </div><!--post-->
- {/block:Posts}
- </div> <!--entries-->
- <div id="credit"><a href="https://theghostoflove.tumblr.com">E</a></div>
- </div> <!--background-->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment