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 37 - "Cherry Blossom" 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="#ffffff">
- <meta name="color:Background2" content="#fcd9df">
- <meta name="color:Body" content="#fe506f">
- <meta name="color:Border" content="#fe4263">
- <meta name="color:Chat1" content="#f7f7f7">
- <meta name="color:Chat2" content="#bebdbd">
- <meta name="color:Info Bg" content="#fcd9df">
- <meta name="color:Link" content="#ce0529">
- <meta name="color:Link Hover" content="#f84e6d">
- <meta name="color:Link Posts Bg" content="#fbe9ec">
- <meta name="color:Scroll" content="#fe91a5">
- <meta name="color:Scroll Bg" content="#ffffff">
- <meta name="color:Title" content="#f894a5">
- <meta name="if:Infinite Scroll" content="0">
- <meta name="if:Posts 400" content="0">
- <meta name="if:Show Tags" content="1">
- <meta name="if:Turn Off Blossoms" 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 {
- font-family:'Cambria';
- font-size:12px;
- color:{color:body};
- {block:ifBackgroundImage}background:{color:background2} url('{image:background}');{/block:ifBackgroundImage}
- background-attachment:fixed;
- }
- 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:rgba({text:1Red},{text:2Green},{text:3Blue},1);background-color: {color:body};}
- ::-moz-selection {color:rgba({text:1Red},{text:2Green},{text:3Blue},1);background-color: {color:body};}
- ::-webkit-selection {color:rgba({text:1Red},{text:2Green},{text:3Blue},1);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}}
- #title {
- font-family:'Clicker Script';
- font-weight:normal;
- text-align:center;
- width:250px;
- color:{color:Title};
- font-size:30px;
- margin:-40px 0px 5px 0px;
- }
- #title a {color:{color:Title};}
- #sidebar {
- z-index:4;
- margin-top:130px;
- margin-left:120px;
- position:fixed;
- width:250px;
- height:auto;
- background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.5);
- }
- #sidebar img {
- z-index:4;
- padding:10px;
- width:230px;
- max-height:300px;
- }
- #desc {
- font-size:11px;
- text-align:justify;
- width:230px;
- padding:0px 10px 10px 10px;
- max-height:300px;
- }
- #entries {
- position:relative;
- z-index:5;
- margin:0px 0px 15px 470px;
- padding:10px;
- padding-left:15px;
- padding-right:15px;
- float:left;
- {block:ifNotPosts400}width:530px;{/block:ifNotPosts400}
- {block:ifPosts400}width:430px;{/block:ifPosts400}
- background-color:rgba({text:1Red},{text:2Green},{text:3Blue},0.5);
- }
- #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.8);
- }
- #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;
- }
- .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:'Clicker Script';
- font-size:28px;
- 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;}
- .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};}
- #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:rgba({text:1Red},{text:2Green},{text:3Blue},1);
- 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:rgba({text:1Red},{text:2Green},{text:3Blue},1);
- }
- #credit a:hover {
- background-color:rgba({text:1Red},{text:2Green},{text:3Blue},1);
- color:{color:body};
- }
- /**DO NOT EDIT BELOW THIS**/
- #background {
- position:fixed;
- background: {block:ifNotBackgroundImage}-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});{/block:ifNotBackgroundImage} {block:ifNotTurnOffBlossoms}url('https://31.media.tumblr.com/474d1a1f6c42ef2066b541274601313c/tumblr_inline_nbbo4dxBZJ1qk6lff.png') repeat 5% 5%{/block:ifNotTurnOffBlossoms};
- top: 0; left: 0; right: 0; bottom: 0;
- z-index:1;
- -webkit-animation-name: STAR-MOVE;
- -webkit-animation-duration: 240s;
- -webkit-animation-timing-function: linear;
- -webkit-animation-iteration-count: infinite;
- }
- #midground {
- background: url('https://31.media.tumblr.com/584a3e5379f8e47bf17913586830ff68/tumblr_inline_nbboo2AEhI1qk6lff.png') repeat 20% 20%;
- position:fixed;
- top: 0; left: 0; right: 0; bottom: 0;
- z-index:2;
- -webkit-animation-name: STAR-MOVE;
- -webkit-animation-duration: 180s;
- -webkit-animation-timing-function: linear;
- -webkit-animation-iteration-count: infinite;
- }
- #foreground {
- background: url('https://31.media.tumblr.com/474d1a1f6c42ef2066b541274601313c/tumblr_inline_nbbo4dxBZJ1qk6lff.png') repeat 35% 35%;
- position:fixed;
- top: 0; left: 0; right: 0; bottom: 0;
- z-index:3;
- -webkit-animation-name: STAR-MOVE;
- -webkit-animation-duration: 120s;
- -webkit-animation-timing-function: linear;
- -webkit-animation-iteration-count: infinite;
- }
- @-webkit-keyframes STAR-MOVE {
- from {
- background-position: 0% 0%
- }
- to {
- background-position: 200% 700%
- }
- }
- /**End**/
- {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>
- <link href='https://fonts.googleapis.com/css?family=Great+Vibes|Clicker+Script|Montez' rel='stylesheet' type='text/css'>
- <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}
- </head>
- <body>
- <div id="background"></div>
- {block:ifNotTurnOffBlossoms}<div id="midground"></div>
- <div id="foreground"></div>{/block:ifNotTurnOffBlossoms}
- <div id="sidebar">
- <div id="title"><a href="/">{Title}</a></div>
- <img src="{image:Sidebar}">
- <div id="desc">
- <center>
- {block:PreviousPage}
- <a href="{PreviousPage}"><small>←</small></a>
- {/block:PreviousPage}
- <a href="/">home</a> /
- <a href="/ask">ask</a> /
- <a href="/archive">archive</a>
- {block:NextPage}
- <a href="{NextPage}">
- <small>→</small></a>
- {/block:NextPage}</center><br>
- <div style="margin-top:-10px;text-align:center">
- {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:HasPages}{block:Pages}· <a href="{URL}" class="page">{Label}</a>{/block:Pages}{/block:HasPages}
- </div>
- {Description}</div>
- </div> <!--sidebar-->
- <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}<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} 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" target="_blank">E</a></div>
- </div> <!--entries-->
- </div> <!--background-->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment