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 34 - "Fly Away" 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:Background" content="#dabefe">
- <meta name="color:Body" content="#7f34b9">
- <meta name="color:Border" content="#9748d4">
- <meta name="color:Chat1" content="#faf7ff">
- <meta name="color:Chat2" content="#eee2ff">
- <meta name="color:Description" content="#7f34b9">
- <meta name="color:Header" content="#9748d4">
- <meta name="color:Info Bg" content="#e6d5fb">
- <meta name="color:Link" content="#390e5b">
- <meta name="color:Link Hover" content="#7f34b9">
- <meta name="color:Links Bg" content="#9748d4">
- <meta name="color:Navlinks Bg" content="#9748d4">
- <meta name="color:Navlinks Text" content="#e1bbff">
- <meta name="color:Navlinks Bg Hover" content="#e1bbff">
- <meta name="color:Navlinks Text Hover" content="#9748d4">
- <meta name="color:Pagi Link" content="#f2e8ff">
- <meta name="color:Pagi Link Hover" content="#7f34b9">
- <meta name="color:Pagi Link Bg" content="#7f34b9">
- <meta name="color:Pagi Link Bg Hover" content="#f2e8ff">
- <meta name="color:Post" content="#f2e8ff">
- <meta name="color:Scroll" content="#9156bf">
- <meta name="color:Scroll Bg" content="#f2e8ff">
- <meta name="color:Sidebar" content="#f2e8ff">
- <meta name="color:Title" content="#421c52">
- <meta name="if:Background Repeat" content="1">
- <meta name="if:Infinite Scroll" content="0">
- <meta name="if:Posts 400" content="0">
- <meta name="if:Show Tags" content="1">
- <meta name="image:Background" content="">
- <meta name="image:Header" content="">
- <meta name="image:Sidebar" content="">
- <meta name="text:Link1" content="">
- <meta name="text:Link1URL" content="http://">
- <meta name="text:Link2" content="">
- <meta name="text:Link2URL" content="http://">
- <meta name="text:Link3" content="">
- <meta name="text:Link3URL" content="http://">
- <meta name="text:Link4" content="">
- <meta name="text:Link4URL" content="http://">
- <meta name="text:Link5" content="">
- <meta name="text:Link5URL" content="http://">
- <meta name="text:Link6" content="">
- <meta name="text:Link6URL" content="http://">
- <style type="text/css">
- /**BASICS**/
- body {
- margin:0 auto;
- font-family:'lora';
- font-size:12px;
- color:{color:body};
- background: {color:Background} url('{image:Background}');
- background-attachment:fixed;
- {block:ifNotBackgroundRepeat}background-repeat:no-repeat;{/block:ifNotBackgroundRepeat}
- }
- blockquote {border-left:2px solid {color:border}; padding-left:5px; margin:2px 2px 0px 10px}
- ::-webkit-scrollbar {width:8px; height:auto;background-color:{color:scroll bg};}
- ::-webkit-scrollbar-thumb:vertical {background:{color:scroll};}
- ::-webkit-scrollbar-thumb:horizontal {background:{color:scroll};}
- ::-webkit-scrollbar-corner {background:transparent}
- ::selection {color:{color:post};background-color: {color:body};}
- ::-moz-selection {color:{color:post};background-color: {color:body};}
- ::-webkit-selection {color:{color:post};background-color:{color:body};}
- 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}}
- h3 /**BODY**/ {font-family:lora, serif;font-size:15px;}
- #container {margin:auto;width:900px;background-color:#000;text-align:center;}
- #header {
- z-index:1;
- top:0px;
- left:0px;
- width:100%;
- position:absolute;
- height:200px;
- background-image:url('{image:Header}');
- background-size:auto 200px;
- background-position:center;
- background-attachment:relative;
- background-repeat:no-repeat;
- background-color:{color:Header};
- }
- #linksbg {
- margin-top:200px;
- left:0px;
- width:100%;
- height:50px;
- position:absolute;
- z-index:9;
- background-color:{color:links bg};
- }
- #links {
- margin-left:5px;
- padding:5px 0px;
- margin-top:3px;
- text-align:center;
- position:absolute;
- width:100%;
- z-index:10;
- background-color:{color:links bg};
- }
- #links a {
- text-transform:uppercase;
- font-size:11px;
- border:2px solid transparent;
- padding:8px 0px 8px 0px;
- display:inline-block;
- min-width:85px;
- margin:0px 5px;
- color:{color:Navlinks text};
- background-color:{color:Navlinks bg};
- }
- #links a:hover {
- border:2px solid transparent;
- color:{color:Navlinks text hover};
- background-color:{color:Navlinks bg hover};
- }
- #title {
- text-align:center;
- z-index:101;
- font-family:'Rouge Script';
- font-weight:normal;
- width:100%;
- color:{color:Title};
- font-size:46px;
- padding:65px 0px 0px 0px;
- }
- #title a {
- color:{color:Title};
- }
- #sidebar {
- position:absolute;
- {block:ifNotPosts400}margin:290px 0px 0px 0px;{/block:ifNotPosts400}
- {block:ifPosts400}margin:290px 0px 0px 50px;{/block:ifPosts400}
- height:auto;
- width:300px;
- background-color:{color:sidebar}
- }
- #sidebar img {
- margin-top:10px;
- width:280px;
- }
- #desc {
- color:{color:description};
- text-align:justify;
- width:280px;
- padding:0px 10px 10px 10px;
- }
- .pagi {
- margin:15px 0px 0px 0px;
- width:300px;
- display:block;
- text-align:center;
- font-family:cambria;
- font-size:12px;
- -webkit-transition: all 0.6s ease-in-out
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- .pagi a {
- border:1px solid transparent;
- padding:2px;
- background-color:{color:pagi link bg};
- color:{color:pagi link};
- }
- .pagi a:hover {
- border:1px solid {color:pagi link hover};
- background-color:{color:pagi link bg hover};
- color:{color:pagi link hover};
- }
- .currentpage {
- font-weight:bold;
- padding:2px;
- color: {color:pagi link hover};
- border:1px solid {color:pagi link hover};
- }
- #entries {
- position:relative;
- padding:10px;
- padding-left:15px;
- padding-right:15px;
- float:left;
- {block:ifNotPosts400}width:530px;
- margin:270px 0px 0px 370px;{/block:ifNotPosts400}
- {block:ifPosts400}width:430px;
- margin:270px 0px 0px 420px;{/block:ifPosts400}
- }
- #post {
- text-align:justify;
- 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};
- }
- #tags {
- min-height:14px;
- font-size:10px;
- padding:0px 5px 5px 5px;
- margin-top:0px;
- {block:ifNotPosts400}width:492px;{/block:ifNotPosts400}
- {block:ifPosts400}width:392px;{/block:ifPosts400}
- font-style:italic;
- text-align:center;
- background-color:{color:info bg};
- }
- #info {
- text-align:center;
- font-size: 10px;
- margin-top:15px;
- {block:ifNotPosts400}width:492px;{/block:ifNotPosts400}
- {block:ifPosts400}width:392px;{/block:ifPosts400}
- padding:5px;
- background-color:{color:info bg};
- }
- .note {
- text-transform:normal;
- font-style:normal;
- letter-spacing:0px;
- font-size: 10px;
- text-align:left;
- line-height:80%;
- margin-left:-40px;
- }
- .note li {
- list-style-type:none;
- text-align:left;
- padding:2px;
- margin:0px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #texttitle {
- font-weight:normal;
- font-family:Baskerville;
- font-size:20px;
- text-align:center;
- line-height:100%;
- margin:2px;
- }
- #linkposts {
- height:80px;
- padding-bottom:10px;
- padding-top:10px;
- font-family:book antiqua;
- font-size:16px;
- border:2px dotted {color:Border};
- margin-bottom:5px;
- background-color:{color:Link Posts Bg};
- width:{block:ifNotPosts400}400px;{/block:ifNotPosts400}{block:ifPosts400}300px{/block:ifPosts400}
- }
- #linkfav img {
- width:100px;
- margin-top:-109px;
- position:absolute;
- border-top:2px dotted {color:Border};
- border-right:2px dotted {color:Border};
- border-bottom:2px dotted {color:Border};
- margin-left:{block:ifNotPosts400}402px;{/block:ifNotPosts400}{block:ifPosts400}302px;{/block:ifPosts400}
- }
- #quote {
- margin:5px 0px;
- font-family:Garamond;
- text-align:center;
- letter-spacing:1px;
- }
- #quote_short {font-size:20px; line-height:100%;}
- #quote_medium {font-size:18px; line-height:95%;}
- #quote_long {font-size:16px; line-height:90%;}
- #quotesource {
- margin:10px 0px -10px 0px;
- font-family:'Georgia';
- font-size:14px;
- font-style:italic;
- text-align:right;
- padding:6px;
- font-weight:normal;
- }
- #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 {
- z-index:99999999999;
- font-weight:bold;
- text-align:center;
- font-size:14px;
- font-family:'Montez';
- position:fixed;
- bottom:5px;
- right:5px;
- }
- #credit a {
- display:inline-block;
- height:20px;
- width:20px;
- background-color:{color:Post};
- color:{color:body};
- }
- #credit a:hover {
- background-color:{color:body};
- color:{color:Post};
- }
- #s-m-t-tooltip {
- padding:5px 7px 5px 7px;
- margin:20px 14px 7px 10px;
- border:1px solid {color:border};
- background-color:{color:Body};
- font-family:georgia;
- font-size:9px;
- letter-spacing:1px;
- color:{color:Post};
- z-index:99999999;
- }
- {CustomCSS}
- </style>
- <script type="text/javascript" src="https://static.tumblr.com/qlfmldj/1H6mmbwdm/jquery-1.7.1.min.js"></script>
- <script type="text/javascript">
- $(function(){ // document ready
- var stickyTop = $('#links').offset().top; // returns number
- $(window).scroll(function(){ // scroll event
- var windowTop = $(window).scrollTop(); // returns number
- if (stickyTop < windowTop) {
- $('#links').css({ position:'fixed', top: -3 });
- }
- else {
- $('#links').css('position','static');
- }
- });
- });
- </script>
- <script type="text/javascript"
- src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:0,
- tip_fade_speed:0,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script src="https://static.tumblr.com/ougxdjo/7cPmrvjid/lora.js" type="text/javascript"></script>
- <link href='https://fonts.googleapis.com/css?family=Princess+Sofia|Rouge+Script|Quintessential|Montez|Sofia|Engagement|Redressed|Great+Vibes|Cookie' rel='stylesheet' type='text/css'>
- {block:ifInfiniteScroll}<script type="text/javascript" src="https://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:ifInfiniteScroll}
- </head>
- <body>
- <a href="/"><div id="header">
- <div id="title">{Title}</div>
- </div></a>
- <div id="linksbg"><center><div id="links">
- <a href="/">home</a>
- <a href="/ask">message</a>
- <a href="/archive">archive</a>
- {block:ifLink1}<a href="{text:Link1URL}">{text:Link1}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2URL}">{text:Link2}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3URL}">{text:Link3}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link4URL}">{text:Link4}</a>{/block:ifLink4}
- {block:ifLink5}<a href="{text:Link5URL}">{text:Link5}</a>{/block:ifLink5}
- {block:ifLink6}<a href="{text:Link6URL}">{text:Link6}</a>{/block:ifLink6}
- </div></center>
- </div>
- <center><div id="container">
- <div id="sidebar">
- <center>{block:ifSidebarImage}<img src="{image:sidebar}">{/block:ifSidebarImage}</center>
- <div class="pagi"><center>{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span class="currentpage">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</center></div>
- <div id="desc">
- {Description}<br>
- </div>
- </div> <!--sidebar-->
- <div id="entries">
- {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">
- <div id="quote_{Length}">“{Quote}”</div>
- {block:Source}<div id="quotesource">- {Source}</div>{/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:Thumbnail}<div id="linkfav"><img src="{Thumbnail}"></div>
- {/block:Thumbnail}
- {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}
- {/block:Answer}
- {block:Date}<div id="info"><a href="{Permalink}" title="{DayOfMonth}{DayOfMonthSuffix} {ShortMonth} '{ShortYear}
- 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}
- <center>{block:ifShowTags}{block:HasTags} <div id="tags"> {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}</div> {/block:HasTags}{/block:IfShowTags}</center>
- <div class="note"> {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div></div>
- {/block:Posts}</div>
- {block:ifInfiniteScroll}</div>{/block:ifInfiniteScroll}
- <div id="credit"><a href="https://theghostoflove.tumblr.com" title="enchantingly">E</a>
- </div></div>
- </body>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment