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">
- <!--------------------------------------------
- SPUNKHANDSOME THEMES # 63
- THEME BY: http://britishrobert.tumblr.com/ (PREV SPUNKHANDSOME)
- 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="#2E2E2E">
- <meta name="color:Link Hover" content="#000000">
- <meta name="color:Text" content="#2E2E2E">
- <meta name="color:Scrollbar" content="#000000">
- <meta name="color:Blockquote" content="#F5F5F5">
- <meta name="color:Questions Border" content="#FBFBFB">
- <meta name="color:Heart Info Color" content="#080808">
- <meta name="color:Info Border" content="#F9F9F9">
- <meta name="color:Tags Border" content="#F5F5F5">
- <meta name="color:Posts Border" content="#F7F7F7">
- <meta name="color:Sidebar Link Border" content="#F5F5F5">
- <meta name="text:Body Font Size" content="10px"/>
- <meta name="text:Body Font" content="Calibri"/>
- <meta name="image:Sidebar" content=""/>
- <meta name="if:Show Heart Info" content="0">
- <meta name="if:Show 400px posts" content="0"/>
- <meta name="if:Show 100px sidebar" content="0"/>
- <meta name="if:Show Border Posts" content="1"/>
- <meta name="if:Hover Pagination" content="1"/>
- <meta name="if:Show Link1" content="0" />
- <meta name="if:Show Link2" content="0" />
- <meta name="if:Show Link3" content="0" />
- <meta name="if:Show Link4" content="0" />
- <meta name="text:link1" content="">
- <meta name="text:link1 url" content="/">
- <meta name="text:link1 hover" content="link1">
- <meta name="text:link2" content="">
- <meta name="text:link2 url" content="/">
- <meta name="text:link2 hover" content="link2">
- <meta name="text:link3" content="">
- <meta name="text:link3 url" content="/">
- <meta name="text:link3 hover" content="link3">
- <meta name="text:link4" content="">
- <meta name="text:link4 url" content="/">
- <meta name="text:link4 hover" content="link4">
- <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=latin,cyrillic-ext' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Merriweather+Sans:400,700' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Josefin+Slab:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Lekton:400,700,400italic' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Rambla:400,700,400italic,700italic|Anaheim|Hammersmith+One&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
- <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}
- img {-webkit-transition-duration: .90s;-webkit-filter: grayscale(0%);opacity:4}
- img:hover {-webkit-filter: grayscale(100%);opacity:4}
- .photoset {-webkit-transition-duration: .90s;-webkit-filter: grayscale(0%);opacity:4}
- .photoset:hover {-webkit-transition-duration: .90s;-webkit-filter: grayscale(100%);opacity:4}
- small {
- font-size: {text:Body Font Size};}
- sub {
- font-size: {text:Body Font Size};}
- sup {
- font-size: {text:Body Font Size};}
- h1 {
- font-weight:normal;
- font-size:11px;
- text-align:center;
- font-style:italic;
- line-height:50%;
- letter-spacing:0px;
- font-family:Josefin Slab;
- text-transform:none;
- color:{color:text};
- }
- h2 {
- font-size:18px;
- font-family:Open Sans Condensed;
- letter-spacing:0px;
- margin-bottom:10px;
- padding-bottom:5px;
- font-weight:normal;
- line-height:90%;
- text-transform:lowercase;
- color: {color:Text};
- margin: 0px;
- border-bottom:1px solid {color:Info Border};
- }
- code {
- {block:ifNotShow400pxposts}
- width:500px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- font-size:11px;
- font-family:lekton;
- text-align: left;
- word-wrap: break-word;
- color:{color:Text};
- }
- pre {
- {block:ifNotShow400pxposts}
- width:500px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- font-size:10px;
- font-family:lekton;
- text-align: left;
- word-wrap: break-word;
- color:{color:Text};
- }
- blockquote {
- border-left:1px solid {color:Blockquote};
- padding-left:6px;
- margin:6px;
- }
- blockquote img {
- max-width:470px;
- }
- body {
- color: {color:Text};
- background-color:{color:Background};}
- 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};
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;}
- .sidebar {
- width:200px;
- color:{color:Text};
- position: fixed;
- margin-left: 80px;
- margin-top: 140px;
- }
- .sidebar a {
- color:{color:Link};
- }
- .sidebar a:hover {
- color:{color:Link Hover};
- }
- .sidebarimage {
- {block:ifNotShow100pxsidebar}
- width:190px;
- {/block:ifNotShow100pxsidebar}
- {block:ifShow100pxsidebar}
- width:100px;
- {/block:ifShow100pxsidebar}
- height:auto;
- margin-left:0px;
- margin-bottom:5px;
- }
- .sidebarlinks {
- width:100px;
- padding-top:2px;
- padding-bottom:5px;
- text-transform:uppercase;
- font-family:calibri;
- font-size:8px;
- text-align:center;
- border-bottom:1px solid {color:Sidebar Link Border};
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;}
- .sidebarlinks a {
- color:{color:Link};
- 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:underline;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;}
- .description {
- width:160px;
- position:absolute;
- margin-left:0px;
- padding-top:6px;
- text-align:left;
- line-height:100%;
- font-size:10px;
- font-family:lekton;
- font-style:none;
- color:{color:Text};
- letter-spacing:0px;
- }
- .description a:hover {
- color:{color:Hover};
- }
- .sidebar:hover .pagination {
- {block:ifHoverPagination}
- margin-top:-10px;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:ifHoverPagination}}
- .pagination {
- {block:ifHoverPagination}
- -webkit-transition:0.7s ease; position:absolute; text-transform:uppercase; opacity:0;
- {/block:ifHoverPagination}
- position:fixed;
- width:160px;
- line-height:190%;
- margin-top:-10px;
- margin-left:0px;
- font-size:10px;
- font-family:lekton;
- text-transform:lowercase;
- font-style:normal;
- text-align:left;
- }
- .pagination a {
- padding:4px;
- text-align:left;
- color:{color:text};
- }
- .pagination a:hover {
- color:{color:hover};
- }
- .container {
- width:900px;
- margin: -40px 50px 75px;
- outline:0px solid {color:Posts Border};
- }
- .postscontainer {
- {block:ifNotShow400pxposts}
- width:500px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- padding-left:40px;
- margin-left:293px;
- border-left:0px solid {color:Posts Border};
- }
- .posts {
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- {block:ifNotShow400pxposts}
- width:500px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- line-height:95%;
- margin-top:100px;
- margin-left:0px;
- padding:12px;
- text-align:justify;
- {block:ifShowBorderPosts}
- outline:1px solid {color:Posts Border};
- {/block:ifShowBorderPosts}
- }
- .posts img {
- {block:ifNotShow400pxposts}
- max-width:500px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- max-width:400px;
- {/block:ifShow400pxposts}
- }
- .info {
- margin-top:15px;
- padding-top:2px;
- text-align:left;
- font-family:calibri;
- text-transform:uppercase;
- font-size:8px;
- letter-spacing:0px;
- }
- .info a {
- color:{color:Link};
- }
- .info a:hover {
- text-decoration:underline;
- color:{color:Link Hover};
- }
- .tags {
- {block:ifNotShow400pxposts}
- width:500px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- font-family:calibri;
- text-transform:none;
- margin-top:4px;
- letter-spacing:0px;
- font-style:none;
- font-size:10px;
- text-align:left;
- padding:2px;
- padding-top:5px;
- border-top:1px solid {color:Info Border};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .tags a {
- background-color:none;
- color:{color:Text};
- }
- .tags a:hover {
- text-decoration:underline;
- color:{color:Link Hover};
- letter-spacing:0px;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;}
- }
- .postnote {
- {block:ifNotShow400pxposts}
- width:500px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- font-family:calibri;
- text-transform:lowercase;
- font-style:normal;
- letter-spacing:0px;
- font-size:10px;
- text-align:left;
- line-height:90%;
- margin-top:40px;
- }
- .postnote li {
- list-style-type:none;
- border-bottom:1px solid {color:Questions Border};
- padding:37px 0px 3px 0px;
- text-align:left;
- margin:0px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .postnote img {
- align: left;
- margin: 0px 2px -4px 1px;
- padding: 3px;
- }
- .music {
- width:500px;
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- padding-bottom:10px;
- }
- .albumart {
- float:left;
- padding:10px 10px 10px 0px;
- }
- .albumart img {
- width:45px;
- height:45px;
- }
- .playercontainer {
- text-align:left;
- padding:5px 5px -5px;
- width:480px;
- }
- .musicinfo {
- padding:10px;
- color:{color:text};
- }
- .quote {
- font-size:18px;
- font-family:Open Sans Condensed;
- letter-spacing:0px;
- line-height:90%;
- font-weight:normal;
- text-align:center;
- text-transform:lowercase;
- }
- .source {
- font-family:calibri;
- font-size:10px;
- font-style:normal;
- text-align:center;
- line-height:17px;
- }
- .chat ol {
- font-family:calibri;
- font-size:10px;
- padding:0px;
- list-style:none;
- }
- .label {
- font-family:Open Sans Condensed;
- text-transform:lowercase;
- font-size:12px;
- font-weight:bold;
- color:{color:Text};
- }
- .line.odd {
- padding:4px;
- margin-bottom:-1px;
- }
- .line.even {
- padding:4px;
- margin-bottom:-1px;
- }
- .ask {
- font-size:18px;
- font-family:Open Sans Condensed;
- letter-spacing:0px;
- text-align:left;
- text-transform:lowercase;
- }
- .question {
- {block:ifNotShow400pxposts}
- width:500px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- letter-spacing:0px;
- margin-top:10px;
- padding-bottom:3px;
- text-align:justify;
- color:{color:Text};
- border-bottom: 1px solid {color:Questions Border};
- }
- .answer {
- {block:ifNotShow400pxposts}
- width:500px;
- {/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}
- width:400px;
- {/block:ifShow400pxposts}
- letter-spacing:0px;
- text-align:justify;
- padding-top:5px;
- margin-bottom:1px;
- color:{color:Text};
- }
- .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:Link};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- </style>
- </head>
- <body>
- <div class="container">
- <div class="sidebar">
- <a href="/">
- <img src="{image:sidebar}" class="sidebarimage">
- </a>
- <div class="sidebarlinks">
- <a href="/ask">ask</a>
- {block:ifShowLink1}
- <span title={text:link1 hover}><a href="{text:link1 url}">01.</a></span>
- {/block:IfShowLink1}
- {block:ifShowLink2}
- <span title={text:link2 hover}><a href="{text:link2 url}">02.</a></span>
- {/block:IfShowLink2}
- {block:ifShowLink3}
- <span title={text:link3 hover}><a href="{text:link3 url}">03.</a></span>
- {/block:IfShowLink3}
- {block:ifShowLink4}
- <span title={text:link4 hover}><a href="{text:link4 url}">04.</a></span>
- {/block:IfShowLink4}
- </div>
- <div class="description">
- {Description}
- <br><br><br>
- {block:Pagination}
- <div class="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">back</a>
- {/block:PreviousPage}-{block:NextPage}
- <a href="{NextPage}">next</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- </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}<div class="chat"><ol>{block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}
- </ol></div>{/block:Chat}
- {block:Answer}<div class="ask"><span style="text-transform:lowercase;">{Asker} asked:</b></span></div> <div class="question">{Question}</div><div class="answer">{Answer}</div>{/block:answer}
- {block:Photo}
- {LinkOpenTag}{block:ifNotShow400pxposts}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{/block:ifNotShow400pxposts}
- {block:ifShow400pxposts}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{/block:ifShow400pxposts}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
- <br>{/block:Photo}
- {block:Photoset}
- {block:ifNotShow400pxposts}{Photoset-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Photoset-400}{/block:ifShow400pxposts}
- {block:Caption}{Caption}{/block:Caption}
- <br>{/block:Photoset}
- {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
- <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
- {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
- <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
- {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
- {block:Video}
- {block:ifNotShow400pxposts}{Video-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Video-400}{/block:ifShow400pxposts}
- {block:Caption}{Caption}{/block:Caption}<br>
- {/block:Video}
- {block:Date}<div class="info">{block:NoteCount}{block:IfNotShowHeartInfo}{NoteCountWithLabel}{/block:IfNotShowHeartInfo} {block:ifShowHeartInfo}{NoteCount} <span style="color:{color:Heart Info Color};"><span style="font-family:arial;font-size:7px;">♥</span></span>{/block:IfShowHeartInfo}{/block:NoteCount} <a href="{Permalink}">{Month} {DayOfMonthWithZero}</a> {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{block:ContentSource}<b>/</b><a href="{SourceURL}">source</a>{/block:ContentSource} {/block:RebloggedFrom} <span style="font-size:6px;text-transform:lowercase;"><a href="{ReblogURL}">↻</a></span>{/block:RebloggedFrom}</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://britishrobert.tumblr.com/"><u>britishrobert</a></u></div>
- </div>
- </div>
- </div>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment