Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--THEME #9 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>
- <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}
- <meta name="image:Background" content="" />
- <meta name="image:Sidebar" content="" />
- <meta name="image:SidebarBg" content="" />
- <meta name="color:Background" content="#ffffff" />
- <meta name="color:Text" content="#ffffff" />
- <meta name="color:Link" content="#ff3b3b" />
- <meta name="color:LinkHover" content="#ff3b3b" />
- <meta name="color:AsksBg" content="#ff3b3b" />
- <meta name="color:Asks" content="#ffffff" />
- <meta name="color:PostsBg" content="#000000" />
- <meta name="color:PostsBorder" content="#ff3b3b" />
- <meta name="color:Tags" content="#000000" />
- <meta name="color:SidebarBg" content="#000000" />
- <meta name="color:TitleBg" content="#ff3b3b" />
- <meta name="color:Title" content="#ffffff" />
- <meta name="color:SidebarImgBorder" content="#ff3b3b" />
- <meta name="color:Description" content="#ffffff" />
- <meta name="color:SideLinksBg" content="#fd2f2f" />
- <meta name="color:SideLinks" content="#ffffff" />
- <meta name="text:FontSize" content="12" />
- <meta name="text:PostsTitleFontSize" content="25" />
- <meta name="text:DescFontSize" content="10" />
- <meta name="text:SideLinksFontSize" content="10" />
- <meta name="text:TagsFontSize" content="10" />
- <meta name="text:InfoFontSize" content="9" />
- <meta name="text:TitleFontSize" content="30" />
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 1 URL" content="/" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 2 URL" content="/" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 3 URL" content="/" />
- <meta name="text:Link 4" content="" />
- <meta name="text:Link 4 URL" content="/" />
- <meta name="text:Link 5" content="" />
- <meta name="text:Link 5 URL" content="/" />
- <meta name="if:Link One" content="1" />
- <meta name="if:Link Two" content="1" />
- <meta name="if:Link Three" content="1" />
- <meta name="if:Link Four" content="1" />
- <meta name="if:Link Five" content="1" />
- <meta name="if:Greyscale" content="1" />
- <meta name="if:SidebarGreyscale" content="1" />
- <link href='http://fonts.googleapis.com/css?family=Carrois+Gothic+SC' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Gentium+Basic' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Julius+Sans+One' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=BenchNine' rel='stylesheet' type='text/css'>
- </head>
- <style type="text/css">
- body {
- background:{color:Background};
- background-image:url('{image:Background}');
- background-attachment:fixed;
- background-repeat:repeat;
- font-family:Gentium Basic;
- color:{color:Text};
- font-size:{text:FontSize}px;
- margin-left:20px;
- }
- a {
- color:{color:Link};
- text-decoration:none;
- -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};
- }
- blockquote {
- border-left:3px solid {color:PostsBorder};
- padding-left:10px;
- }
- h2 {
- color:{color:Link};
- font-size:{text:PostsTitleFontSize}px;
- padding:0px 5px 0px 5px;
- margin-top:-1px;
- font-family:BenchNine, Julius Sans One, Gentium Basic;
- }
- 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;
- }
- {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;
- z-index:-1;
- -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}
- {Block:IfSidebarGreyscale}
- #sbpic a img, #sbpic img {
- 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;
- }
- #sbpic a img:hover, #sbpic img:hover {
- filter:none;
- -webkit-filter:none;
- }
- {/Block:IfSidebarGreyscale}
- #posts, ol.notes {
- width:500px;
- padding:40px;
- margin:40px 0px 80px 100px;
- border-left:10px solid {color:PostsBorder};
- border-bottom:0px;
- background-color:{color:PostsBg};
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- }
- #posts:hover {
- border-bottom:25px solid {color:PostsBorder};
- }
- #posts:hover .a {
- opacity:1;
- }
- .a {
- position:absolute;
- width:570px;
- padding:5px 10px 5px 10px;
- text-transform:uppercase;
- font-family:Calibri;
- font-size:{text:InfoFontSize}px;
- text-align:right;
- opacity:0;
- color:{color:Text};
- margin:40px 0px 0px -50px;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- }
- .a a {
- color:{color:Text};
- }
- .a:hover {
- margin-top:40px;
- }
- ol.notes {
- list-style-type: none;
- overflow:hidden;
- }
- ol.notes li.note {
- padding:3px;
- }
- .textpost .tags, .photopost .tags {
- font-size:{FontSize}px;
- margin:0px;
- opacity:1;
- overflow:hidden;
- }
- .tags {
- position:absolute;
- margin:-40px 0px 0px 560px;
- font-family:Calibri;
- font-size:{text:TagsFontSize}px;
- text-transform:lowercase;
- font-style:italic;
- line-height:170%;
- opacity:0;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- }
- .tags a {
- color:{color:Tags};
- text-decoration:underline;
- }
- .quotepost {
- font-family:BenchNine;
- font-size:{text:PostsTitleFontSize}px;
- color:{color:Link};
- padding:5px;
- text-align:center;
- }
- .source {
- text-align:center;
- padding:5px;
- font-style:italic;
- }
- #posts:hover .tags {
- opacity:1;
- }
- #sb {
- position:fixed;
- width:500px;
- height:100%;
- background-color:{color:SidebarBg};
- margin-top:-40px;
- right:0px;
- background-image:url('{image:SidebarBg}');
- background-attachment:fixed;
- background-repeat:repeat;
- }
- #title {
- position:fixed;
- width:500px;
- padding:20px;
- margin-top:0px;
- right:0px;
- z-index:9999;
- font-family:BenchNine;
- background-color:{color:TitleBg};
- font-size:{text:TitleFontSize}px;
- }
- #title a {
- color:{color:Title};
- }
- #sbpic, #sbpic img {
- width:230px;
- height:245px;
- }
- #sbpic {
- border:10px solid {color:SidebarImgBorder};
- margin:110px 0px 0px 125px;
- }
- #desc {
- width:210px;
- padding:10px;
- margin-left:130px;
- text-align:right;
- font-family:Calibri;
- text-transform:uppercase;
- font-size:{text:DescFontSize}px;
- color:{color:Description};
- }
- #lks {
- position:fixed;
- bottom:10px;
- margin-left:0px;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- }
- .lk {
- padding:3px;
- margin-top:6px;
- width:100px;
- font-family:Calibri;
- font-size:{text:SideLinksFontSize}px;
- text-transform:uppercase;
- background:{color:SideLinksBg};
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- }
- .lk a {
- color:{color:SideLinks};
- }
- .lk:hover {
- background:{color:SideLinks};
- color:{color:SideLinksBg};
- }
- .lk:hover a {
- color:{color:SideLinksBg};
- }
- .bd {
- padding-right:310px;
- border-right:500px solid {color:SideLinksBg};
- }
- #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:Text};
- padding-bottom:-3px;
- margin-right:10px;
- width:100px;
- height:100px;
- }
- #albumart img {
- width:100px;
- height:100px;
- background:{color:Text};
- }
- #aud {
- min-height:100px;
- }
- 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};
- }
- .chat2even {
- padding:5px;
- }
- #asks {
- text-align:center;
- font-family:Calibri;
- font-size:9px;
- text-transform:uppercase;
- font-style:italic;
- width:480px;
- padding:5px 10px 5px 10px;
- background:{color:AsksBg};
- color:{color:Asks};
- }
- #asks a {
- color:{color:Asks};
- }
- #ques {
- padding:2px 10px 2px 10px;
- width:480px;
- text-align:center;
- }
- #replies {
- margin-left:3px;
- margin-top:8px;
- }
- </style>
- <body>
- <div id="sb">
- <div id="sbpic"><a href="/"><img src="{image:Sidebar}"></a></div>
- <div id="desc">
- {block:Description}
- <p id="description">{Description}</p>
- {/block:Description}
- </div>
- <div id="lks">
- <div class="bd"><div class="lk"><a href="/" class "ll">index</div></div>
- <div class="bd"><div class="lk"><a href="/ask" class "ll">message</div></div>
- <div class="bd"><div class="lk"><a href="/archive" class "ll">archive</div></div>
- <div class="bd"><div class="lk"><a href="http://thedoctorknows.tumblr.com/" class "ll">theme</div></div>
- {Block:IfLinkOne}<div class="bd"><div class="lk"><a href="{text:Link 1 URL}" class"ll">{text:Link 1}</a></div></div>{/Block:IfLinkOne}
- {Block:IfLinkTwo}<div class="bd"><div class="lk"><a href="{text:Link 2 URL}" class"ll">{text:Link 2}</a></div></div>{/Block:IfLinkTwo}
- {Block:IfLinkThree}<div class="bd"><div class="lk"><a href="{text:Link 3 URL}" class"ll">{text:Link 3}</a></div></div>{/Block:IfLinkThree}
- {Block:IfLinkFour}<div class="bd"><div class="lk"><a href="{text:Link 4 URL}" class"ll">{text:Link 4}</a></div></div>{Block:IfLinkFour}
- {Block:IfLinkFive}<div class="bd"><div class="lk"><a href="{text:Link 5 URL}" class"ll">{text:Link 5}</a></div></div>{Block:IfLinkFive}
- {block:Pagination}
- {block:PreviousPage}
- <div class="bd"><div class="lk"><a href="{PreviousPage}" class="pl">previous</a></div></div>
- {/block:PreviousPage}
- {block:NextPage}
- <div class="bd"><div class="lk"><a href="{NextPage}" class="pl">next</a></div></div>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- </div>
- </div>
- <div id="title"><a href="/">{Title}</a></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:HasTags}<div class="tags">{block:Tags} <a href="{TagURL}" target="_blank">x {Tag}<br /></a></tag>{/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">" {Quote} "</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 class="a">{block:Date}<a href="{Permalink}" target="_blank">{TimeAgo}</a>{/block:Date} <a href="{ReblogURL}" target="_blank">reblog </a>{block:NoteCount}<a href="{Permalink}" target="_blank">{NoteCountWithLabel} </a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" targer="_blank">via </a><a href="{ReblogRootURL}" target="_blank">©</a>{/block:RebloggedFrom}</a></div>
- </div>
- {/block:Posts}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement