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">
- <head><title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js'></script>
- <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Libre+Baskerville' rel='stylesheet' type='text/css'>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <script type="text/javascript">
- jQuery(function($) {
- function fixDiv() {
- var getlinks = $('#morelinks');
- if ($(window).scrollTop() > 195)
- getlinks.css({'position': 'fixed', 'top': '5px','left': '50%', 'margin-left':'-355px'});
- else
- getlinks.css({'position': 'relative', 'top': '200px','left': '50%', 'margin-left':'-355px'});
- }
- $(window).scroll(fixDiv);
- fixDiv();
- });
- jQuery(function($) {
- function fixDiv() {
- var links = $('#togglearea');
- if ($(window).scrollTop() > 195)
- links.css({'position': 'fixed', 'top': '60px', 'left': '50%', 'margin-left':'-455px'});
- else
- links.css({'position': 'relative', 'top': '205px','left': '50%', 'margin-left':'-455px'});
- }
- $(window).scroll(fixDiv);
- fixDiv();
- });
- </script>
- <meta name="color:Background" content="#EEE" />
- <meta name="color:Post Background" content="#FFF" />
- <meta name="color:Text" content="#000"/>
- <meta name="color:Link" content="#888"/>
- <meta name="image:BackgroundImage" content=""/>
- <meta name="color:Linkhover" content="#cecece"/>
- <meta name="color:Highlight" content="#5fdfdd">
- <meta name="text:Link1" content="" />
- <meta name="text:Link1 Title" content="" />
- <meta name="text:Link2" content="" />
- <meta name="text:Link2 Title" content="" />
- <meta name="text:Link3" content="" />
- <meta name="text:Link3 Title" content="" />
- <style type="text/css">
- ::-webkit-scrollbar{ width: 11px; height: 11px; }
- ::-webkit-scrollbar-track{ background: {color:Background}; }
- ::-webkit-scrollbar-thumb{ height: 11px; width: 11px; border: 5px solid {color:Background}; background: {color:Highlight}; }
- ::-webkit-scrollbar-track-piece { height: 30px; width: 30px; }
- body {
- background-image: url('{image:BackgroundImage}');
- background-repeat: no-repeat;
- background-position: top left;
- background-attachment: fixed;
- background-color: {color:Background};
- color:{color:Text};
- margin: 0;
- font-family: 'libre baskerville', serif;
- font-size:10px;
- line-height:150%;
- }
- a {
- color:{color:Link};
- text-decoration: none;
- font-family: 'roboto condensed', sans-serif;
- text-transform: uppercase;
- }
- a:hover {
- color:{color:Linkhover};
- }
- img {
- border:none;
- }
- blockquote {
- padding-left: 10px;
- border-left: 1px solid rgba(0,0,0,0.1);
- font-size: 10px;
- font-family: 'libre baskerville', serif;
- letter-spacing: 1px;
- line-height: 16px;
- text-transform: none;
- margin-top: 10px;
- max-width: 500px;
- text-transform: justify;
- }
- pre {
- max-width: 500px;
- overflow: hidden;
- word-wrap: break-word;
- text-transform: uppercase;
- }
- h1 {
- font-size: 20px;
- font-family: 'roboto condensed', sans-serif;
- text-transform: uppercase;
- letter-spacing: 2px;
- }
- b, strong {
- color:{color:Highlight};
- font-weight: 400;
- font-family: 'roboto condensed', sans-serif;
- text-transform: uppercase;
- letter-spacing: 2px;
- }
- i, em {
- font-style: italic;
- font-family: 'libre baskerville', serif;
- }
- #title {
- width: 500px;
- text-align: left;
- font-family: 'roboto condensed', sans-serif;
- font-size: 105px; text-transform: uppercase;
- font-weight: 400;
- letter-spacing: 2px;
- word-wrap: break-word;
- padding: 0px 50px;
- line-height: 110px;
- color: {color:Text};
- margin-bottom: 30px;
- }
- #title:after {
- content: '';
- width: 50px;
- height: 5px;
- margin-left: 5px;
- margin-top: 20px;
- display: block;
- background-color: {color:Text};
- }
- #morelinks {
- position: relative;
- top: 200px;
- left: 50%;
- margin-left: -355px;
- width: 50px; height: 50px;
- font-family: 'roboto condensed', sans-serif;
- font-weight: 400;
- background-color: {color:Text};
- color: {color:Post Background};
- text-align: center;
- font-size: 20px;
- line-height: 50px;
- cursor: pointer;
- }
- #togglearea {
- position: fixed;
- top: 255px;
- left: 50%;
- margin-left: -455px;
- width: 150px;
- }
- #togglearea a {
- display: inline-block;
- background-color: {color:Highlight};
- color: {color:Post Background};
- font-size: 8px; font-family: 'roboto condensed';
- letter-spacing: 2px; text-transform: uppercase;
- padding: 5px 10px;
- margin: 1px;
- float: right;
- line-height: 20px;
- }
- .tadescript {
- background-color: {color:Post Background};
- width: 130px; height: 130px;
- font-family: 'roboto condensed', sans-serif;
- font-size: 10px; font-weight: 400;
- letter-spacing: 1px; text-transform: lowercase;
- padding: 10px;
- line-height: 15px;
- color: {color:Text};
- text-align: left;
- overflow: auto;
- }
- #blogposts {
- width: 600px;
- position: absolute;
- top: 200px; left: 50%;
- margin-left:-300px;
- z-index: 99;
- padding-top: 50px;
- background-color: {color:Post Background};
- }
- #post {
- width: 500px;
- position: relative;
- text-align: justify;
- margin: 0 auto 50px;
- padding: 0 15px 15px;
- line-height: 200%;
- font-size: 9px;
- letter-spacing: 1px;
- font-family: 'libre baskerville', times, serif;
- background-color: {color:PostBackground};
- }
- #post img {
- width: 100%;
- max-width: 500px;
- margin: 0 auto;
- }
- #info {
- position: relative;
- width: 500px;
- min-height: 25px;
- left: 0; top: 0;
- font-size:8px;
- margin-top: 10px;
- padding-top: 5px;
- letter-spacing:2px;
- text-align: left;
- text-transform: uppercase;
- font-family: 'roboto condensed', sans-serif;
- }
- #info .tag {
- line-height: 20px;
- font-weight: 400;
- }
- #info .tag a {
- color: {color:Text};
- }
- .quote {
- font-family: 'roboto condensed', sans-serif;
- color: {color:Text};
- text-align: justify;
- font-size: 14px;
- text-transform: uppercase;
- font-weight: 300;
- letter-spacing: 1px;
- line-height: 25px;
- }
- .quotesource {
- text-align: right;
- padding-top: 15px;
- font-size: 8px;
- letter-spacing: 2px;
- font-family: 'roboto condensed', sans-serif;
- font-weight: 400;
- text-transform: uppercase;
- }
- #questions {
- padding:11px;
- margin-top: 5px;
- margin-bottom:5px;
- font-size:10px;
- text-align:left;
- border-bottom: 1px solid rgba(0,0,0,0.1);
- }
- #questions img {
- width: 16px;
- height: 16px;
- padding: 0;
- margin: 0 10px -3px;
- -webkit-border-radius: 15px !important;
- -moz-border-radius: 15px !important;
- border-radius: 15px;
- }
- .questiontext {
- letter-spacing: 2px;
- font-size: 10px;
- color: {color:text};
- text-transform: none;
- font-family: 'roboto condensed', sans-serif;
- }
- #answer {
- font-size:10px;
- text-transform: none;
- }
- .caption {
- font-family: 'roboto condensed', sans-serif;
- padding: 10px 0 0 10px;
- font-size: 10px;
- }
- .caption a {
- text-transform: none;
- }
- .nw {
- position: fixed;
- bottom: 10px;
- right: 5px;
- }
- .nw img {
- width: 75%;
- height: 75%;
- }
- #back-top {
- position: fixed;
- bottom: 17px;
- right: 21px;
- }
- #back-top a {
- width: 20px;
- display: block;
- text-align: center;
- font: 13px/100% Arial, Helvetica, sans-serif;
- text-decoration: none;
- color: #000;
- -webkit-transition: .3s;
- -moz-transition: .3s;
- -webkit-transform:rotate(-12deg);
- }
- #pagination {
- position: relative;
- bottom: 0px;
- z-index: 999;
- margin: 0 auto 30px;
- padding-top: 20px;
- width: 500px;
- height: 50px;
- font-size: 20px;
- line-height: 15px;
- text-align: center;
- color: {color:Linkhover};
- background-color: {color:Post Background};
- }
- #pagination a {
- font-family: 'roboto condensed', sans-serif;
- text-transform: uppercase;
- font-weight: 400;
- letter-spacing: 2px;
- color: {color:Text};
- }
- .notesblock {
- margin-top: -20px;
- margin-left: 5px;
- width: 100%;
- text-align: left;
- }
- .notesblock ol {
- list-style: none;
- }
- .notesblock ol li {
- letter-spacing: 2px;
- padding: 0; margin: 0;
- font-family: 'libre baskerville', serif;
- font-size: 7px;
- line-height: 16px;
- }
- .notesblock ol li a {
- text-transform: uppercase;
- }
- .notesblock ol li blockquote {
- border: none;
- margin-left: 20px;
- text-transform: uppercase;
- }
- .notesblock ol li img {
- width: 15px;
- margin-right: 10px;
- height: 15px;
- -webkit-border-radius: 15px;
- -moz-border-radius: 15px;
- border-radius: 15px;
- }
- {CustomCSS}</style></head><body id="top">
- <div id="morelinks">+</div>
- <div id="togglearea">
- <div class="tadescript">{Description}</div>
- <a href="/ask" style="margin-top: 5px;">ASK</a>
- <a href="/" style="margin-top: 5px;">HOME</a></br>
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}</br>
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}</br>
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
- </div>
- <div id="blogposts">
- <div id="title"><a href="/" style="color:{color:text};">{Title}</a></div>
- {block:Posts}<div id="post">
- {block:Text}
- <h1>{block:Title}{Title}{/block:Title}</h1>
- {Body}
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">{Quote}</div>
- <div class="quotesource">{block:Source} {Source}{/block:Source}</div>
- {/block:Quote}
- {block:Link}
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/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}
- {AudioPlayerBlack}<BR>
- {block:Artist}<span style="text-transform: uppercase;">{Artist}:</span>{/block:Artist} {block:TrackName}<b>{TrackName}</b>{/block:TrackName}
- {/block:Audio}
- {block:Video}
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}
- <div id="questions"><b>{Asker}</b> <img src="{AskerPortraitURL-16}">
- <span class="questiontext">{Question}</span></div>
- <div id="answer">{Answer}</div>
- {/block:answer}
- {block:Date}
- <div id="info">
- <a href="{Permalink}">
- <a href="{Permalink}" style="background-color: {color:Highlight}; color: {color:Post Background}; padding: 5px 10px;">{ShortDayofWeek} {12Hour}:{Minutes}{AmPm}</a>
- <a href="{Permalink}">{NoteCount}</a>
- </a>
- {block:ContentSource}<a href="{SourceURL}">+</a>{/block:ContentSource}{block:HasTags}
- {block:Tags}
- <span class="tag">
- <a href="{TagURL}">{Tag}<span style="color:{color:Highlight};">,</span></a>
- </span>
- {/block:Tags}
- {/block:HasTags}
- {block:PermalinkPage}{block:RebloggedFrom}<BR>VIA <a href="{ReblogParentURL}" style="color:{color:Highlight};">{ReblogParentName}</a>{/block:RebloggedFrom}{/block:PermalinkPage}
- </div>
- {/block:Date}
- </div>
- {block:PostNotes}<div class="notesblock">{PostNotes}</div>{/block:PostNotes}
- {/block:Posts}
- {block:Pagination}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}" style="position: absolute; left: 20px;">PREV</a> / {/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}" style="position: absolute; right: 20px;">NEXT</a>{/block:NextPage}</div>{/block:Pagination}
- </div><div class="nw"><a href="http://nwthemes.tumblr.com"><img src="http://i.imgur.com/WhEBr0U.png"></a></div>
- <p id="back-top">
- <a href="#top">▶</a>
- </p>
- <script type="text/javascript">
- $( "#togglearea" ).hide();
- $( "#morelinks" ).click(function() {
- $( "#togglearea" ).fadeToggle( "fast", "linear" );
- });
- </script>
- <script>
- $(document).ready(function(){
- $("#back-top").hide();
- $(function () {
- $(window).scroll(function () {
- if ($(this).scrollTop() > 100) {
- $('#back-top').fadeIn();
- } else {
- $('#back-top').fadeOut();
- }
- });
- $('#back-top a').click(function () {
- $('body,html').animate({
- scrollTop: 0
- }, 800);
- return false;
- });
- });
- });
- </script>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment