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" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!--------------------------------------------
- SCOTTISBAE THEMES # 171
- THEME BY: https://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 https-equiv="x-dns-prefetch-control" content="off"/>
- <meta name="color:Background" content="#FFFFFF">
- <meta name="color:Link" content="#8F8E8E">
- <meta name="color:Bold" content="#A6BAC6">
- <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="11px"/>
- <meta name="text:Body Font" content="tahoma"/>
- <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 SearchBox" content="1" />
- <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='https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'>
- <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:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- {block:IfShow540pxposts}
- <script src="https://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}
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- </script><script src="https://static.tumblr.com/wgg6svp/I8Yobwo15/unnest.min.js"></script>
- <script>
- $(function(){ $('.posts').unnest({
- yourCaption: ".caption",
- wrapName: ".cap",
- newCaptionUsername: true,
- originalPostCaptionUsername: false,
- tumblrAvatars: true,
- tumblrAvatarClass: ".icon",
- usernameColon: false
- }); }); </script>
- <script type="text/javascript">
- <!--
- function handleThis(formElm)
- {
- window.location="https://scottisbae.tumblr.com/tagged/"+formElm.number.value+"";
- return false;
- }
- // -->
- </script>
- <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:-27px;
- margin-left:-15px;
- font-size:8px;
- padding:4px;
- font-family:calibri;
- letter-spacing:px;
- text-align:center;
- text-transform:uppercase;
- background-color:{color:Background};
- z-index:999999999999999999999999999999999999;
- }
- #sf {background: url('https://static.tumblr.com/f1skqpy/Oxbn13qun/search_icon.png') #fff left center no-repeat; background-size: 10px 10px;}
- .sfm input {background-color: #fff;
- font-size:10px;
- text-transform: uppercase;
- margin-top: 10px;
- margin-right:px;
- margin-bottom:6px;
- color: {color:text};
- letter-spacing: 1px;
- padding: 5px 1px;
- font-family: calibri;
- border:1px solid {color:Info Border};
- }
- .tumblr_blog {
- display:block;
- vertical-align:middle;
- line-height:20px;
- margin-bottom:5px;
- font-weight:bold;
- color:{color:bold}!important;
- }
- .tumblr_blog a:hover {
- text-decoration:none;
- color:{color:Link Hover};
- }
- .icon {
- width:20px;
- height:20px;
- margin-right:10px;
- display:inline-block;
- float:left;
- border-radius:2px;
- }
- .cap {
- margin-left:0px;
- {block:ifShow540pxposts}
- width:540px;
- {/block:ifShow540pxposts}
- {block:ifShow500pxposts}
- width:500px;
- {/block:ifShow500pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- }
- .cap blockquote {
- {block:ifShow540pxposts}
- width:540px;
- {/block:ifShow540pxposts}
- {block:ifShow500pxposts}
- width:500px;
- {/block:ifShow500pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- margin-left:0px;
- }
- 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:bold};
- margin: 0px;
- border-bottom:px solid {color:Info Border};
- }
- 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;
- }
- 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:px;
- -webkit-filter: grayscale(0%); filter: grayscale(0%);
- }
- .sidebarlinks {
- width:245px;
- margin-top:px;
- margin-bottom:14px;
- font-size:8px;
- font-weight:;
- text-align:center;
- font-family:calibri;
- line-height:150%;
- text-transform:uppercase;
- }
- .sidebarlinks 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;
- }
- .sidebarlinks a:hover {
- color:{color:link hover};
- text-decoration:none;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- .description {
- width:245px;
- margin-top:14px;
- padding-bottom:10px;
- margin-bottom:px;
- text-align:center;
- line-height:135%;
- word-spacing:3px;
- font-size:8px;
- font-family:calibri;
- text-transform:uppercase;
- color:{color:Text};
- letter-spacing:1px;
- }
- .description a {
- color:{color:Link};
- }
- .description a:hover {
- color:{color:Link Hover};
- }
- .pagination {
- font-family:calibri;
- text-transform:uppercase;
- letter-spacing:3px;
- text-align:center;
- font-size:9px;
- font-weight:bold;
- text-align:center;
- margin-top:30px;
- margin-bottom:px;
- padding:0px;
- position:justify;
- margin-left:auto;
- margin-right:auto;
- }
- .pagination a {
- color:{color:Bold};
- 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:none;
- -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}
- max-width:540px;
- {/block:ifShow540pxposts}
- {block:ifShow500pxposts}
- max-width:500px;
- {/block:ifShow500pxposts}
- {block:ifShow400pxposts}
- max-width:400px;
- {/block:ifShow400pxposts}
- margin: auto;
- margin-top:-10px;
- margin-left:350px;
- margin-bottom:80px;
- }
- .posts {
- {block:ifShow540pxposts}
- max-width:540px;
- {/block:ifShow540pxposts}
- {block:ifShow500pxposts}
- max-width:500px;
- {/block:ifShow500pxposts}
- {block:ifShow400pxposts}
- max-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:px;
- text-align:left;
- padding-top:5px;
- text-transform:lowercase;
- font-size:11px;
- letter-spacing:px;
- line-height:120%;
- font-family:tahoma;
- border-top:px solid {color:Info Border};
- }
- .info a {
- padding:3px;
- border-bottom: px solid {color:Info Border};
- color:{color:Text};
- }
- .info a:hover {
- text-decoration:none;
- color:{color:Link Hover};
- }
- .posts:hover .tags {
- {block:ifHoverTags}
- margin-top:3px;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:3px;
- padding-left:px;
- text-transform:none;
- font-size:10px;
- font-family:calibri;
- 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:3px;
- }
- .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;
- width:45px;
- padding: 3px;
- margin:2px 7px -3px 6px;
- border-radius:10%;
- }
- .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;
- text-transform:;
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- color:{color:Text};
- }
- .quote {
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- letter-spacing:1px;
- font-style:none;
- text-transform:uppercase;
- font-weight:bold;
- color:{color:bold};
- text-align:left;
- }
- .source {
- font-size: 8px;
- font-family: {text:Body Font};
- text-transform:uppercase;
- font-style:normal;
- text-align:left;
- line-height:px;
- }
- .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:left;
- font-weight:;
- padding-top:4px;
- padding-left:7px;
- padding-bottom:10px;
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- border-bottom: 1px solid {color:Questions Border};
- }
- .ask a {
- color:{color:bold};
- }
- .ask a:hover {
- text-decoration:none;
- color:{color:Link Hover};
- }
- .answer {
- {block:ifShow540pxposts}
- width:540px;
- {/block:ifShow540pxposts}
- {block:ifShow500pxposts}
- width:500px;
- {/block:ifShow500pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- letter-spacing:0px;
- text-align:left;
- padding-top:px;
- 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;
- border: 1px solid {color:Info Border};
- background-color: #FFFFFF;
- color: #393939;
- }
- .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">
- <div class="sidebarlinks">
- <span style="font-weight:;font-size:10px;text-transform:;font-family:;">
- {block:PreviousPage}
- <a title="previous" href="{PreviousPage}"> <b>-</b> </a>
- {/block:PreviousPage}</span>
- <a href="/">index</a>
- <a href="/ask">ask</a>
- {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}
- <span style="font-weight:;font-size:10px;text-transform:;font-family:;">
- {block:NextPage}
- <a title="next" href="{NextPage}"> <b>+</b> </a>
- {/block:NextPage}</span>
- </div>
- <img src="{image:sidebar}" class="sidebarimage">
- <div class="description">
- {description}
- </div>
- <center><div class="border"></div>
- {block:ifShowSearchBox}
- <form action="/search" method="get" class="sfm" name="theform">
- <input type="text" name="q" value="" id="sf"/>
- </form>
- </form></center>
- {block:ifShowSearchBox}
- </div>
- <div class="postscontainer">
- {block:Posts}
- <div class="posts">
- {block:Text}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- <div class="caption">
- {Body}
- </div>
- {/block:Text}
- {block:Quote}
- <div class="quote">“ {Quote} ”</div>
- {block:Source}<div class="source">{Source}</div>{/block:Source}
- {/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;text-transform:lowercase;">{Asker} </span><span style="font-size:9px;color:{color:bold};"><i class="fa fa-question"></i></span> <span style="text-transform:none;"> {Question} </span></div><div class="caption"><div class="answer">{Answer}</div></div>{/block:answer}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}">{LinkCloseTag}{block:Caption}<div class="caption">{Caption}</div>{/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}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Photoset}
- {block:Audio}
- <div class="music">
- {block:AlbumArt}
- <img src="{AlbumArtURL}" class="albumart">
- {/block:AlbumArt}
- <div class="playercontainer">
- {AudioPlayerWhite}</div>
- <div class="musicinfo">
- {block:Artist}<b>Artist:</b> {Artist} {/block:Artist}
- <br>{block:TrackName}<b>Music: </b> {TrackName}{/block:TrackName}
- <br>{block:Album}<b>Album: </b> {Album}{/block:Album}</div>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}</div>
- {/block:Audio}
- {block:Video}
- {block:IfShow540pxposts}{Video-500}{/block:IfShow540pxposts}{block:ifShow500pxposts}{Video-500}{/block:ifShow500pxposts}{block:ifShow400pxposts}{Video-400}{/block:ifShow400pxposts}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Video}
- {block:Date}<div class="info"><p><div class="border2"></div></p><a title="{timeago}" href="{Permalink}">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}</a> {block:NoteCount}<small>{NoteCount}</small>{/block:NoteCount} <span style="float:right;">{block:RebloggedFrom} <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:PermalinkPage}{block:ContentSource} <a href="{ReblogRootURL}">©</a><a href="{SourceURL}"></a>{/block:ContentSource}{/block:PermalinkPage} <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"><div class="credit"><a href="https://scottisbae.tumblr.com/">scottisbae</a></div>
- </div>
- </div>
- </div>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment