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 38 - "1989" 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="#fffdf7">
- <meta name="color:Body"content="#848282">
- <meta name="color:Border" content="#4b4b4c">
- <meta name="color:Chat1" content="#fefafa">
- <meta name="color:Chat2" content="#d4d2d2">
- <meta name="color:Description" content="#393e52">
- <meta name="color:Description Bg" content="#f3f2f1">
- <meta name="color:Info Link" content="#817878">
- <meta name="color:Link" content="#0d1947">
- <meta name="color:Link Hover" content="#757b92">
- <meta name="color:Link Posts Bg" content="#fbfbfb">
- <meta name="color:Navlinks" content="#393e52">
- <meta name="color:Polaroid Bg" content="#e2e4d8">
- <meta name="color:Post" content="#f3f3f3">
- <meta name="color:Posts Border" content="#e2e4d8">
- <meta name="color:Scroll" content="#f3f3f3">
- <meta name="color:Scroll Bg" content="#b0b0ae">
- <meta name="color:Title"content="#393e52">
- <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: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://">
- <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:top left;
- 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**/
- #imagenumerouno {
- position:fixed;
- height:150px; width:150px;
- top:10px; left:70px;
- font-weight:normal;
- font-size:36px;
- text-align:center;
- color:{color:Title};
- -webkit-transform: rotate(20deg);
- -moz-transform: rotate(20deg);
- -ms-transform: rotate(20deg);
- -o-transform: rotate(20deg);
- border-top:17px solid {color:Polaroid Bg};
- border-left:17px solid {color:Polaroid Bg};
- border-right:17px solid {color:Polaroid Bg};
- border-bottom:45px solid {color:Polaroid Bg};
- box-shadow: 2px 2px 1px #888888;
- }
- #imagenumerouno img {height:150px; width:150px;}
- #about {
- font-family:georgia;
- font-weight:normal;
- text-align:left;
- width:150px;
- padding-top:5px; padding-left:34px;
- color:{color:Title};
- font-size:12px;
- top:180px; left:45px;
- position:fixed;
- -webkit-transform: rotate(20deg);
- -moz-transform: rotate(20deg);
- -ms-transform: rotate(20deg);
- -o-transform: rotate(20deg);
- }
- #imagenumerouno:hover #description {opacity:1;}
- #description {
- /**overflow-y:scroll;**/ /**delete the slash and asterisk around this line if you want the description to scroll, and delete overflow hidden**/
- overflow:hidden;
- opacity:0;
- font-size:10px;
- color:{color:description};
- text-align:justify;
- top:0px;
- width:150px; height:150px;
- position:fixed;
- 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;
- }
- #imagenumerodos {
- overflow:hidden;
- position:fixed;
- top:170px; left:170px;
- width:180px; height:180px;
- -webkit-transform: rotate(-15deg);
- -moz-transform: rotate(-15deg);
- -ms-transform: rotate(-15deg);
- -o-transform: rotate(-15deg);
- border-top:20px solid {color:Polaroid Bg};
- border-left:20px solid {color:Polaroid Bg};
- border-right:20px solid {color:Polaroid Bg};
- border-bottom:55px solid {color:Polaroid Bg};
- box-shadow: 2px 2px 1px #888888;
- }
- #imagenumerodos img {
- height:180px; width:180px;
- }
- #title {
- overflow:hidden;
- font-family:georgia;
- font-weight:normal;
- text-align:center;
- width:220px; max-height:50px;
- color:{color:Title};
- font-size:20px;
- top: 370px; left: 196px;
- position:fixed;
- -webkit-transform: rotate(-15deg);
- -moz-transform: rotate(-15deg);
- -ms-transform: rotate(-15deg);
- -o-transform: rotate(-15deg);
- }
- #title a {color:{color:Title};}
- #imagenumerotres {
- z-index:-1;
- font-size:10px;
- color:{color:description};
- text-align:justify;
- width:150px; height:150px;
- top:350px; left:10px;
- position:fixed;
- overflow:hidden;
- -webkit-transform: rotate(5deg);
- -moz-transform: rotate(5deg);
- -ms-transform: rotate(5deg);
- -o-transform: rotate(5deg);
- border-top:15px solid {color:Polaroid Bg};
- border-left:15px solid {color:Polaroid Bg};
- border-right:15px solid {color:Polaroid Bg};
- border-bottom:40px solid {color:Polaroid Bg};
- box-shadow: 2px 2px 1px #888888;
- }
- #imagenumerotres img {
- height:150px; width:150px;
- }
- #navigation {
- font-family:georgia;
- font-weight:normal;
- text-align:center;
- width:180px;
- padding-top:5px;
- color:{color:Title};
- font-size:12px;
- top: 520px; left:5px;
- position:fixed;
- -webkit-transform: rotate(5deg);
- -moz-transform: rotate(5deg);
- -ms-transform: rotate(5deg);
- -o-transform: rotate(5deg);
- }
- #imagenumerotres:hover #links {opacity:1;}
- #links {
- opacity:0;
- overflow:hidden;
- position:fixed;
- top:0px;
- width:150px;
- height:150px;
- background-color:{color:description Bg};
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- -ms-transition: all 0.9s ease-in-out;
- transition: all 0.9s 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}560px;{/block:ifNotPosts400} {block:ifPosts400}460px;{/block:ifPosts400}
- left:430px;
- top:0px;
- }
- #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:15px solid {color:posts border};
- border-bottom:50px solid {color:posts border};
- }
- /**POST INFO**/
- #info {
- text-align:center;
- font-size: 11px;
- margin-top:-65px; margin-left:10px;
- margin-bottom:50px;
- {block:ifNotPosts400}width:500px;{/block:ifNotPosts400}
- {block:ifPosts400}width:400px;{/block:ifPosts400}
- min-height:20px;
- padding:3px 25px 5px 25px;
- color:{color:info link};
- background-color:{color:posts border};
- -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};}
- #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:posts border};
- margin:1px 0px 0px {block:ifnotposts400}580px{/block:ifnotposts400} {block:ifposts400}480px{/block:ifposts400} ;
- position:absolute;
- }
- .note {
- font-size: 10px;
- text-align:left;
- line-height:100%;
- margin-left:10px;
- width: {block:ifnotposts400}500px{/block:ifnotposts400} {block:ifposts400}400px{/block:ifposts400};
- background-color:{color:posts border};
- }
- .note li {
- list-style-type:decimal;
- text-align:left;
- padding:2px 0px;
- 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'>
- <script src="https://static.tumblr.com/n82fyzo/XjQmg8058/cufon-yui.js" type="text/javascript"></script> <script src="https://static.tumblr.com/ougxdjo/iqWndyjfr/from_where_you_are_400.font.js" type="text/javascript"></script>
- <script type="text/javascript">
- Cufon.replace('#title');
- Cufon.replace('#navigation');
- Cufon.replace('#about');
- </script>
- <script type="text/javascript"> Cufon.now(); </script>
- </head>
- <body>
- <div id="imagenumerouno">
- <img src="{image:SidebarImage1}">
- <div id="description">{Description}</div>
- </div>
- <div id="about">about</div>
- <div id="imagenumerodos">
- <img src="{image:SidebarImage2}">
- </div>
- <div id="title"><a href="/">{Title}</a></div>
- <div id="imagenumerotres">
- <img src="{image:SidebarImage3}">
- <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:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous page</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next page</a>{/block:NextPage}{/block:Pagination}
- </div>
- </div>
- <div id="navigation">navigation</div>
- </div>
- <div id="entries">
- {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}
- </div>
- {block:Date}<div id="info"><a href="{Permalink}" title="{DayOfMonth}{DayOfMonthSuffix} {ShortMonth} '{ShortYear}
- at {12Hour}.{Minutes}{ampm}">{TimeAgo} </a>{block:NoteCount} · <a href="{Permalink}">❤ {NoteCount} </a>{/block:NoteCount}
- ·<a href="{ReblogURL}" target="_blank"> reblog</a>
- <p>
- {block:ifShowTags}{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags} {/block:HasTags}{/block:IfShowTags}
- </div>{/block:Date}
- <div class="note"> {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- {/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