Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- THEME #13 BY THEDOCTORKNOWS
- Please don't remove the credit, claim this code as your own nor use this as a base code. Thank you!-->
- <html>
- <head>
- <meta name="color:Background" content="#fcfdff" />
- <meta name="image:Background" content="" />
- <meta name="image:Sidebar" content="" />
- <meta name="image:SidebarBg" content="http://static.tumblr.com/ccsibxa/Z5Kmn5rv7/tardisbg2.jpg" />
- <meta name="color:Text" content="#858585" />
- <meta name="color:TabsBg" content="#ffffff" />
- <meta name="color:TabsText" content="#858585" />
- <meta name="color:Link" content="#87b2dc" />
- <meta name="color:LinkHover" content="#5f5f5f" />
- <meta name="color:PostsBg" content="#ffffff" />
- <meta name="color:PostsBorder" content="#87b2dc" />
- <meta name="color:TabsBorder" content="#87b2dc" />
- <meta name="color:Info" content="#87b2dc" />
- <meta name="color:Tags" content="#87b2dc" />
- <meta name="color:InfoBg" content="#87b2dc" />
- <meta name="text:DescriptionFontSize" content="11" />
- <meta name="text:TagsFontSize" content="9" />
- <meta name="if:Faded Images" content="1" />
- <meta name="if:Larger Tabs" content="0" />
- <meta name="if:Tags Box" content="0" />
- <meta name="if:Info Background" content="0" />
- <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 http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{Title}</title>
- <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>
- <style type="text/css" media="screen">
- body {
- background:{color:Background};
- background-image:url('{image:Background}');
- background-attachment:fixed;
- background-repeat:repeat;
- color:{color:Text};
- font-family:calibri;
- font-size:11px;
- 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;
- }
- #posts li {
- margin-left:30px;
- }
- #posts ul, #posts ol {
- margin:10px 0px 10px 0px;
- }
- 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;
- }
- #posts2 {
- width:500px;
- }
- {Block:IfFadedImages}
- #posts a img, #posts img, #photop {
- border: 0px;
- opacity: .50;
- filter: alpha(opacity=100);
- -o-transition: opacity 1s linear;
- -webkit-transition: opacity 1s linear;
- -moz-transition: opacity 1s linear;
- }
- #posts a:hover img, #posts img:hover, #photop:hover {
- opacity: 1;
- filter: alpha(opacity=80);
- -o-transition: opacity 1s linear;
- -webkit-transition: opacity 1s linear;
- -moz-transition: opacity 1s linear;
- }
- {/Block:IfFadedImages}
- #posts, ol.notes {
- width:500px;
- padding:25px;
- margin:40px 0px 0px 500px;
- background:{color:PostsBg};
- border:1px solid {color:PostsBorder};
- overflow:hidden;
- border-bottom:10px solid {color:PostsBorder};
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- ol.notes {
- list-style: none;
- }
- .quotepost {
- padding-top:10px;
- }
- .belowposts {
- font-size:9px;
- width:490px;
- {Block:IfNotInfoBackground}padding:2px 5px;{/Block:IfNotInfoBackground}
- {Block:IfInfoBackground}padding:1px 5px 3px 5px;{/Block:IfInfoBackground}
- text-transform:uppercase;
- {Block:IfInfoBackground}background:{color:InfoBg};{Block:IfInfoBackground}
- text-align:right;
- line-height:140%;
- margin-left:500px;
- margin-top:-2px;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- .belowposts a {
- color:{color:Info};
- }
- .tags {
- position:absolute;
- width:100px;
- {Block:IfNotTagsBox}
- margin-left:540px;
- margin-top:-30px;
- text-align:left;
- {/Block:IfNotTagsBox}
- {Block:IfTagsBox}
- margin-left:525px;
- margin-top:-26px;
- background:{color:PostsBg};
- border-top:1px solid {color:PostsBorder};
- border-right:1px solid {color:PostsBorder};
- border-bottom:1px solid {color:PostsBorder};
- padding:5px;
- text-align:right;
- {/Block:IfTagsBox}
- font-size:{text:TagsFontSize}px;
- text-transform:lowercase;
- font-style:italic;
- opacity:0;
- color:{color:Tags};
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- #posts2:hover .tags {
- opacity:1;
- }
- .tags a {
- color:{color:Tags};
- }
- .caption {
- margin-top:10px;
- }
- .portrait {
- width:48px;
- height:48px;
- border:5px solid {color:PostsBorder};
- }
- .asker {
- text-transform:uppercase;
- padding:5px 10px;
- width:422px;
- margin-left:58px;
- text-align:right;
- font-style:italic;
- font-size:9px;
- background:{color:PostsBorder};
- color:{color:PostsBg};
- margin-top:-58px;
- letter-spacing:0px;
- }
- .asker a {
- color:{color:PostsBg};
- }
- .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:PostsBorder};
- 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:PostsBorder};
- padding-bottom:-3px;
- margin-right:10px;
- width:100px;
- height:100px;
- }
- #albumart img {
- width:100px;
- height:100px;
- background:{color:PostsBorder};
- }
- #aud {
- min-height:100px;
- }
- #sb {
- width:400px;
- height:100%;
- background:{color:Background};
- position:fixed;
- margin-top:-40px;
- border-right:10px solid {color:TabsBorder};
- background-image:url('{image:SidebarBg}');
- background-attachment:fixed;
- background-repeat:repeat;
- }
- #sbpic, #sbpic img {
- width:230px;
- height:160px;
- }
- #sbpic {
- position:fixed;
- margin-top:18px;
- margin-left:70px;
- background:{color:TabsBg};
- border-top:10px solid {color:TabsBorder};
- border-left:1px solid {color:TabsBorder};
- border-right:1px solid {color:TabsBorder};
- border-bottom:1px solid {color:TabsBorder};
- }
- #sb2 {
- position:fixed;
- top:20%;
- height:390px;
- width:235px;
- }
- {Block:IfNotLargerTabs}
- #prev, #next {
- position:fixed;
- margin-top:0px;
- width:17px;
- height:18px;
- font-size:9px;
- text-align:center;
- background:{color:TabsBorder};
- color:{color:TabsBg};
- }
- {/Block:IfNotLargerTabs}
- {Block:IfLargerTabs}
- #prev, #next {
- padding:5px 0px;
- position:fixed;
- margin-top:-10px;
- width:23px;
- height:26px;
- font-size:18px;
- text-align:center;
- background:{color:TabsBorder};
- color:{color:TabsBg};
- }
- {/Block:IfLargerTabs}
- #prev a, #next a {
- color:{color:TabsBg};
- }
- #prev {
- {Block:IfNotLargerTabs}margin-left:264px;{/Block:IfNotLargerTabs}
- {Block:IfLargerTabs}margin-left:252px;{/Block:IfLargerTabs}
- }
- #next {
- {Block:IfNotLargerTabs}margin-left:285px;{/Block:IfNotLargerTabs}
- {Block:IfLargerTabs}margin-left:279px;{/Block:IfLargerTabs}
- }
- * {padding:0; margin:0;}
- .tabs {
- position:fixed;
- margin-top:368px;
- {Block:IfNotLargerTabs}
- margin-left:262px;
- font-size:9px;
- {/Block:IfNotLargerTabs}
- {Block:IfLargerTabs}margin-left:253px;{/Block:IfLargerTabs}
- }
- .tabs div {
- padding:10px;
- width:200px;
- background:{color:TabsBg};
- }
- {Block:IfNotLargerTabs}
- .tabs li {
- width:10px;
- height:10px;
- font-size:9px;
- list-style:none;
- display:inline;
- margin-left:2px;
- }
- {/Block:IfNotLargerTabs}
- {Block:IfLargerTabs}
- .tabs li {
- width:35px;
- height:35px;
- font-size:18px;
- list-style:none;
- display:inline;
- margin-left:2px;
- }
- {/Block:IfLargerTabs}
- .tabs a {
- {Block:IfNotLargerTabs}padding:2px 6px;{/Block:IfNotLargerTabs}
- {Block:IfLargerTabs}padding:6px 6px;{Block:IfLargerTabs}
- display:inline-block;
- background:{color:TabsBg};
- color:{color:TabsBorder};
- text-decoration:none;
- border:1px solid {color:TabsBorder};
- }
- .tabs a.active {
- background:{color:TabsBorder};
- color:{color:TabsBg};
- }
- #tab1, #tab2 {
- position:fixed;
- width:200px;
- padding:15px;
- height:130px;
- color:{color:TabsText};
- background:{color:TabsBg};
- margin-top:198px;
- margin-left:70px;
- border-bottom:10px solid {color:TabsBorder};
- border-left:1px solid {color:TabsBorder};
- border-right:1px solid {color:TabsBorder};
- border-top:1px solid {color:TabsBorder};
- }
- #tab1 {
- font-size:{text:DescriptionFontSize}px;
- line-height:110%;
- overflow:auto;
- }
- #tab1::-webkit-scrollbar-thumb {
- background-color:{color:TabsBorder};
- height:10px;
- }
- #tab1::-webkit-scrollbar {
- background-color:{color:TabsBg};
- height:8px;
- width:5px;
- }
- .linkss {
- list-style:none;
- text-transform:uppercase;
- margin-top:-11px;
- font-size:9px;
- }
- .linkss li {
- width:190px;
- padding:3px 5px;
- text-align:center;
- background:{color:TabsBorder};
- margin-bottom:3px;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- .linkss a {
- color:{color:TabsBg};
- }
- .linkss li:hover {
- background:{color:TabsBg};
- color:{color:TabsBorder};
- }
- .linkss li:hover a {
- color:{color:TabsBorder};
- }
- #bts {
- margin-left:1014px;
- {Block:IfNotInfoBackground}margin-top:-14px;{/Block:IfNotInfoBackground}
- {Block:IfInfoBackground}margin-top:-16px;{/Block:IfInfoBackground}
- }
- #bts2 {
- margin-left:1036px;
- {Block:IfNotInfoBackground}margin-top:-16px;{/Block:IfNotInfoBackground}
- {Block:IfInfoBackground}margin-top:-16px;{/Block:IfInfoBackground}
- overflow:visible;
- }
- #bts2 img {
- overflow:visible;
- }
- #bts, #bts2 {
- width:10px;
- height:10px;
- background:{color:PostsBorder};
- padding:3px;
- }
- #bts2 p {
- margin-top:-10px;
- }
- .credit {
- text-transform: uppercase;
- position: fixed;
- background:{color:PostsBg};
- color:{color:InfoBorder};
- bottom:-14px;
- right:5px;
- font-size:9px;
- border:1px solid {color:InfoBorder};
- padding:1px 10px;
- -webkit-border-top-left-radius: 5px;
- -webkit-border-top-right-radius: 5px;
- -moz-border-radius-topleft: 5px;
- -moz-border-radius-topright: 5px;
- border-top-left-radius: 5px;
- border-top-right-radius: 5px;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- .credit a {
- color:{color:InfoBorder};
- }
- .credit:hover {
- bottom:0px;
- }
- </style>
- </head>
- <body>
- <div id="sb"></div>
- <div id="sb2">
- {block:Pagination}
- {block:PreviousPage}
- <div id="prev"><a href="{PreviousPage}">«</a></div>
- {/block:PreviousPage}
- {block:NextPage}
- <div id="next"><a href="{NextPage}">»</a></div>
- {/block:NextPage}
- {/block:Pagination}
- <div id="sbpic"><img src="{image:Sidebar}"></div>
- <ul class="tabs">
- <li><a href="#tab1">I</a></li>
- <li><a href="#tab2">II</a></li>
- </ul>
- <div id="tab1">
- {block:Description}
- {Description}
- {/block:Description}
- </div>
- <div id="tab2">
- <ul class="linkss">
- <a href="/"><li>index</li></a>
- <a href="/ask"><li>message</li></a>
- <a href="/archive"><li>archive</li></a>
- {Block:IfLink1}<a href="{text:Link 1 URL}"><li>{text:Link 1}</li></a>{/Block:IfLink1}
- {Block:IfLink2}<a href="{text:Link 2 URL}"><li>{text:Link 2}</li></a>{/Block:IfLink2}
- {Block:IfLink3}<a href="{text:Link 3 URL}"><li>{text:Link 3}</li></a>{/Block:IfLink3}
- {Block:IfLink4}<a href="{text:Link 4 URL}"><li>{text:Link 4}</li></a>{/Block:IfLink4}
- </ul>
- </div>
- </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="posts2">
- <div id="posts">
- {block:HasTags}<div class="tags">{block:Tags} <a href="{TagURL}" target="_blank">{Tag}<br /></a>{/block:Tags}</div>{/block:HasTags}
- {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}</div>
- <div id="bts">{ReblogButton color="white" size="10"}</div>
- <div id="bts2"><p>{LikeButton color="white" size="10"}</p></div>
- </div>
- {/block:Posts}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- <div class="credit"><center><strong><a href="http://thedoctorknows.tumblr.com/">credit:</a></strong></center><center><a href="http://thedoctorknows.tumblr.com/">theme</a></center></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement