Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--THEME #11 BY THEDOCTORKNOWS
- Please don't remove the credit, claim this code as your own nor use this as a base code. Thank you!-->
- <!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">
- <html>
- <head>
- <meta name="color:Background" content="#2b2a2a" />
- <meta name="image:Background" content="http://static.tumblr.com/ccsibxa/u7bmmcza8/cartographer.png" />
- <meta name="image:Sidebar" content="" />
- <meta name="color:Text" content="#141414" />
- <meta name="color:Link" content="#adaeaf" />
- <meta name="color:LinkHover" content="#5f5f5f" />
- <meta name="color:PostsBg" content="#807f7f" />
- <meta name="color:TagsBg" content="#464545" />
- <meta name="color:TagsBottom" content="#353434" />
- <meta name="color:TagsShadow" content="#1a1a1a" />
- <meta name="color:PostsShadow" content="#5c5b5b" />
- <meta name="color:SidebarBg" content="#464545" />
- <meta name="color:SidebarText" content="#b8b8b8" />
- <meta name="color:SideLinksBg" content="#353434" />
- <meta name="color:SideLinks" content="#807f7f" />
- <meta name="color:SidebarBottom" content="#353434" />
- <meta name="color:Tags" content="#8d8d8d" />
- <meta name="color:AsksBg" content="#575757" />
- <meta name="color:TagsBorder" content="#868686" />
- <meta name="text:FontSize" content="11" />
- <meta name="text:InfoFontSize" content="9" />
- <meta name="text:DescriptionFontSize" content="11" />
- <meta name="text:LinksFontSize" content="9" />
- <meta name="text:URL" content="" />
- <meta name="text:Link 1 URL" content="" />
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 2 URL" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 3 URL" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 4 URL" content="" />
- <meta name="text:Link 4" content="" />
- <meta name="text:Tab 1 Title" content="about" />
- <meta name="text:Tab 2 Title" content="links" />
- <meta name="text:Tab 3 Title" content="message" />
- <meta name="if:TagsShadow" content="0" />
- <meta name="if:PostsShadow" content="1" />
- <meta name="if:Greyscale" content="1" />
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $('ul.tabs').each(function(){
- var $active, $content, $links = $(this).find('a');
- $active = $($links.filter('[href="'+location.hash+'"]')[0] || $links[0]);
- $active.addClass('active');
- $content = $($active.attr('href'));
- $links.not($active).each(function () {
- $($(this).attr('href')).hide();
- });
- $(this).on('click', 'a', function(e){
- $active.removeClass('active');
- $content.hide();
- $active = $(this);
- $content = $($(this).attr('href'));
- $active.addClass('active');
- $content.show();
- e.preventDefault();
- });
- });
- });
- </script>
- </head>
- <style type="text/css">
- @font-face {
- font-family: "Yanone Kaffeesatz";
- src:url('http://static.tumblr.com/ccsibxa/giFmi9pyt/yanonekaffeesatz-regular.ttf');
- }
- body {
- background:{color:Background};
- background-image:url('{image:Background}');
- background-attachment:fixed;
- background-repeat:repeat;
- color:{color:Text};
- font-family:calibri;
- font-size:{text:FontSize}px;
- line-height:120%;
- }
- a {
- text-decoration: none;
- color: {color:Link};
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- #posts a {
- font-style:italic;
- }
- a:hover {
- color:{color:LinkHover};
- }
- p {
- margin:5px 0px;
- }
- h2 {
- margin-bottom:10px;
- }
- blockquote {
- padding-left:7px;
- border-left:2px solid;
- margin:7px;
- }
- blockquote blockquote {
- padding-left:7px;
- border-left:2px solid;
- }
- #posts img {
- max-width:500px;
- }
- blockquote img {
- max-width:445px;
- }
- blockquote blockquote img {
- max-width:400px;
- }
- blockquote blockquote blockquote img {
- max-width:355px;
- }
- blockquote blockquote blockquote blockquote img {
- max-width:310px;
- }
- blockquote blockquote blockquote blockquote blockquote img {
- max-width:265px;
- }
- blockquote blockquote blockquote blockquote blockquote blockquote img {
- max-width:220px;
- }
- blockquote blockquote blockquote blockquote blockquote blockquote blockquote img {
- max-width:175px;
- }
- blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote img {
- max-width:130px;
- }
- blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote img {
- max-width:85px;
- }
- blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote img {
- max-width:40px;
- }
- #posts li {
- margin-left:30px;
- }
- #posts ul, #posts ol {
- margin:10px 0px 10px 0px;
- }
- #posts, ol.notes {
- width:500px;
- margin-left:auto;
- margin-right:auto;
- padding:30px;
- margin:60px 0px 0px 650px;
- background:{color:PostsBg};
- {Block:IfPostsShadow}box-shadow:inset 0px 0px 10px {color:PostsShadow};{/Block:IfPostsShadow}
- overflow:hidden;
- }
- ol.notes {
- list-style: none;
- }
- {Block:IfGreyscale}
- #content a img, #posts img, #photop {
- filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
- filter: gray;
- -webkit-filter: grayscale(100%);
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- #content a:hover img, #posts img:hover, #photop:hover {
- filter:none;
- -webkit-filter:none;
- }
- {/Block:IfGreyscale}
- .quotepost {
- padding-top:10px;
- }
- .belowposts {
- font-size:{text:InfoFontSize}px;
- width:540px;
- padding:10px;
- text-transform:uppercase;
- text-align:center;
- line-height:140%;
- margin-bottom:0px;
- margin-left:650px;
- background: {color:TagsBg};
- border-top:dotted;
- border-width:2px;
- border-color:{color:TagsBorder};
- {Block:IfTagsShadow}box-shadow:inset 0px 0px 10px {color:TagsShadow};{/Block:IfTagsShadow}
- }
- .belowposts a {
- color:{color:Tags};
- }
- .dbox {
- height: 0;
- width: 512px;
- border-top: 15px solid {color:TagsBottom};
- border-left: 20px solid transparent;
- border-right: 20px solid transparent;
- padding: 0 8px 0 0;
- margin-left:650px;
- margin-bottom:30px;
- }
- .caption {
- margin-top:10px;
- }
- .portrait {
- width:48px;
- height:48px;
- border:5px solid {color:TagsBg};
- }
- .asker {
- text-transform:uppercase;
- padding:5px 10px;
- width:422px;
- margin-left:58px;
- text-align:right;
- font-style:italic;
- font-size:9px;
- background:{color:TagsBg};
- color:{color:Tags};
- margin-top:-58px;
- letter-spacing:0px;
- }
- .asker a {
- color:{color:Tags};
- }
- .question {
- font-style:italic;
- width:422px;
- height:auto;
- padding:10px;
- margin-left:58px;
- text-align:right;
- margin-top:-5px;
- overflow:hidden;
- }
- .answer {
- margin-top:20px;
- }
- ul.chat {
- list-style:none;
- }
- .chat1, .chat {
- margin-left:0px;
- }
- .chat, .chat1, .chat2 {
- margin-top:-3px;
- margin-bottom: -7px;
- padding:5px;
- }
- .chat2odd {
- padding:5px;
- background:{color:TagsBg};
- color:{color:PostsBg};
- }
- .chat2even {
- padding:5px;
- }
- #player {
- width:30px;
- height:30px;
- overflow:hidden;
- position:absolute;
- margin-top:40px;
- margin-bottom:45px;
- margin-left:40px;
- z-index:9999;
- }
- #albumart {
- float:left;
- border:4px solid {color:TagsBg};
- padding-bottom:-3px;
- margin-right:10px;
- width:100px;
- height:100px;
- }
- #albumart img {
- width:100px;
- height:100px;
- background:{color:TagsBg};
- }
- #aud {
- min-height:100px;
- }
- .tags {
- text-transform:lowercase;
- font-style:italic;
- }
- .credit {
- text-transform: uppercase;
- position: fixed;
- background:#929292;
- bottom:5px;
- right:5px;
- font-size:9px;
- border:1px solid white;
- padding:1px 3px;
- }
- .credit a {
- color:white;
- }
- #pagination {
- position:fixed;
- width:530px;
- text-align:right;
- font-style:italic;
- font-size:10px;
- top:48px;
- left:0px;
- }
- #pagination a {
- color:{color:Link};
- }
- .sbpic {
- position:fixed;
- }
- .sbpic img {
- width:530px;
- height:220px;
- }
- * {padding:0; margin:0;}
- .tabs {
- position:fixed;
- margin-top:197px;
- }
- .tabs div {
- padding:10px;
- width:500px;
- background:{color:SidebarBg};
- }
- .tabs li {
- list-style:none;
- display:inline;
- font-style:italic;
- margin-left:2px;
- }
- .tabs a {
- padding:5px 10px;
- display:inline-block;
- background:{color:SidebarText};
- color:{color:SidebarBg};
- text-decoration:none;
- }
- .tabs a.active {
- background:{color:SidebarBg};
- color:{color:SidebarText};
- }
- .listone li, .listtwo li {
- list-style:none;
- width:200px;
- padding:10px;
- height:15px;
- background:{color:SideLinksBg};
- color:{color:SideLinks};
- margin-bottom:30px;
- text-transform:uppercase;
- text-align:center;
- font-size:{text:LinksFontSize}px;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- .listone {
- margin-top:5px;
- margin-left:10px;
- letter-spacing:1px;
- }
- .listtwo {
- position:absolute;
- margin-left:260px;
- margin-top:-195px;
- letter-spacing:1px;
- }
- .listone a, .listtwo a {
- color:{color:SideLinks};
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- .listone li:hover, .listtwo li:hover {
- color:{color:SideLinksBg};
- background:{color:SideLinks};
- letter-spacing:3px;
- }
- .listone li:hover a, .listtwo li:hover a {
- color:{color:SideLinksBg};
- }
- #tab1, #tab2, #tab3 {
- position:fixed;
- width:500px;
- padding:15px;
- height:190px;
- color:{color:SidebarText};
- background:{color:SidebarBg};
- margin-top:220px;
- }
- #tab1 {
- font-size:{text:DescriptionFontSize}px;
- line-height:120%;
- letter-spacing:1px;
- overflow:auto;
- }
- #tab1::-webkit-scrollbar-thumb {
- background-color:{color:SidebarText};
- height:10px;
- }
- #tab1::-webkit-scrollbar {
- background-color:{color:SidebarBg};
- height:8px;
- width:5px;
- }
- #sbbox {
- position:fixed;
- height: 0;
- width: 502px;
- border-top: 15px solid {color:SidebarBottom};
- border-left: 0px solid transparent;
- border-right: 20px solid transparent;
- padding: 0 8px 0 0;
- margin-top:440px;
- }
- </style>
- <body>
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}"><small>←</small> previous</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">next <small>→</small></a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- <div class="sbpic"><img src="{image:Sidebar}"></div>
- <ul class="tabs">
- <li><a href="#tab1">{text:Tab 1 Title}</a></li>
- <li><a href="#tab2">{text:Tab 2 Title}</a></li>
- <li><a href="#tab3">{text:Tab 3 Title}</a></li>
- </ul>
- <div id="tab1">
- {block:Description}
- {Description}
- {/block:Description}
- </div>
- <div id="tab2">
- <ul class="listone">
- <a href="/"><li>index</li></a>
- <a href="/archive"><li>archive</li></a>
- <a href="{text:Link 1 URL}"><li>{text:Link 1}</li></a>
- </ul>
- <ul class="listtwo">
- <a href="{text:Link 2 URL}"><li>{text:Link 2}</li></a>
- <a href="{text:Link 3 URL}"><li>{text:Link 3}</li></a>
- <a href="{text:Link 4 URL}"><li>{text:Link 4}</li></a>
- </ul>
- </div>
- <div id="tab3">
- <iframe frameborder="0" border="0" scrolling="no" width="500" height="190" allowtransparency="true" src="http://www.tumblr.com/ask_form/{text:URL}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe>
- </div>
- </div>
- <div id="sbbox"></div>
- <div id="content">
- {block:Posts}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <div id="posts">
- {block:Text}
- <div class="textpost">
- {block:Title}
- <a href="{Permalink}"><h2>{Title}</h2></a>
- {/block:Title}
- {Body}
- </div>
- {/block:Text}
- {Block:Photo}
- {LinkOpenTag}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
- {LinkCloseTag}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/Block:Photo}
- {block:Photoset}
- <div class="photopost">
- <center><div id="photop">{Photoset-500}</div></center>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div class="quotepost"><center>"{Quote}"</center></div>
- {block:Source}<div class="source">—{Source}{/block:Source}</div>{/block:Quote}
- {block:Link}
- <div class="linkpost">
- <a href="{URL}" class="link" {Target}><h2>{Name}</h2></a></div>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- {/block:Link}
- {block:Chat}
- <ul class="chat">
- <div class="chat">
- <div class="chat1">
- {Block:Lines}
- <div class="chat2{Alt}">
- {Block:Label}
- <span>{Label}</span>
- {/Block:Label}
- {Line}
- </div>
- {/Block:Lines}
- </div>
- </div>
- </ul>
- {/block:Chat}
- {block:Answer}<div class="portrait"><img src="{AskerPortraitURL-48}"></div>
- <div class="asker">{Asker} asked</div>
- <div class="question">{Question}</div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- {block:Video}<div class="videopost">
- <center>{Video-500}</center>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Video}
- {block:Audio}<div id="aud">
- <div id="player">{AudioPlayerGrey}</div>
- <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
- {PlayCountWithLabel}
- {block:Caption}<div class="acaption">{caption}</div>{/block:Caption}
- </div>
- {/block:Audio}
- </div>
- <div class="belowposts">{block:Date}<a href="{Permalink}" target="_blank">{TimeAgo}</a> {/block:Date}{block:NoteCount} <a href="{Permalink}" target="_blank">• {NoteCountWithLabel}</a>{/block:NoteCount} {block:RebloggedFrom} <a href="{ReblogParentURL}">• via</a> <a href="{ReblogRootURL}">• ©</a> {/block:RebloggedFrom}
- {block:HasTags}<div class="tags">{block:Tags} <a href="{TagURL}" target="_blank">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}</div></div>
- <div class="dbox"></div>
- {/block:Posts}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- <div class="credit"><a href="http://thedoctorknows.tumblr.com/"><center>© theme</center></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement