Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--THEME #8 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="image:Background" content="" />
- <meta name="image:Sidebar" content="" />
- <meta name="image:Sidebar2" content="" />
- <meta name="image:SidebarBg" content="http://media.tumblr.com/1e11252702d3a9bbcd1fbaf28f2d7de9/tumblr_inline_mkt00cEcDF1qz4rgp.png" />
- <meta name="image:SidebarLineBg" content="" />
- <meta name="image:DescAndLinksBg" content="" />
- <meta name="color:Background" content="#f8f8f8" />
- <meta name="color:PostsBg" content="#e6e6e6" />
- <meta name="color:SidebarBg" content="#ffffff" />
- <meta name="color:ScrollbarBackground" content="#ffffff" />
- <meta name="color:Text" content="#929292" />
- <meta name="color:Link" content="#a888aa" />
- <meta name="color:LinkHover" content="#e300ff" />
- <meta name="color:BoldAndItalicText" content="#a888aa" />
- <meta name="color:Info" content="#ffffff" />
- <meta name="color:Tags" content="#7b4b80" />
- <meta name="color:SidebarBorder" content="#6b576d" />
- <meta name="color:SidebarImgBorder" content="#6b576d" />
- <meta name="color:DescAndLinksBg" content="#826d85" />
- <meta name="color:SideLinks" content="#ffffff" />
- <meta name="color:Description" content="#ffffff" />
- <meta name="color:PaginationLinks" content="#6b576d" />
- <meta name="color:AskBg" content="#826d85" />
- <meta name="color:Asks" content="#ffffff" />
- <meta name="text:FontSize" content="10" />
- <meta name="text:TitleFontSize" content="12" />
- <meta name="text:AsksFontSize" content="9" />
- <meta name="text:InfoFontSize" content="8" />
- <meta name="text:TagsFontSize" content="9" />
- <meta name="text:AskText" content="asked" />
- <meta name="text:Link 1" content="link 1" />
- <meta name="text:Link 1 URL" content="/" />
- <meta name="text:Link 2" content="link 2" />
- <meta name="text:Link 2 URL" content="/" />
- <meta name="text:Link 3" content="link 3" />
- <meta name="text:Link 3 URL" content="/" />
- <meta name="text:Link 4" content="link 4" />
- <meta name="text:Link 4 URL" content="/" />
- <meta name="text:Link 5" content="link 5" />
- <meta name="text:Link 5 URL" content="/" />
- <meta name="text:Link 6" content="link 6" />
- <meta name="text:Link 6 URL" content="/" />
- <meta name="if:Sidebar Border" content="1" />
- <meta name="if:Faded Images" content="0" />
- <meta name="if:Second Sidebar" content="1" />
- <meta name="if:Switch On Hover" content="1" />
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- {/block:Description}
- <script type='text/javascript'>
- //<![CDATA[
- msg = "{Title}";
- msg = " - " + msg;pos = 0;
- function scrollMSG() {
- document.title = msg.substring(pos, msg.length) + msg.substring(0, pos); pos++;
- if (pos > msg.length) pos = 0
- window.setTimeout("scrollMSG()",200);
- }
- scrollMSG();
- //]]>
- </script>
- </head>
- <style type="text/css">
- iframe#tumblr_controls {
- top: 0% !important;
- right:0% !important;
- position: fixed !important;
- }
- iframe#tumblr_controls {
- white-space:nowrap;
- -webkit-filter: invert(100%);
- -moz-filter: invert(100%);
- -o-filter: invert(100%);
- -ms-filter: invert(100%);
- filter: invert(100%);
- opacity:.2;
- transition: .8s ease-in-out;
- -webkit-transition: .8s ease-in-out;
- -moz-transition: .8s ease-in-out;
- -o-transition: .8s ease-in-out;
- }
- 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:100%;
- }
- 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;
- }
- a:hover {
- color:{color:LinkHover};
- }
- b, i {
- color:{color:BoldAndItalicText};
- }
- h2 {
- text-transform: uppercase;
- font-size:{text:TitleFontSize}px;
- font-family:Calibri;
- padding-right:7px;
- padding-bottom:7px;
- }
- h2 a {
- color:{color:Text};
- }
- a.tl, .tags a {
- color:{color:Tags};
- }
- a.il {
- color:{color:Info};
- }
- a.ll, #links a {
- color:{color:SideLinks};
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- a.ll:hover, #links a:hover {
- color:{color:Link};
- }
- a.pl {
- color:{color:PaginationLinks};
- }
- blockquote {
- padding-left:5px;
- border-left:3px solid;
- }
- blockquote img {
- max-width:450px;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:3px solid;
- }
- 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;
- }
- small {
- font-size:{text:FontSize}px;
- }
- {Block:IfFadedImages}
- #content a img, #posts img, #photop {
- border: 0px;
- opacity: .60;
- filter: alpha(opacity=100);
- -o-transition: opacity 1s linear;
- -webkit-transition: opacity 1s linear;
- -moz-transition: opacity 1s linear;
- }
- #content a:hover img, #posts img:hover, #photop:hover {
- opacity: 1;
- filter: alpha(opacity=80);
- -o-transition: opacity 0.5s linear;
- -webkit-transition: opacity 0.5s linear;
- -moz-transition: opacity 1s linear;
- }
- {/Block:IfFadedImages}
- .credit {
- position:fixed;
- bottom:8px;
- right:8px;
- font-size:8px;
- text-transform:uppercase;
- background:white;
- padding:4px;
- border:1px solid black;
- }
- .credit a, .credit2 a {
- color:black;
- }
- .credit2 {
- position:fixed;
- bottom:32px;
- right:8px;
- font-size:8px;
- text-transform:uppercase;
- background:white;
- padding:4px;
- border:1px solid black;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:ScrollbarBackground};
- width:7px;
- height:100px;
- border: 1px solid {color:PostsBg};
- -webkit-border-radius: 6px;
- }
- ::-webkit-scrollbar {
- height:10px;
- width:7px;
- background-color: {color:Background};
- }
- #posts, ol.notes {
- width:500px;
- margin-left:372px;
- margin-right:auto;
- padding:20px;
- margin-top:25px;
- margin-bottom:50px;
- background:{color:PostsBg};
- }
- ol.notes {
- list-style: none;
- }
- .quotepost {
- padding-top:10px;
- }
- #asks {
- text-align:right;
- font-family:Calibri;
- font-size:{text:AsksFontSize}px;
- text-transform:uppercase;
- width:480px;
- padding:5px 10px 5px 10px;
- background:{color:AskBg};
- color:{color:Asks};
- }
- #asks a {
- color:{color:Text};
- }
- #ques {
- padding:2px 10px 2px 10px;
- width:480px;
- text-align:right;
- font-style:italic;
- }
- #replies {
- margin-left:3px;
- margin-top:8px;
- }
- #aud {
- min-height:110px;
- }
- #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:SidebarImgBorder};
- padding-bottom:-3px;
- margin-right:10px;
- width:100px;
- height:100px;
- }
- #albumart img {
- width:100px;
- height:100px;
- background:{color:Text};
- }
- .acaption {
- min-height:90px;
- }
- ul.chat {
- list-style:none;
- }
- .chat1, .chat {
- margin-left:0px;
- }
- .chat, .chat1, .chat2 {
- margin-top:-3px;
- margin-bottom: -7px;
- padding: 5px 7px 7px 7px;
- }
- .chat2odd {
- padding:5px;
- border-top:1px solid {color:Text};
- border-bottom:1px solid {color:Text};#
- }
- .chat2odd:first-child {
- border-top:0px;
- }
- .chat2even {
- padding:5px;
- }
- #sb {
- position:fixed;
- background:{color:SidebarBg};
- width:250px;
- height:150%;
- margin-top:-25px;
- margin-left:-10px;
- background-image:url('{image:SidebarBg}');
- background-attachment:fixed;
- background-repeat:repeat;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- transition: all 1s ease-out;
- }
- {Block:IfSwitchOnHover}
- #sb:hover #sbpic {
- margin-top:200px;
- }
- {/Block:IfSwitchOnHover}
- #mt {
- margin-top:50%;
- vertical-align:middle;
- }
- {Block:IfNotSidebarBorder}
- #sbpic, #desc, #links, #box {
- position:fixed;
- margin-left:36px;
- color:{color:Description};
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- transition: all 1s ease-out;
- }
- #sbpic, #sbpic img, #box {
- width:175px;
- height:175px;
- }
- #sbpic {
- margin-top:0px;
- background:{color:SidebarImgBorder};
- }
- #links {
- width:140px;
- height:135px;
- padding:20px 15px 20px 20px;
- }
- #desc {
- width:120px;
- height:140px;
- padding:10px 20px 20px 35px;
- overflow:hidden;
- }
- {/Block:IfNotSidebarBorder}
- {Block:IfSidebarBorder}
- #sbpic, #desc, #links, #box {
- position:fixed;
- margin-left:36px;
- color:{color:Description};
- border:10px solid {color:SidebarImgBorder};
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- transition: all 1s ease-out;
- }
- #sbpic {
- width:155px;
- height:155px;
- border:10px solid {color:SidebarImgBorder};
- margin-top:0px;
- }
- #sbpic img {
- width:155px;
- height:155px;
- }
- #links {
- width:115px;
- height:123px;
- padding:12px 20px 20px 20px;
- }
- #box {
- width:155px;
- height:155px;
- }
- #desc {
- width:120px;
- height:140px;
- padding:5px 10px 10px 25px;
- overflow:hidden;
- }
- {/Block:IfSidebarBorder}
- #desc, #links, #box {
- margin-top:200px;
- }
- #links {
- background:{color:DescAndLinksBg};
- background-image:url('{image:DescAndLinksBg}');
- background-attachment:fixed;
- background-repeat:repeat;
- text-transform:uppercase;
- text-align:center;
- vertical-align:middle;
- opacity:0;
- }
- #box {
- background:{color:DescAndLinksBg};
- background-image:url('{image:DescAndLinksBg}');
- background-attachment:fixed;
- background-repeat:repeat;
- }
- #desc {
- background:{color:DescAndLinksBg};
- background-image:url('{image:DescAndLinksBg}');
- background-attachment:fixed;
- background-repeat:repeat;
- text-align:right;
- opacity:1;
- }
- {Block:IfSecondSidebar}
- #sbpic img {
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- transition: all 1s ease-out;
- }
- #sb:hover #sbpic img {
- opacity:0;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- transition: all 1s ease-out;
- }
- #sbpic {
- background-image:url('{image:Sidebar2}');
- background-attachment:absolute;
- background-repeat:repeat;
- }
- {/Block:IfSecondSidebar}
- #sb:hover #desc {
- {Block:IfSwitchOnHover}margin-top:0px;{/Block:IfSwitchOnHover}
- opacity:0;
- }
- #sb:hover #links {
- {Block:IfSwitchOnHover}margin-top:0px;{/Block:IfSwitchOnHover}
- z-index:9999;
- opacity:1;
- }
- {Block:IfSwitchOnHover}
- #sb:hover #box {
- margin-top:0px;
- }
- {/Block:IfSwitchOnHover}
- #pag {
- position:fixed;
- width:165px;
- height:100px;
- text-align:center;
- font-style:italic;
- font-size:100px;
- padding-top:75px;
- padding-right:10px;
- margin-left:36px;
- opacity:0;
- z-index:9999;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- transition: all 1s ease-out;
- }
- #sb:hover #pag {
- margin-top:200px;
- opacity:1;
- }
- #linee {
- position:fixed;
- margin-left:240px;
- margin-top:-25px;
- width:90px;
- height:150%;
- background:{color:SidebarBorder};
- background-image:url('{image:SidebarLineBg}');
- background-attachment:fixed;
- background-repeat:repeat;
- }
- .a {
- position:absolute;
- width:65px;
- height:auto;
- margin-left:-150px;
- margin-top:-27px;
- line-height:150%;
- padding:10px;
- text-align:center;
- text-transform:uppercase;
- font-size:{text:InfoFontSize}px;
- opacity:0;
- -webkit-transition: all 1s ease-out;
- -moz-transition: all 1s ease-out;
- transition: all 1s ease-out;
- }
- #posts:hover .a {
- opacity:1;
- }
- .tags {
- position:absolute;
- width:150px;
- line-height:150%;
- margin-left:500px;
- margin-top:-18px;
- font-size:{text:TagsFontSize}px;
- opacity:0;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- #posts:hover .tags {
- margin-left:540px;
- opacity:1;
- }
- </style>
- <body>
- <div id="sb">
- <div id="mt">
- {block:Pagination}
- <div id="pag">
- {block:PreviousPage}
- <a href="{PreviousPage}" class="pl">«</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}" class="pl">»</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- <div id="sbpic">
- <a href="/"><img src="{image:Sidebar}"></a>
- </div>
- <div id="box"></div>
- <div id="links">
- <p><a href="{text:Link 1 URL}" class"ll">{text:Link 1}</a></p>
- <p><a href="{text:Link 2 URL}" class"ll">{text:Link 2}</a></p>
- <p><a href="{text:Link 3 URL}" class"ll">{text:Link 3}</a></p>
- <p><a href="{text:Link 4 URL}" class"ll">{text:Link 4}</a></p>
- <p><a href="{text:Link 5 URL}" class"ll">{text:Link 5}</a></p>
- <p><a href="{text:Link 6 URL}" class"ll">{text:Link 6}</a></p>
- </div>
- <div id="desc">
- {block:Description}
- <p id="description">{Description}</p>
- {/block:Description}
- </div>
- </div>
- </div>
- <div id="linee"></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">
- <div class="a">{block:Date}<a href="{Permalink}" target="_blank" class="il"><div id="da">{TimeAgo}</div></a> {/block:Date}{block:NoteCount} <a href="{Permalink}" target="_blank" class="il"><div id="notess">{NoteCountWithLabel}</div></a>{/block:NoteCount} {block:RebloggedFrom} <a href="{ReblogParentURL}" class="il"><div id="via">via</div></a> <a href="{ReblogRootURL}" class="il"><div id="sou">©</div></a> {/block:RebloggedFrom} <a href={ReblogURL} target="_blank" class="il"><div id="reb">reblog</div></a>
- </div>
- {block:HasTags}<div class="tags">{block:Tags} <a href="{TagURL}" target="_blank" class="tl">{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}
- {Caption}
- {/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 id="asks">{Asker} {text:AskText}</div>
- <div id="ques">{Question}</div>
- <div id="replies">{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>
- {/block:Posts}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- <div class="credit"><a href="http://thedoctorknows.tumblr.com/">© theme</a></div>
- <div class="credit2"><a href="http://owlcritic.tumblr.com/">colour scheme credit</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement