Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <!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">
- <!--------------------------------------------
- SCOTTISBAE THEMES # 166
- THEME BY: http://scottisbae.tumblr.com/
- RULES, IMPORTANT: DON'T REMOVE THE CREDIT // DON'T CLAIM AS YOUR OWN // DON'T USE AS A BASE
- --------------------------------------------->
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="altertnate" type="application/rss+xml" href="{RSS}">
- <meta name="description" content="" />
- <meta http-equiv="x-dns-prefetch-control" content="off"/>
- <meta name="color:Background" content="#FFFFFF">
- <meta name="color:Link" content="#8F8E8E">
- <meta name="color:Bold" content="#9DB6BE">
- <meta name="color:Link Hover" content="#222222">
- <meta name="color:Text" content="#393939">
- <meta name="color:Scrollbar" content="#000000">
- <meta name="color:Blockquote" content="#EAEAEA">
- <meta name="color:Info Border" content="#F0F0F0">
- <meta name="color:Questions Border" content="#FAFAFA">
- <meta name="text:Body Font Size" content="10px"/>
- <meta name="text:Body Font" content="'Hind',arial,sans-serif;"/>
- <meta name="image:Sidebar" content=""/>
- <meta name="if:Hover Tags" content="0"/>
- <meta name="if:Show 400px posts" content="0"/>
- <meta name="if:Show 500px posts" content="1"/>
- <meta name="if:Show 540px posts" content="0"/>
- <meta name="if:Show Link1" content="1" />
- <meta name="if:Show Link2" content="1" />
- <meta name="if:Show Link3" content="1" />
- <meta name="if:Show Link4" content="1" />
- <meta name="text:link1" content="">
- <meta name="text:link1 url" content="/">
- <meta name="text:link2" content="">
- <meta name="text:link2 url" content="/">
- <meta name="text:link3" content="">
- <meta name="text:link3 url" content="/">
- <meta name="text:link4" content="">
- <meta name="text:link4 url" content="/">
- <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
- <link href='https://fonts.googleapis.com/css?family=Hind:400,500,700' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://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:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- {block:IfShow540pxposts}
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
- <script>
- /* questions? ask oddhour.tumblr.com */
- var updatePhotosetCss = "<style id='updatePhotosetStyle'> .photoset .photoset_row.photoset_row_1 img { max-width: 540px; } .photoset .photoset_row.photoset_row_2 img { max-width: 268px; } .photoset .photoset_row.photoset_row_3 img { max-width: 177px; } .photoset .photoset_row { text-align: center; width: 540px; } .photoset { width: 540px; }</style>";
- function updatePhotoset() {
- $(".photoset").each( function (i, e) {
- if($(this.contentDocument).find("#updatePhotosetStyle").size() <= 0)
- $(this.contentDocument).find("head").append(updatePhotosetCss);
- var photoset = $(this.contentDocument).find(".photoset");
- var photosetRows = photoset.find(".photoset_row");
- photoset.find(".photoset_photo")
- .each(function () {
- var hiResSrc = $(this).attr("href");
- var img = $(this).find('img');
- img.attr("src", hiResSrc );
- img.attr("style", "");
- });
- photosetRows.attr("style", "").css("margin-bottom", "-5px");
- photoset.attr("style","");
- $(this).height($(this.contentDocument.body).height());
- });
- }
- updatePhotoset();
- var photosetTimer = setInterval(updatePhotoset, 1500);
- $(window).on('load', function () { setTimeout(function() {clearInterval(photosetTimer)}, 2000); })
- </script>
- {/block:IfShow540pxposts}
- <style type="text/css">
- ::-webkit-scrollbar {background-color:{color:Background}; height:4px; width:6px}
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:50px}
- ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:8px!important}
- #s-m-t-tooltip {
- max-width:300px;
- margin-top:-25px;
- margin-left:-25px;
- font-size:9px;
- padding:2px;
- font-family:hind;
- letter-spacing:0px;
- text-align:center;
- text-transform:lowercase;
- background-color:{color:Background};
- z-index:999999999999999999999999999999999999;
- }
- h1 {
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- text-align:center;
- font-style:italic;
- line-height:50%;
- letter-spacing:px;
- text-transform:none;
- }
- h2 {
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- letter-spacing:px;
- margin-bottom:12px;
- padding-bottom:10px;
- font-weight:bold;
- line-height:90%;
- text-transform:lowercase;
- color:{color:Text};
- margin: 0px;
- border-bottom:1px solid {color:Info Border};
- }
- small, sub, sup {
- font-size: {text:Body Font Size};
- }
- strong, b {
- color:{color:bold};
- }
- pre {
- {block:ifShow540pxposts}
- width:540px;
- {/block:ifShow540pxposts}
- {block:ifShow500pxposts}
- width:500px;
- {/block:ifShow500pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- word-wrap: break-word;
- }
- blockquote {
- border-left:1px solid {color:Blockquote};
- padding-left:6px;
- padding-top:0px;
- padding-bottom:0px;
- margin:10px;
- margin-top:20px;
- margin-bottom:5px;
- margin-left:8px;
- }
- blockquote img {
- max-width:470px;
- }
- body {
- background-color:{color:Background};
- color:{color:Text};
- letter-spacing:0px;
- }
- a {
- color: {color:Link};
- text-decoration: none;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- a:hover {
- color: {color:Link Hover};
- text-decoration:underline;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- .sidebar {
- margin-left:-50px;
- width:245px;
- position: fixed;
- margin-top:50px;
- border:px solid {color:Sidebar Border};
- }
- .sidebarimage {
- width:245px;
- margin-bottom:15px;
- -webkit-filter: grayscale(0%); filter: grayscale(0%);
- }
- .sidebarlinks {
- width:245px;
- margin-top:px;
- margin-bottom:10px;
- font-size:10px;
- font-weight:bold;
- font-family:'Hind',arial,sans-serif;
- line-height:150%;
- text-transform:lowercase;
- }
- .sidebarlinks a {
- color:{color:bold};
- padding:5px;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- .sidebarlinks a:hover {
- color:{color:bold};
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- .description {
- width:245px;
- margin-top:10px;
- padding-bottom:10px;
- margin-bottom:px;
- text-align:center;
- line-height:135%;
- word-spacing:3px;
- font-size:10px;
- font-family:'Hind',arial,sans-serif;
- text-transform:lowercase;
- color:{color:Text};
- letter-spacing:0px;
- }
- .description a {
- color:{color:Link};
- }
- .description a:hover {
- color:{color:Link Hover};
- }
- .pagination {
- width:245px;
- font-family:calibri;
- text-align:center;
- font-size:15px;
- padding:px;
- }
- .pagination a {
- color:{color:Text};
- padding:3px;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- .pagination a:hover {
- color:{color:Link Hover};
- text-decoration:underline;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- .container {
- width:900px;
- margin: auto;
- margin-top:-8px;
- }
- .postscontainer {
- {block:ifShow540pxposts}
- width:540px;
- {/block:ifShow540pxposts}
- {block:ifShow500pxposts}
- width:500px;
- {/block:ifShow500pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- margin: auto;
- margin-top:-10px;
- margin-left:370px;
- margin-bottom:80px;
- }
- .posts {
- {block:ifShow540pxposts}
- width:540px;
- {/block:ifShow540pxposts}
- {block:ifShow500pxposts}
- width:500px;
- {/block:ifShow500pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- margin-top:100px;
- line-height:115%;
- text-align:justify;
- background-color:{color:Background};
- }
- .posts img {
- {block:ifShow540pxposts}
- max-width:540px;
- {/block:ifShow540pxposts}
- {block:ifShow500pxposts}
- max-width:500px;
- {/block:ifShow500pxposts}
- {block:ifShow400pxposts}
- max-width:400px;
- {/block:ifShow400pxposts}
- }
- .border {
- border-bottom: 1px solid {color:Info Border};
- width:100px;
- }
- .border2 {
- border-bottom: 1px solid {color:Info Border};
- width:50px;
- margin-left:px;
- }
- .info {
- {block:IfShow540pxposts}
- max-width:540px;
- {/block:IfShow540pxposts}
- {block:IfShow500pxposts}
- max-width:500px;
- {/block:IfShow500pxposts}
- {block:ifShow400pxposts}
- max-width:400px;
- {/block:ifShow400pxposts}
- margin-top:25px;
- margin-left:px;
- text-align:;
- padding-top:5px;
- text-transform:uppercase;
- font-size:7px;
- line-height:120%;
- font-family:'Open Sans',arial,sans-serif;
- letter-spacing:px;
- color:{color:Text};
- border-top:1px solid {color:Info Border};
- }
- .info a {
- padding:4px;
- border-bottom: px solid {color:Info Border};
- color:{color:Text};
- }
- .info a:hover {
- text-decoration:underline;
- color:{color:Link Hover};
- }
- .posts:hover .tags {
- {block:ifHoverTags}
- margin-top:5px;filter: alpha(opacity = 100);
- opacity:100;-webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
- {/block:ifHoverTags}}
- .tags {
- {block:ifHoverTags}
- position:static;
- -webkit-transition:0.7s ease; position:absolute; opacity:0;
- {/block:ifHoverTags}
- {block:ifShow540pxposts}
- width:540px;
- {/block:ifShow540pxposts}
- {block:ifShow500pxposts}
- width:500px;
- {/block:ifShow500pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- position:static;
- line-height:135%;
- text-align:left;
- margin-top:5px;
- padding-left:px;
- text-transform:none;
- font-size:9px;
- font-family:'Open Sans',arial,sans-serif;
- line-height:120%;
- letter-spacing:px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .tags a {
- color:{color:text};
- padding:4px;
- }
- .tags a:hover {
- text-decoration:underline;
- color:{color:Link Hover};
- }
- .postnote {
- {block:ifShow540pxposts}
- width:540px;
- {/block:ifShow540pxposts}
- {block:ifShow500pxposts}
- width:500px;
- {/block:ifShow500pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- text-transform:lowercase;
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- text-align:left;
- margin-top:60px;
- }
- .postnote li {
- list-style-type:none;
- padding:10px 0px 0px 0px;
- text-align:left;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .postnote img {
- width:0px;
- }
- .music {
- {block:ifShow540pxposts}
- width:540px;
- {/block:ifShow540pxposts}
- {block:ifShow500pxposts}
- width:500px;
- {/block:ifShow500pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- padding-bottom:10px;
- }
- .albumart {
- float:left;
- }
- .albumart img {
- width:50px;
- padding: 3px;
- margin:2px 7px -3px 6px;
- border:2px solid {color:Info Border};
- border-radius:100px;
- -webkit-border-radius:100px;
- -moz-border-radius:100px;
- }
- .playercontainer {
- text-align:left;
- padding-top:15px;
- {block:ifShow540pxposts}
- width:500px;
- {/block:ifShow540pxposts}
- {block:ifShow500pxposts}
- width:450px;
- {/block:ifShow500pxposts}
- {block:ifShow400pxposts}
- width:350px;
- {/block:ifShow400pxposts}
- }
- .musicinfo {
- padding:10px;
- margin-top:20px;
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- }
- .quote {
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- letter-spacing:1px;
- font-style:none;
- text-transform:uppercase;
- font-weight:bold;
- text-align:left;
- }
- .source {
- font-size: 8px;
- font-family: {text:Body Font};
- text-transform:uppercase;
- font-style:normal;
- text-align:left;
- line-height:17px;
- }
- .chat {
- margin-top:10px;
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- }
- .chat .lines {
- margin-left:0;
- }
- .chat .lines span {
- font-weight: bold;
- color:{color:bold};
- }
- .ask {
- {block:ifShow540pxposts}
- width:540px;
- {/block:ifShow540pxposts}
- {block:ifShow500pxposts}
- width:500px;
- {/block:ifShow500pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- text-transform:capitalize;
- text-align:justify;
- font-weight:;
- padding-top:4px;
- padding-left:7px;
- padding-bottom:px;
- }
- .ask a {
- color:{color:Text};
- }
- .question {
- {block:ifShow540pxposts}
- width:533px;
- {/block:ifShow540pxposts}
- {block:ifShow500pxposts}
- width:439px;
- {/block:ifShow500pxposts}
- {block:ifShow400pxposts}
- width:393px;
- {/block:ifShow400pxposts}
- letter-spacing:0px;
- margin-top:4px;
- padding-left:7px;
- padding-bottom:8px;
- text-align:justify;
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- border-bottom: 1px solid {color:Questions Border};
- }
- .answer {
- {block:ifShow540pxposts}
- width:540px;
- {/block:ifShow540pxposts}
- {block:ifShow500pxposts}
- width:500px;
- {/block:ifShow500pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- letter-spacing:0px;
- text-align:justify;
- padding-top:5px;
- margin-bottom:1px;
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- }
- .askimg {
- padding: 3px;
- margin:2px 7px -3px 6px;
- }
- .credit {
- position:fixed;
- font-family:calibri;
- font-size:8px;
- line-height:150%;
- letter-spacing:0px;
- right:5px;
- bottom:20px;
- text-transform:uppercase;
- text-align:center;
- }
- .credit a {
- color:{color:text};
- font-style:normal;
- padding:3px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- </style>
- </head>
- <body>
- <div class="container">
- <div class="sidebar">
- <center>
- <a href="/"><img src="{image:sidebar}" class="sidebarimage"></a>
- <div class="sidebarlinks">
- <a href="/ask">ask</a> </span>
- {block:ifShowLink1}
- <a href="{text:link1 url}">{text:link1}</a>
- {/block:IfShowLink1}
- {block:ifShowLink2}
- <a href="{text:link2 url}">{text:link2}</a>
- {/block:IfShowLink2}
- {block:ifShowLink3}
- <a href="{text:link3 url}">{text:link3}</a>
- {/block:IfShowLink3}
- {block:ifShowLink4}
- <a href="{text:link4 url}">{text:link4}</a>
- {/block:IfShowLink4}
- </div>
- <center><div class="border"></div></center>
- <div class="description">
- {description}
- </div>
- {block:Pagination}
- <div class="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}"> ‹ </a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}"> › </a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </center>
- </div>
- <div class="postscontainer">
- {block:Posts}
- <div class="posts">
- {block:Text}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {Body}
- {/block:Text}
- {block:Quote}<div class="quote">“ {Quote} ”</div><center><div class="source">— {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
- {/block:Quote}
- {block:Link}
- <h2><a href="{URL}">{Name}</a></h2>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {block:lines}
- <div class="chat">
- <div class="lines">{block:label}
- <span>{label}</span>
- {/block:label}
- <br>{line}</br></div></div>
- {/block:lines}
- {/block:Chat}
- {block:Answer}<div class="ask"><span style="font-weight:bold;letter-spacing:px;text-transform:lowercase;font-family:;font-size:px;">{Asker} </span><span style="font-size:9px;color:{color:bold};"><i class="fa fa-question"></i></span></div><div class="question"><span style="text-transform:none;"> {Question}</span></div><div class="answer">{Answer}</div>{/block:answer}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {block:IfShow540pxposts}{Photoset}{/block:IfShow540pxposts}
- {block:ifShow500pxposts}{Photoset-500}{/block:ifShow500pxposts}{block:ifShow400pxposts}{Photoset-400}{/block:ifShow400pxposts}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/>{/block:AlbumArt}</div>
- <div class="playercontainer">{AudioPlayerWhite}</div>
- <br><div class="musicinfo">{block:TrackName} {TrackName} {/block:TrackName} {block:Artist}by {Artist} {/block:Artist}
- {/block:ExternalAudio}</div>
- {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
- {block:Video}
- {block:IfShow540pxposts}{Video-500}{/block:IfShow540pxposts}{block:ifShow500pxposts}{Video-500}{/block:ifShow500pxposts}{block:ifShow400pxposts}{Video-400}{/block:ifShow400pxposts}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Date}<div class="info"><a href="{Permalink}"><b>{TimeAgo}</b> </a> {block:NoteCount}&. {NoteCountwithlabel} {/block:NoteCount} {block:PermalinkPage} {block:RebloggedFrom} <a href="{ReblogParentURL}">{ReblogParentName}</a> {block:ContentSource}<a href="{ReblogRootURL}"> ©</a><a href="{SourceURL}"></a>{/block:ContentSource}{/block:RebloggedFrom}{/block:PermalinkPage}<span style="float:right;"><a href="{ReblogURL}" target="_blank" class="details">Reblog</a></span></div>
- {/block:Date}
- {block:HasTags}
- <div class="tags">
- {block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}
- </div>
- {/block:HasTags}
- <div class="postnote">
- {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
- </div>
- {/block:Posts}
- <div class="credit"><a href="http://scottisbae.tumblr.com/">scottisbae</a></div>
- </div>
- </div>
- </div>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment