Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!-- oh hey look i made a theme *high five* edit all you want really, basically everything is customizable! as long as you leave the credit intact thank you -->
- <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}
- <!-- default variables -->
- <meta name="color:background" content="#ffffff">
- <meta name="color:title" content ="#3b3b3b">
- <meta name="color:text" content="#3b3b3b">
- <meta name="color:tags" content="#3b3b3b">
- <meta name="color:permalink" content="#e0e0e0">
- <meta name="color:link" content="#b8b8b8">
- <meta name="color:link hover" content="#3b3b3b">
- <meta name="color:border" content="#cacaca">
- <meta name="color:scrollbar" content="#eeeeee">
- <meta name="color:scrollbar bg" content="#ffffff">
- <meta name="image:sidebar" content=""/>
- <meta name="if:show captions" content="1"/>
- <meta name="text:Link 1 URL" content="" />
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 2 URL" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 3 URL" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 4 URL" content="" />
- <meta name="text:Link 4" content=""/>
- <meta name="text:Link 5 URL" content="" />
- <meta name="text:Link 5" content="" />
- <meta name="text:Link 6 URL" content="" />
- <meta name="text:Link 6" content="" />
- <link href='http://fonts.googleapis.com/css?family=Oleo+Script+Swash+Caps|Romanesco' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Rokkitt' rel='stylesheet' type='text/css'>
- <script type="text/javascript" src="http://laura-schmal.de/data/tumblr/lightbox/js/jquery-1.7.2.min.js"></script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <!-- tooltip script -->
- <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- }
- );
- });
- })(jQuery);
- </script>
- <!-- CSS styling aww yeah. This is the fun part. -->
- <style type="text/css">
- #s-m-t-tooltip {
- max-width:300px;
- margin:10px 0px 0px 15px;
- text-transform:uppercase;
- font-family:helvetica;
- letter-spacing:1px;
- font-size:8px;
- color:#ffffff;
- background:#060606;
- border:0px double #ebe9e9;
- padding:5px;
- z-index:999
- }
- ::-webkit-scrollbar {width:5px; height:auto; background:{color:scrollbar bg};}
- ::-webkit-scrollbar-corner {background:{color:scrollbar};}
- ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
- ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};}
- #credit {position:fixed;
- float:right;
- opacity:0.7;
- bottom:18px;
- right:18px;
- padding:6px;
- font-size:10px;
- text-align:center;
- height:10px;
- width:10px;
- font-family:georgia;
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;}
- #credit a {color:black;}
- body {
- margin:0px;
- padding:0px;
- width:auto;
- color:{color:text};
- background:{color:background};
- }
- a:link, a, a:active, a:visited {
- text-decoration:none;
- color:{color:link};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- a:hover {
- color:{color:link hover};
- }
- #con {
- position:absolute;
- left:50%;
- margin-left:-195px;
- }
- #entry {
- margin:auto;
- margin-top:-60px;
- position:absolute;
- width:400px;
- font-family:sans-serif;
- font-size:12px;
- padding-bottom:130px;
- }
- .post {
- float:center;
- background-color:#fff;
- overflow:hidden;
- text-align:center;
- margin-left:86px;
- width:400px;
- margin-top:190px;
- margin-bottom:50px;
- overflow:hidden;
- border:1px solid {color:border};
- padding:6px;
- box-shadow: 3px 3px 16px #b8b8b8;
- }
- .post img{
- width:auto;
- max-width:400px;
- }
- iframe.photoset {
- width:400px;
- }
- .text img{
- width:auto;
- }
- #permalinkpage {
- position:absolute;
- width:392px;
- margin-bottom:-10px;
- margin-top:50px;
- margin-left:1px;
- font-family:arial;
- font-size:9px;
- text-align:center;
- text-transform:lowercase;
- letter-spacing:2px;
- padding:10px;
- }
- #permalinkpage a {
- margin-top:10px;
- color:{color:bottompost link};
- }
- #permalinkpage a:hover {
- color:{color:bottompost link hover};
- }
- #permalinkpage:hover #tags {
- opacity:0;
- }
- #bottompost {
- font-size:11px;
- position:absolute;
- width:392px;
- opacity:0;
- margin-top:-40px;
- margin-bottom:10px;
- margin-left:-7px;
- text-align:center;
- text-transform:lowercase;
- padding:10px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #bottompost a {
- padding-top:5px;
- color:{color:bottompost link};
- }
- #bottompost a:hover {
- color:{color:bottompost link hover};
- }
- .post:hover #bottompost {
- opacity:1;
- }
- #tags {
- opacity:0;
- width:395px;
- position:absolute;
- font-size:11px;
- padding:3px;
- margin-top:20px;
- color:{color:tags};
- text-align:center;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #tags a {
- color:{color:tags};
- }
- #tags a:hover {
- color:{color:link hover};
- }
- .post:hover #tags {
- opacity:1;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- h1 {
- font-size:14px;
- text-transform:none;
- font-weight:lighter;
- padding-left:10px;
- color:{color:title};
- }
- h1 a {
- color:{color:title};
- text-transform:none;
- }
- #sidebarimage {
- position:fixed;
- max-width:160px;
- max-height:200px;
- margin-top:250px;
- margin-left:-255px;
- border-radius:100%;
- }
- #sidebarimage img{
- background-color:#fff;
- opacity:0.9;
- max-width:160px;
- max-height:200px;
- border-radius:100%;
- border:1px solid {color:border};
- padding:5px;
- box-shadow:3px 3px 13px #b8b8b8;
- }
- #sidebar {
- position:fixed;
- text-align:justify;
- width:200px;
- margin-top:483px;
- z-index:1;
- border-bottom:0px solid {color:Border};
- margin-left:-280px;
- border:1px solid {color:border};
- padding:12px;
- box-shadow: 3px 3px 16px #b8b8b8;
- background-color:#fff;
- }
- #links{
- position:relative;
- width:180px;
- margin-bottom:-9px;
- padding:1px;
- margin-left:3px;
- font-weight:bold;
- color:#cb8b8b8;
- box-shadow: 1px 3px 3px rgba(50,50,50,0.1);
- border-radius:7px;
- outline: none;
- border-color:#cccccc;
- opacity:0.9;
- }
- #title {
- font-size:20px;
- color:{color:title};
- }
- .description{
- font-size:12px;
- text-align:justify;
- margin-top:30px;
- }
- .pagination {
- font-family:georgia;
- font-size:10px;
- font-style:italic;
- line-height:18px;
- width:120px;
- text-align:center;
- position:fixed;
- margin-top:39px;
- margin-left:35px;
- border:0px solid {color:border};
- color:{link};
- }
- .pagination a {
- color:{color:title};
- margin-bottom:10px;
- padding:5px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .pagination a:hover {
- color:{color:link hover};
- }
- .quote {
- font-family:sans-serif;
- font-weight:bold;
- font-size:12px;
- text-align:right;
- line-height:18px;
- padding-right:5px;
- padding-left:5px;
- padding-bottom:5px;
- }
- #source {
- text-align:left;
- padding-left:20px;
- padding-right:5px;
- }
- .audio{
- position:absolute;
- width:40px;
- margin-left:10px;
- height:40px;
- }
- .button {
- width:30px;
- height:30px;
- overflow:hidden;
- position:relative;
- opacity:0.6;
- z-index:100;
- margin:19px 18px 7px 10px;
- border-radius:100%;
- }
- .audioplayer {
- margin-left:50px;
- float:center;
- opacity:0.7;
- background-color:#ffffff;
- position:absolute;
- z-index:100;
- }
- .audioimage{
- margin-top:-50px;
- position:absolute;
- width:70px;
- height:70px;
- }
- .audioimage img{
- float:left;
- opacity:1;
- width:70px;
- }
- .audiodata {
- background-color:{color:background};
- font-size:10px;
- letter-spacing:1px;
- padding:10px;
- height:55px;
- width:305px;
- margin-left:75px;
- text-align:center;
- }
- .video {
- width:390px;
- background:#f4f4f4;
- padding:5px;
- }
- .data {
- background-color:{color:background};
- color:{color:text};
- text-transform:uppercase;
- height:10px; padding:6px 0px 5px 0px;
- width:401px;
- margin-bottom:-7px;
- margin-left:99px;
- text-align:center
- }
- .data b {
- color:{color:source};
- line-height:7px;
- }
- .caption {
- text-align:center;
- margin-top:10px;
- padding-left:10px;
- padding-right:10px;
- font-family:sans-serif;
- display:block;
- padding:3px;
- }
- .caption img {
- max-width:auto;
- }
- blockquote {
- padding-left:5px;
- border-left:1px solid {color:border};
- }
- #asker {
- padding:5px;
- font-family:georgia;
- text-align:left;
- margin-top:0px;
- font-size:11px;
- font-style:italic;
- opacity:0.8;
- }
- #asker a {
- letter-spacing:1px;
- border-bottom:0px solid {color:link};
- }
- .question {
- font-size:12px;
- line-height:18px;
- font-weight:bold;
- text-align:center;
- margin-top:-18px;
- padding:2px;
- }
- .answer {
- font-family:sans-serif;
- font-size:12px;
- margin-left:2px;
- margin-top:-6px;
- margin-bottom:-5px;
- line-height:18px;
- }
- .answer img{
- width:auto;
- }
- ol.notes {
- padding-left:13px;
- padding-bottom:2%;
- padding-top:15%;
- width:380px;
- list-style-type:none;
- text-align:center;
- }
- ol.notes li.note{
- border-bottom:1px solid {color:border};
- padding:2%;
- }
- ol.notes li.note img.avatar{
- width:0px;
- height:0px;}
- </style></head>
- <body>
- <div id="credit"><a href="http://dehaan.tk/"><img src="http://oi43.tinypic.com/11rryja.jpg"></a></div>
- <div id="con">
- <div id="entry">
- <div id="sidebarimage">
- <a href="/"><img src="{image:sidebar}"></a>
- </div>
- <div id="sidebar">
- <div id="links">
- <select onChange="location.href=this.options[this.selectedIndex].value;" id="links">
- <center><option>{Title}</option>
- {block:IfLink1}<option value="{text:Link 1 URL}">{text:Link 1}</option>{/block:IfLink1}
- {block:IfLink2}<option value="{text:Link 2 URL}">{text:Link 2}</option>{/block:IfLink2}
- {block:IfLink3}<option value="{text:Link 3 URL}">{text:Link 3}</option>{/block:IfLink3}
- {block:IfLink4}<option value="{text:Link 4 URL}">{text:Link 4}</option>{/block:IfLink4}
- {block:IfLink5}<option value="{text:Link 5 URL}">{text:Link 5}</option>{/block:IfLink5}
- {block:IfLink6}<option value="{text:Link 6 URL}">{text:Link 6}</option>{/block:IfLink6}
- </select></div></center>
- <div class="description">
- {Description}
- </div>
- <div class="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">the future</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">the past</a>
- {block:NextPage}
- </div>
- </div>
- {block:Posts}
- <div class="post">
- <div id="bottompost"><a href="{Permalink}">{NoteCount}%</a></span><br></div>
- <div class="text">{block:Text}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {Body}
- {/block:Text}</div>
- {block:Photo}
- <a href="{Permalink}"><img src="{PhotoURL-400}"></a>
- {block:Caption}
- {block:ifshowcaptions}
- <span class="caption">{Caption}</span>
- {/block:ifshowcaptions}
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {block:Caption}
- {block:ifshowcaptions}
- <span class="caption">{Caption}</span>
- {/block:ifshowcaptions}
- {/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">❝ {Quote} ❞</div>
- {block:Source}
- <div id="source">— {Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}
- <div style="padding-left:5px;padding-right:5px;">{Description}</div>
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Lines}
- {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- <div class="audio">
- <div class="adioplayer"><div class="button">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
- <div class="audioimage"><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg"></div>{block:AlbumArt}<div class="audioimage"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}</div>
- <div class="audiodata"><br><font style="text-transform:lowercase">{block:TrackName}{TrackName} - {/block:TrackName}
- {block:Artist}{Artist}{/block:Artist}</font></div>
- <br>
- {block:Caption}
- {block:ifshowcaptions}
- <span class="caption">{Caption}</span>
- {/block:ifshowcaptions}
- {/block:Caption}
- {/block:Audio}
- {block:Video}
- {Video-400}
- {block:Caption}
- {block:ifshowcaptions}
- <span class="caption">{Caption}</span>
- {/block:ifshowcaptions}
- {/block:Caption}
- {/block:Video}
- {block:Answer}
- <div id="asker"><center>{Asker} whispered: </div>
- <div class="question">
- <br>“{Question}”</font></center></div>
- <div class="answer" style="width:390px; text-align:center;">{Answer} </div>
- {/block:Answer}
- <center><div id="tags">{block:HasTags}{block:Tags}
- <span style="opacity:0.5;"></span><a href="/tagged/{Tag}">{Tag}.</a> {/block:Tags}{/block:HasTags}</div></center>
- {block:PermalinkPage}
- <br><div id="permalinkpage">
- {block:Date}{DayOfWeek} {DayofMonth} of {Month}, {Year},{/block:Date}
- {block:NoteCount} with {NoteCountWithLabel} {/block:NoteCount}
- <br>{block:ContentSource}by: <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource} {block:RebloggedFrom} via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}</a>
- {/block:PermalinkPage}
- </div>
- {block:PermalinkPage}
- {block:PostNotes}
- <div id="notes" style="margin-top:40px;">{PostNotes}</div>
- {/block:PostNotes}
- {/block:permalinkpage}
- {/block:Posts}
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment