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 33 - "Eternity" 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="#a51212">
- <meta name="color:Body"content="#b61c1c">
- <meta name="color:Border" content="#a70a0a">
- <meta name="color:Chat1" content="#ffc7a8">
- <meta name="color:Chat2" content="#ffb085">
- <meta name="color:Description" content="#a70a0a">
- <meta name="color:Entries" content="#b6131f">
- <meta name="color:Info Bg" content="#a51212">
- <meta name="color:Info Link" content="#fcb68f">
- <meta name="color:Info Link Hover" content="#ffffff">
- <meta name="color:Link" content="#7b0303">
- <meta name="color:Link Hover" content="#f8cdcd">
- <meta name="color:Link Posts Bg" content="#ffc7a8">
- <meta name="color:Navigation Bg" content="#fcb68f">
- <meta name="color:Navlinks" content="#970d0d">
- <meta name="color:Navlinks Hover" content="#970d0d">
- <meta name="color:Pagi Link" content="#fcb68f">
- <meta name="color:Pagi Link Hover" content="#a70a0a">
- <meta name="color:Pagi Link Bg" content="#a70a0a">
- <meta name="color:Pagi Link Bg Hover" content="#fcb68f">
- <meta name="color:Post" content="#fcb68f">
- <meta name="color:Scroll" content="#fcb68f">
- <meta name="color:Scroll Bg" content="#a51212">
- <meta name="color:Sidebar"content="#fcb68f">
- <meta name="color:Sidebar Border" content="#a70a0a">
- <meta name="color:Tags" content="#000000">
- <meta name="color:Tags Hover" content="#fcb68f">
- <meta name="color:Title"content="#a70a0a">
- <meta name="if:Infinite Scroll" content="0">
- <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:Sidebar" content="">
- <meta name="image:Sidebar Background"content="">
- <meta name="text:Subtitle" 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://">
- <meta name="text:Link9" content="">
- <meta name="text:Link9URL" 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:0px;
- left:0px;
- position:fixed;
- width:300px;
- height:100%;
- background-color:{color:sidebar};
- background-image:url('{image:Sidebar Background}');
- background-attachment:fixed;
- background-position:bottom left;
- background-repeat: {block:ifNotRepeatBackground}no-repeat{/block:IfNotRepeatBackground};
- background-size:300px;
- }
- #sidebar img {
- margin:15px 0px 0px 0px;
- width:230px;
- border:10px solid {color:sidebar border};
- }
- #description {
- border:5px solid transparent;
- color:{color:description};
- text-align:justify;
- width:240px;
- margin-top:15px;
- margin-left:25px;
- position:relative;
- }
- #title {
- margin:20px 0px 0px 30px;
- font-weight:normal;
- font-family:'Clicker Script';
- font-size:36px;
- text-align:left;
- color:{color:Title};
- line-height:95%;
- }
- #title a {color:{color:Title};}
- .title {
- text-transform:uppercase;
- font-family:cambria;
- font-size:12px;
- text-align:right;
- margin:-15px 30px -10px 0px;
- }
- #homebutton {
- margin:20px 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;
- }
- #homebutton a {
- display:inline-block;
- min-width:40px;
- margin:0px 5px;
- border:1px solid transparent;
- padding:2px;
- background-color:{color:Description};
- color:{color:sidebar};
- }
- #homebutton a:hover {
- border:1px solid {color:description};
- background-color:{color:Sidebar};
- color:{color:Description};
- }
- .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};
- }
- /**POST STUFF**/
- #entries {
- position:absolute;
- padding:10px;
- width:{block:ifNotPosts400}540px;{/block:ifNotPosts400} {block:ifPosts400}440px;{/block:ifPosts400}
- left:300px;
- 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:1px solid {color:border};
- }
- #postinfocolumn {
- width:80px;
- font-family:georgia;
- position:fixed;
- height:100%;
- left:{block:ifNotPosts400}860px;{/block:ifNotPosts400} {block:ifPosts400}760px;{/block:ifPosts400}
- top:0px;
- background-color:{color:entries};
- }
- /**LINKS BAR i.e. thing on the right**/
- #linksbar {
- font-family:georgia;
- position:fixed;
- height:100%;
- left:{block:ifNotPosts400}940px;{/block:ifNotPosts400} {block:ifPosts400}840px;{/block:ifPosts400}
- top:0px;
- background-color:{color:Navigation Bg};
- }
- #linksbar img {
- margin-bottom:20px;
- width:80px;
- height:80px;
- border-radius:50%;
- }
- #links {margin-top:90px;}
- #links a {
- text-shadow:15px 0px transparent, -15px 0px transparent;
- display:block;
- width:100px;
- padding:8px 3px;
- font-size:9px;
- 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}
- }
- /**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};
- }
- #date /**the box that contains via/source**/ {
- text-align:center;
- font-size:12px;
- font-family:cambria;
- text-transform:uppercase;
- display:block;
- padding:10px;
- background-color:{color:post};
- margin:1px 0px 0px {block:ifnotposts400}550px{/block:ifnotposts400} {block:ifposts400}450px{/block:ifposts400} ;
- position:absolute;
- }
- #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;
- }
- #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:Post};
- color:{color:body};
- }
- #credit a:hover {
- background-color:{color:body};
- color:{color:Post};
- }
- {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="linksbar">
- <div id="links">
- <center><img src="{Favicon}"></center>
- {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}
- {block:ifLink7}<a href="{text:Link7URL}">{text:Link7}</a>{/block:ifLink7}
- {block:ifLink8}<a href="{text:Link8URL}">{text:Link8}</a>{/block:ifLink8}
- {block:ifLink9}<a href="{text:Link9URL}">{text:Link9}</a>{/block:ifLink9}
- {block:HasPages}{block:Pages}<a href="{URL}" class="page">{Label}</a>{/block:Pages}{/block:HasPages}
- </div>
- </div>
- <div id="sidebar">
- <div id="title"><a href="/">{Title}</a>
- <div class="title">{text:Subtitle}</div>
- </div>
- <div id="homebutton"><center><a href="/">home</a>{block:AskEnabled}<a href="/ask">ask</a>{/block:AskEnabled}<a href="archive">archive</a></center></div>
- <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="description">
- {description}
- <br>
- </div></div>
- </div>
- <div id="postinfocolumn">
- </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}
- {block:RebloggedFrom}
- <div id="date">
- <a href="{ReblogParentURL}" title="via: {ReblogParentName}"><img src="{ReblogParentPortraitURL-30}"/></a>{/block:RebloggedFrom}{block:Reblog}<br><br><a href="{ReblogRootURL}" title="origin: {ReblogRootName}"><img src="{ReblogRootPortraitURL-30}"/></a>
- </div>
- {/block:Reblog}
- <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}·<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