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="#eeeeee">
- <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="if:Show Sidebar Image" content="1">
- <meta name="if:Round Sidebar Image" content="0">
- <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="" />
- <link href='http://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=VT323' rel='stylesheet' type='text/css'>
- <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js">
- </script>
- <script type="text/javascript">
- $(document).ready(function(){
- $(".links").hide();
- $(".blogtitle").mouseover(function(){
- $(this).next(".links").slideToggle('normal');
- }); }); </script>
- <!-- CSS styling aww yeah. This is the fun part. -->
- <style type="text/css">
- ::-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.8;
- bottom:18px;
- right:18px;
- padding:6px;
- font-size:18px;
- text-align:center;
- height:10px;
- width:10px;
- font-family:'VT323';
- letter-spacing:1px;
- color:{color:credit};
- -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;
- font-family:libre baskerville;
- font-size:9px;
- 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:-220px;
- }
- #entry {
- margin:auto;
- position:absolute;
- width:400px;
- font-family:cambria;
- font-size:10px;
- }
- .post {
- margin:auto;
- float:center;
- overflow:hidden;
- text-align:justify;
- padding-top:140px;
- padding-bottom:20px;
- width:400px;
- overflow:hidden;
- }
- #permalink {
- width:392px;
- margin-bottom:2px;
- margin-top:25px;
- margin-left:-7px;
- font-family:arial;
- font-size:8px;
- text-align:center;
- text-transform:lowercase;
- letter-spacing:2px;
- padding:5px;
- border-top:1px solid {color:border};
- padding:10px;
- }
- #permalink a {
- margin-top:10px;
- color:{color:bottompost link};
- }
- #permalink a:hover {
- color:{color:bottompost link hover};
- }
- #bottompost {
- width:392px;
- text-align:center;
- margin-top:15px;
- font-size:9px;
- text-transform:lowercase;
- border-top:1px solid #f8f8f8;
- padding:10px;
- margin-left:-10px;
- }
- #bottompost a {
- margin:0 5px;
- color:{color:link};
- }
- .tags {
- padding-right:5px;
- padding-left:5px;
- color:{color:tags};
- font-size:9px;
- margin-top:5px;
- }
- .tags a{
- color:{color:tags};
- text-transform:none;
- }
- h1 {
- font-size:14px;
- text-transform:none;
- font-weight:lighter;
- padding-left:10px;
- color:{color:title};
- }
- h1 a {
- color:{color:title};
- text-transform:none;
- }
- #sidebar {
- margin:auto;
- margin-left:-10px;
- }
- .blogtitle {
- margin:auto;
- color:{color:title};
- opacity:1;
- position:relative;
- text-transform:none;
- text-align:center;
- font-size:24px;
- font-family: 'Dancing Script', cursive;
- margin-top:50px;
- margin-left:0px;
- }
- #links {
- margin:auto;
- font-family:times new roman;
- margin-top:15px;
- padding-left:3px;
- font-size:10px;
- font-style:none;
- font-weight:normal;
- text-transform:lowercase;
- letter-spacing:1px;
- text-align:center;
- }
- #links a {
- padding:0 4px;
- line-height:15px;
- margin-bottom:3px;
- text-align:center;
- display:inline-block;
- border-bottom:2px solid transparent;
- }
- #links a:hover {text-decoration:none;
- border-bottom:2px solid {color:link};}
- #sidebarimage {
- margin:auto;
- padding-bottom:-3px;
- margin-top:35px;
- margin-bottom:-25px;
- {block:ifNotShowSidebarImage}
- display:none;
- {/block:ifNotShowSidebarImage}}
- #sidebarimage img{
- width:130px;
- {block:ifShowSidebarImage}
- {block:ifRoundSidebarImage}
- border-radius:100%;
- {/block:ifRoundSidebarImage}
- {/block:ifShowSidebarImage}
- text-align:center;
- }
- .description {
- margin:auto;
- font-family:cambria;
- color: {color:text};
- letter-spacing:0px;
- margin-top:-5px;
- margin-bottom:25px;
- font-size:11px;
- width:250px;
- line-height:130%;
- font-style:normal;
- text-align:justify;}
- .pagination {
- width:200px;
- margin:auto;
- margin-top:100px;
- margin-bottom:100px;
- text-align:center;
- text-transform:lowercase;
- font-family: 'PT Serif', serif;
- font-weight:normal;
- text-decoration:;
- margin-left:100px;
- font-size:9px;
- }
- .pagination a {
- color:{color:title};
- margin-bottom:10px;
- background:#ffffff;
- 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:baskerville;
- font-size:18px;
- font-style:italic;
- text-align:right;
- line-height:110%;
- padding-right:5px;
- padding-left:5px;
- padding-bottom:3px;
- }
- #source {
- text-align:left;
- padding-left:20px;
- padding-right:5px;
- }
- .tumblr_audio_player {
- {block:if400pxPosts}
- width:400px;
- {/block:if400pxPosts}
- height:30px;
- {block:if500pxPosts}width:500px;{/block:if500pxPosts}
- }
- .player {
- width:30px;
- overflow:hidden;
- padding-left:10px;
- border-left:0px solid {color:borders};
- height:33px;
- float:left;
- margin-right:10px;
- padding-top:2px;
- border-right:0px solid {color:background};
- }
- .audio_info {
- padding-top:0px;
- font-family:sans-serif;
- font-weight:bold;
- font-size:12px;
- line-height:18px;
- }
- .plays {
- font-weight:none;
- font-style:none;
- text-transform:none;
- font-size:10px;
- margin-bottom:10px;
- }
- .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:left;
- padding-left:10px;
- padding-right:10px;
- font-family:baskerville;
- display:block;
- }
- .caption img {
- max-width:490px;
- }
- blockquote {
- padding-left:5px;
- border-left:1px solid {color:border};
- }
- #asker {
- text-align:left;
- margin-top:0px;
- font-size:10px;
- font-style:none;
- padding:10px;
- background-color:#f5f5f5;
- margin-bottom:20px;
- }
- #asker a {
- font-size:10px;
- font-family:'arial';
- letter-spacing:1px;
- background:none;
- border-bottom:1px solid {color:link};
- color:{color:text}
- }
- #question {
- font-size:9px;
- font-family:'libre baskerville';
- letter-spacing:0px;
- background:none;
- }
- ol.notes {
- padding-left:0px;
- padding-bottom:2%;
- width:400px;
- 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/">AD</a></div>
- <div id="con">
- <div id="entry">
- <div id="sidebar">
- <div id="sidebarimage">
- <center><a href="/"><img src="{image:sidebar}"></a></center>
- </div>
- <div class="blogtitle">{Title}
- <div id="links">
- {block:ifLink1}<a href="{text:Link 1 URL}" title="home">{text:Link 1}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link 2 URL}" title="message">{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}
- </div>
- </div>
- <div class="description">{Description}
- </div>
- </div>
- {block:Posts}
- <div class="post">
- {block:Text}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {Body}
- {/block:Text}
- {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}{block:AudioPlayer}
- <div class="player">{AudioPlayerWhite}</div>
- {/block:AudioPlayer}
- <div class="audio_info">{block:TrackName}{TrackName}{/block:TrackName}<div class="plays">by {block:Artist}{Artist}{/block:Artist}</div></div>
- {/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"><b>{Asker}</b> <font id="question">asked:
- {Question}</font></div>
- <div class="answer" style="font-size:9px; font-family:'libre baskerville'; margin-left:7px;">{Answer}</div>
- {/block:Answer}
- <div id="bottompost">
- {block:NewDayDate}
- <a href="{Permalink}">{Month} {DayofMonth}{DayOfMonthSuffix}
- {/block:NewDayDate}</a>
- {block:SameDayDate}<a href="{Permalink}">{Month} {DayofMonth}{DayOfMonthSuffix}
- {/block:SameDayDate}</a> -
- {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a>
- {block:PermalinkPage}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource} / <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
- {/block:PermalinkPage}
- {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}" style="color:{color:tags};">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </div>
- {block:PermalinkPage}
- <!-- <div id="permalink">
- {block:Date}{DayOfWeek} {DayofMonth} of {Month}, {Year},{/block:Date}
- <font style="text-transform:lowercase;">{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></font><br>
- <div id="tags">{block:HasTags}{block:Tags}<span style="opacity:0.5;">#</span><a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags}
- </div>-->
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- {block:PermalinkPage}
- {block:PostNotes}
- <div id="notes">{PostNotes}</div>
- {/block:PostNotes}
- {/block:permalinkpage}
- <div class="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">back in the past</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">to the future</a>
- {block:NextPage}
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment