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 # 165
- THEME BY: http://scottisbae.tumblr.com/ (PREV BRITISHROBERT)
- 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="#8C8C8C">
- <meta name="color:Link Hover" content="#CECECE">
- <meta name="color:Text" content="#282828">
- <meta name="color:Scrollbar" content="#000000">
- <meta name="color:Blockquote" content="#F3F3F3">
- <meta name="color:Info Border" content="#F3F3F3">
- <meta name="color:Posts BG" content="#FFFFFF">
- <meta name="color:Image Border" content="#FFFFFF">
- <meta name="color:Questions Border" content="#F8F7F7">
- <meta name="text:Body Font Size" content="9px"/>
- <meta name="text:Body Font" content="Arial"/>
- <meta name="image:Icon" content=""/>
- <meta name="image:Icon2" content=""/>
- <meta name="image:Background" content="" />
- <meta name="if:Show Link1" content="0" />
- <meta name="if:Show Link2" content="0" />
- <meta name="if:Show Link3" content="0" />
- <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="/">
- <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='http://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900' 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>
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: 'corners',
- gutter: '1px',
- borderRadius: '3px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- </script>
- <style type="text/css">
- ::-webkit-scrollbar {background-color:{color:Background}; height:4px; width:2px;}
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:50px}
- ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:8px!important}
- h1 {
- font-weight:normal;
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- text-align:center;
- font-style:italic;
- letter-spacing:0px;
- text-transform:none;
- color:{color:Text};
- }
- h2 {
- margin-bottom:12px;
- padding-bottom:10px;
- font-size: 7px;
- font-family: arial;
- font-style:none;
- letter-spacing:0.5;
- font-weight:bold;
- line-height:100%;
- text-transform:uppercase;
- color:{color:Text};
- margin: 0px;
- border-bottom: px solid {color:Info Border};
- }
- pre {
- width:400px;
- text-align: left;
- word-wrap: break-word;
- color:{color:Text};
- }
- 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 {
- color: {color:Text};
- background-color:{color:Background};
- background-image:url('{image:background}');
- background-attachment: fixed;
- background-repeat: repeat;
- word-spacing:1px;
- }
- 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: none;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- .sidebar {
- width:481px;
- height:44px;
- margin-top:55px;
- margin-left:200px;
- position:fixed;
- outline:1px solid {color:info border};
- background-color:{color:Posts BG};
- }
- .sidebar a {
- color:{color:title};
- }
- .bottom {
- margin-top:561px;
- margin-left:200px;
- width:481px;
- height:44px;
- position:fixed;
- outline:1px solid {color:info border};
- background-color:{color:Posts BG};
- }
- .bottom a {
- color:{color:text};
- }
- .sidebarimage {
- width:36px;
- float:;
- border:4px solid {color:Image Border};
- outline:1px solid {color:info border};
- }
- .sidebarlinks {
- width:;
- text-transform:;
- padding:15px;
- font-size:7px;
- margin-left:px;
- text-align:right;
- font-family:arial;
- color:{color:Text};
- text-transform:uppercase;
- letter-spacing:0px;
- }
- .sidebarlinks a {
- color:{color:Text};
- padding:10px;
- -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:underline;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;}
- .description {
- width:;
- text-transform:;
- padding:12px;
- font-size:7px;
- margin-left:40px;
- line-height:130%;
- font-family:arial;
- color:{color:Text};
- text-transform:uppercase;
- letter-spacing:0px;
- border:px solid {color:info border};
- }
- .description a:hover {
- color:{color:Link Hover};
- }
- .border {
- margin-left:10px;
- border-bottom: 1px solid {color:info border};
- width:150px;
- }
- .border2 {
- margin-left:0px;
- border-bottom: 1px solid {color:info border};
- width:90px;
- }
- .pagination {
- font-family:arial;
- text-transform:uppercase;
- letter-spacing:2px;
- text-align:center;
- font-size:7px;
- font-weight:bold;
- text-align:center;
- margin-top:40px;
- margin-bottom:30px;
- padding:0px;
- position:justify;
- margin-left:auto;
- margin-right:auto
- background-color:{color:Background};
- }
- .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 {
- width:481px;
- height:460px;
- margin: auto;
- position:fixed;
- margin-top:100px;
- margin-bottom:50px;
- margin-left:200px;
- background-color:{color:Posts BG};
- outline:1px solid {color:info border};
- border-right:0px solid {color:info border};
- border-bottom:0px solid {color:info border};
- overflow-y:scroll;
- overflow-x:hidden;
- }
- .posts {
- width:400px;
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- margin-bottom:-23px;
- margin-top:6px;
- margin-left:20px;
- padding:20px;
- text-align:justify;
- }
- .info {
- margin-top:35px;
- padding-bottom:5px;
- padding-top:5px;
- margin-left:5px;
- text-align:left;
- font-family:arial;
- text-transform:uppercase;
- letter-spacing:0.5px;
- font-size:7px;
- border-top:1px solid {color:Info Border};
- }
- .info a {
- color:{color:Text};
- }
- .info a:hover {
- text-decoration:none;
- color:{color:Link Hover};
- }
- .info2 {
- text-align:left;
- margin-top:-6px;
- font-family:arial;
- text-transform:lowercase;
- letter-spacing:0px;
- font-size:9px;
- }
- .info2 a {
- color:{color:Text};
- }
- .info2 a:hover {
- text-decoration:underline;
- color:{color:Link Hover};
- }
- .dashicons {
- margin-top:5px;
- margin-left:510px;
- padding-bottom:0px;
- line-height:0%;
- font-family:arial;
- text-transform:lowercase;
- letter-spacing:0px;
- font-size:11px;
- -webkit-transition:0.7s ease; position:absolute; opacity:0;
- list-style: none;
- }
- .posts:hover .dashicons {
- 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;
- }
- .tags {
- margin-top:px;
- text-transform:none;
- position:static;
- font-family:arial;
- letter-spacing:0px;
- font-weight:;
- font-size:8px;
- text-align:left;
- border-top:0px solid {color:infobg};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .tags a {
- padding:5px;
- background-color:none;
- color:{color:Text};
- }
- .tags a:hover {
- text-decoration:none;
- color:{color:Link Hover};
- }
- .postnote {
- width:400px;
- 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 {
- width:400px;
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- padding-bottom:10px;
- }
- .albumart {
- float:left;
- 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;
- width:450px;
- {block:ifShow400pxposts}
- width:350px;
- {/block:ifShow400pxposts}
- }
- .musicinfo {
- padding:10px;
- margin-top:20px;
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- color:{color:Text};
- }
- .quote {
- font-size: 7px;
- font-family: arial;
- letter-spacing:0.1px;
- text-transform:uppercase;
- line-height:90%;
- text-align:center;
- }
- .source {
- font-family:calibri;
- font-size:10px;
- font-style:normal;
- text-align:center;
- 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 {
- width:400px;
- 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:8px;
- border-bottom: 1px solid {color:Questions Border};
- }
- .ask a {
- color:{color:Text};
- }
- .question {
- width:400px;
- letter-spacing:0px;
- margin-top:3px;
- padding-left:7px;
- padding-bottom:8px;
- text-align:justify;
- color:{color:Text};
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- }
- .answer {
- width:400px;
- letter-spacing:0px;
- text-align:justify;
- padding-top:5px;
- margin-bottom:1px;
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- color:{color:Text};
- }
- .askimg {
- padding: 3px;
- margin:2px 7px -3px 6px;
- }
- .credit {
- position:fixed;
- font-family:calibri;
- font-size:8px;
- font-weight:normal;
- line-height:150%;
- letter-spacing:0px;
- right:5px;
- bottom:20px;
- text-transform:uppercase;
- text-align:center;
- }
- .credit a {
- font-style:normal;
- padding:3px;
- color:{color:text};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- </style>
- </head>
- <body>
- <div class="container">
- <div class="sidebar">
- <img src="{image:icon}" class="sidebarimage" align="left">
- <div class="description">
- {description}
- </div>
- </div>
- <div class="bottom">
- <img src="{image:icon2}" class="sidebarimage" align="right">
- <div class="sidebarlinks">
- <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}
- </div>
- </div>
- <div class="credit"><a href="http://scottisbae.tumblr.com/">scottisbae</a></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><span style="text-transform:uppercase;font-family:arial;font-size:7px;letter-spacing:0.5px;">{label}</span></span>
- {/block:label}
- <br>{line}</br></div></div>
- {/block:lines}
- {/block:Chat}
- {block:Answer}<div class="ask"><span style="font-weight:bold;">{Asker}:</span><span style="text-transform:none;"> {Question}</span></div><div class="answer">{Answer}</div>{/block:answer}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}<div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-400}" width="{PhotoWidth-400}" height="{PhotoHeight-400}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div> {block:Caption}{Caption}{/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:TrackName} {TrackName} {/block:TrackName} {block:Artist}by {Artist} {/block:Artist}</div>
- {block:Caption}{Caption}{/block:Caption}<br></div>{/block:Audio}
- {block:Video}{Video-400}
- {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}">via</a>{block:ContentSource} <span style="color:{color:linkinfo}"><a href="{SourceURL}"></a><a href="{ReblogRootURL}"><span style="color:{color:linkinfo}">©</a></span>{/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}
- {block:Pagination}
- <div class="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}"> back</a>
- {/block:PreviousPage}
- {block:NextPage}/
- <a href="{NextPage}"> next</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- </div>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment