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 35 - "Just Disaster" 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="#f5e09e">
- <meta name="color:Body"content="#0c6b3d">
- <meta name="color:Border" content="#037323">
- <meta name="color:Chat1" content="#f8dfb5">
- <meta name="color:Chat2" content="#f5d39a">
- <meta name="color:Description" content="#0c6b3d">
- <meta name="color:Description Bg" content="#f0d786">
- <meta name="color:Entries" content="#177e34">
- <meta name="color:Info Bg" content="#037323">
- <meta name="color:Info Link" content="#f5d39a">
- <meta name="color:Info Link Hover" content="#ffffff">
- <meta name="color:Link" content="#003611">
- <meta name="color:Link Hover" content="#0e792c">
- <meta name="color:Link Posts Bg" content="#fee5bb">
- <meta name="color:Links Bg" content="#f5e2a3">
- <meta name="color:Navlinks" content="#0e792c">
- <meta name="color:Pagi Link" content="#f5e2a3">
- <meta name="color:Pagi Link Hover" content="#0e792c">
- <meta name="color:Pagi Link Bg" content="#0e792c">
- <meta name="color:Pagi Link Bg Hover" content="#f5e2a3">
- <meta name="color:Post" content="#ffe2b1">
- <meta name="color:Scroll" content="#ffe2b1">
- <meta name="color:Scroll Bg" content="#0e792c">
- <meta name="color:Sidebar"content="#0e792c">
- <meta name="color:Tags" content="#000000">
- <meta name="color:Tags Hover" content="#fcb68f">
- <meta name="color:Title"content="#086538">
- <meta name="color:Title Bg" content="#fbecba">
- <meta name="if:Infinite Scroll" content="0">
- <meta name="if:Hover Info" content="1">
- <meta name="if:Posts 400" content="0">
- <meta name="if:Repeat Background" content="0">
- <meta name="if:Show Tags" content="1">
- <meta name="image:Background" content="">
- <meta name="image:SidebarImage1" content="">
- <meta name="image:SidebarImage2" content="">
- <meta name="image:SidebarImage3" 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://">
- <meta name="text:Link7" content="">
- <meta name="text:Link7URL" content="http://">
- <meta name="text:Link8" content="">
- <meta name="text:Link8URL" content="http://">
- <style type="text/css">
- body {
- text-align:justify;
- color:{color:body};
- font-family:'Trebuchet Ms';
- font-size:11px;
- background:{color:background} url('{image:background}');
- background-attachment: fixed;
- background-position:bottom right;
- background-repeat: {block:IfNotRepeatBackground}no-repeat{/block:IfNotRepeatBackground};
- }
- blockquote {border-left:2px solid {color:border}; padding-left:5px; margin:2px 2px 0px 10px}
- ::-webkit-scrollbar {width:8px;height:auto;background:{color:scroll bg};}
- ::-webkit-scrollbar-button {background:{color:scroll};}
- ::-webkit-scrollbar-thumb:vertical {background:{color:scroll};}
- ::-webkit-scrollbar-thumb:horizontal {background:{color:scroll};}
- ::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};}
- /**SIDEBAR STUFF**/
- #sidebar {
- top:30px;
- left:130px;
- position:fixed;
- width:200px;
- height:100%;
- }
- #sidebar img {
- margin:10px;
- height:150px;
- width:150px;
- border:5px solid {color:Sidebar};
- }
- #spole {
- position:fixed;
- width:10px;
- height:100%;
- left:215px;
- top:0px;
- background-color:{color:Sidebar};
- z-index:-1;
- }
- #sidebar:hover #description {opacity:1}
- #description {
- opacity:0;
- font-size:10px;
- color:{color:description};
- text-align:justify;
- width:150px;
- height:150px;
- top:409px;
- margin-left:15px;
- position:fixed;
- overflow:hidden;
- background-color:{color:Description Bg};
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- #sidebar:hover #title {opacity:1}
- #title {
- padding:30px 0px 0px 0px;
- opacity:0;
- position:fixed;
- overflow:hidden;
- height:120px;
- width:150px;
- top:45px;
- margin-left:15px;
- font-weight:normal;
- font-family:'Clicker Script';
- font-size:36px;
- text-align:center;
- color:{color:Title};
- line-height:95%;
- background-color:{color:Title BG};
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- #title a {color:{color:Title};}
- #sidebar:hover #links {opacity:1;}
- #links {
- opacity:0;
- overflow:hidden;
- position:fixed;
- top:227px;
- width:150px;
- height:150px;
- margin-left:15px;
- background-color:{color:Links Bg};
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -o-transition: all 0.8s ease-in-out;
- -ms-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- #links a {
- text-shadow:15px 0px transparent, -15px 0px transparent;
- padding:2px 0px;
- display:block;
- width:150px;
- font-size:10px;
- text-align:center;
- letter-spacing:1px;
- text-transform:lowercase;
- -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;
- color:{color:navlinks};
- }
- #links a:hover {
- text-shadow: 0px 0px {color:navlinks hover}, -0px 0px {color:navlinks hover}
- }
- #pagi {
- margin:15px 0px 0px 0px;
- width:150px;
- 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;
- color:{color:pagi link};
- }
- #pagi a {
- border:1px solid transparent;
- padding:2px;
- color:{color:pagi link};
- background-color:{color:pagi link bg};
- }
- #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};
- }
- /**POST STUFF**/
- #entries {
- position:absolute;
- padding:10px;
- width:{block:ifNotPosts400}550px;{/block:ifNotPosts400} {block:ifPosts400}450px;{/block:ifPosts400}
- left:440px;
- top:0px;
- background-color:{color:entries};
- }
- #post {
- {block:ifNotPosts400}width:500px;{/block:ifNotPosts400}
- {block:ifPosts400}width:400px;{/block:ifPosts400}
- margin:0px 10px 30px 10px;
- padding:10px;
- background-color:{color:post};
- border:5px solid {color:entries};
- }
- /**POST INFO**/
- #tags {
- font-size:11px;
- word-spacing:1px;
- padding:5px 5px 5px 5px;
- margin:-30px 0px 30px 10px;
- {block:ifNotPosts400}width:490px;{/block:ifNotPosts400}
- {block:ifPosts400}width:392px;{/block:ifPosts400}
- text-align:right;
- }
- #tags a {
- color:{color:tags};
- }
- #tags a:hover {
- color:{color:tags hover};
- }
- {block:ifHoverInfo}
- #post:hover #info {
- height:20px;
- opacity:1;
- }
- #info {
- opacity:0;
- text-align:center;
- font-size: 10px;
- margin-top:15px;
- {block:ifNotPosts400}width:492px;{/block:ifNotPosts400}
- {block:ifPosts400}width:392px;{/block:ifPosts400}
- height:0px;
- padding-top:3px;
- background-color:{color:info bg};
- color:{color:info link};
- -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;
- }
- {/block:ifHoverInfo}
- {block:ifNotHoverInfo}
- #info {
- text-align:center;
- font-size: 10px;
- margin-top:15px;
- {block:ifNotPosts400}width:492px;{/block:ifNotPosts400}
- {block:ifPosts400}width:392px;{/block:ifPosts400}
- height:20px;
- padding-top:3px;
- background-color:{color:info bg};
- color:{color:info link};
- -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;
- }
- {/block:ifNotHoverInfo}
- #info a {color:{color:info link};}
- #info a:hover {color:{color:info link hover};}
- .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;
- }
- /**MISC POST STYLING**/
- .album {position:absolute; margin-top:0px; width:120px; height:120px;}
- .album img {width:120px; height:120px}
- .audio {position:absolute;margin-left:130px;}
- .audiobox {height:120px;z-index:10; margin-left:130px;}
- .audiotext {padding-top:30px; max-width:300px;overflow:hidden;}
- .chat {border-left: 5px solid {color:border};margin: 3px 3px 0 3px;}
- .chat .lines {margin-left: 1px;}
- .chat .lines .line {background-color: {color:chat1};margin-bottom: 1px;padding: 3px 5px;}
- .chat .lines .line.even {background-color: {color:chat2}; }
- #texttitle {
- font-weight:normal;
- font-family:Baskerville;
- font-size:20px;
- text-align:center;
- line-height:100%;
- margin:2px;
- }
- #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;
- }
- #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}
- }
- #question {font-size:13px; letter-spacing:1px; padding:3px; text-align:center;}
- #asker {margin-right:20px;font-style:italic;text-align:right; font-size:13px; letter-spacing:1px;}
- #s-m-t-tooltip {
- padding:5px 10px 5px 10px;
- margin:20px 14px 7px 10px;
- border:1px solid {color:border};
- background-color:{color:Body};
- font-family:georgia;
- font-style: normal;
- font-size:9px;
- letter-spacing:1px;
- color:{color:Post};
- z-index:99999999;
- }
- #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:Body};
- color:{color:Post};
- }
- #credit a:hover {
- background-color:{color:Post};
- color:{color:Body};
- }
- {CustomCSS}</style>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/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>
- {block:ifInfiniteScroll}<script type="text/javascript" src="https://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:ifInfiniteScroll}
- <link href='https://fonts.googleapis.com/css?family=Great+Vibes|Clicker+Script|Montez' rel='stylesheet' type='text/css'>
- </head>
- <body>
- <div id="sidebar">
- <div id="spole"></div>
- <img src="{image:SidebarImage1}">
- <img src="{image:SidebarImage2}">
- <img src="{image:SidebarImage3}">
- <div id="title"><a href="/">{Title}</a>
- <div id="pagi"><center>{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
- {block:JumpPagination length="4"}
- {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>
- <div id="links">
- <a href="/">home</a>
- <a href="/ask">message</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>
- <div id="description">
- {description}
- </div></div>
- </div>
- <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">
- {block:Text}{block:Title}<div id="texttitle">{Title}</div>{/block:Title}{Body}{/block:Text}
- {block:ifNotPosts400}
- {block:Photo}<center>{LinkOpenTag}<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}
- {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}
- {block:Quote}
- <div id="quote">
- <div id="quote_{Length}">“{Quote}”</div>
- {block:Source}<div id="quotesource">- {Source}</div>{/block:Source}
- </div>
- {/block:Quote}
- {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}
- {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}
- {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>
- {/block:Lines}
- </div>
- </div>
- {/block:Chat}
- {block:Audio}
- {block:AlbumArt}
- <div class="album"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="audio">{AudioPlayerWhite}</div>
- <div class="audiobox">
- <div class="audiotext">
- {block:TrackName}<br><big><b>Track name:</b>
- "{TrackName}"{/block:TrackName}
- {block:Artist}<br><b>Artist:</b> {Artist}{/block:Artist}
- {block:Album}<br><b>Album:</b> {Album}{/block:Album}
- {block:PlayCount}<br><b>Playcount:</b> {PlayCountWithLabel}{/block:PlayCount}
- </big>
- </div><!--audiotext-->
- </div><!--audiobox-->
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Answer}<div id="question">
- <b>{Question}</b></div><BR>
- <div id="asker">- {Asker}</div><BR>
- <div style="border-top:1px dotted {color:border}">{Answer}</div>
- {/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} <a href="{ReblogParentURL}">via {ReblogParentName}</a>{/block:RebloggedFrom} {block:Reblog}<a href="{ReblogRootURL}">(@{ReblogRootName})</a>{/block:Reblog}
- ·<a href="{ReblogURL}" target="_blank"> reblog</a></div>{/block:Date}
- <div class="note"> {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div></div>
- <center>{block:ifShowTags}{block:HasTags} <div id="tags"> {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}</div> {/block:HasTags}{/block:IfShowTags}</center>
- {/block:Posts}</div>
- {block:ifInfiniteScroll}</div>{/block:ifInfiniteScroll}
- <div id="credit"><a href="https://theghostoflove.tumblr.com" title="enchantingly">E</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment