Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--THEME #1 BY THEDOCTORKNOWS
- Please don't remove the credit, claim this code as your own nor use this as a base code. Thank you!-->
- <html lang="en">
- <head>
- <meta name="color:Background" content="#faf8f8" />
- <meta name="image:Background" content="http://media.tumblr.com/73beb0b6ba2c06cd8b2941207da6c5b7/tumblr_inline_mir4tloXUD1qz4rgp.png" />
- <meta name="color:Text" content="#aaaaaa" />
- <meta name="color:Link" content="#ca5454" />
- <meta name="color:LinkHover" content="#d7d7d7" />
- <meta name="color:TopLinks" content="#ffffff" />
- <meta name="color:PostsBg" content="#ffffff" />
- <meta name="color:TagsBg" content="#cb5050" />
- <meta name="color:TagsBg2" content="#a82d2d" />
- <meta name="color:Tags" content="#ffffff" />
- <meta name="color:TopLinksBg" content="#cb5050" />
- <meta name="color:TopLinksBg2" content="#a82d2d" />
- <meta name="color:AskBg" content="#ffffff">
- <meta name="color:DescriptionText" content="#ffffff">
- <meta name="text:DescriptionOpacity" content="0.1">
- <meta name="text:Link 1 URL" content="">
- <meta name="text:Link 2 URL" content="">
- <meta name="text:Link 3 URL" content="">
- <meta name="color:Shadow" content="#888" />
- <meta name="image:Banner" content="">
- <meta name="if:Banner Fixed" 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}
- </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:11px;
- 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};
- }
- h2 {
- text-transform: uppercase;
- }
- blockquote {
- padding-left:3px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:3px;
- border-left:2px solid;
- }
- #content {
- margin-top:240px;
- }
- #posts, ol.notes {
- width:500px;
- margin-left:450px;
- padding-left:10px;
- padding-right:10px;
- padding-top:10px;
- padding-bottom:2px;
- margin-bottom:10px;
- background:{color:PostsBg};
- overflow:hidden;
- border-radius:10px;
- -moz-box-shadow: 0 2px 5px {color:Shadow};
- -webkit-box-shadow: 0 2px 5px {color:Shadow};
- box-shadow: 0 2px 5px {color:Shadow};
- }
- ol.notes {
- list-style: none;
- text-transform:uppercase;
- }
- .belowposts {
- font-size:10px;
- width:493px;
- margin-top:10px;
- padding-top:7px;
- padding-bottom:7px;
- padding-right:7px;
- text-transform:uppercase;
- text-align:right;
- margin-bottom:10px;
- background: {color:TagsBg};
- background: -webkit-linear-gradient({color:TagsBg}, {color:TagsBg2});
- background: -moz-linear-gradient({color:TagsBg}, {color:TagsBg2});
- background: -ms-linear-gradient({color:TagsBg}, {color:TagsBg2});
- background: -o-linear-gradient({color:TagsBg}, {color:TagsBg2});
- background: linear-gradient({color:TagsBg}, {color:TagsBg2});
- border-bottom-left-radius:5px;
- border-bottom-right-radius:5px;
- }
- .belowposts a {
- color:{color:Tags};
- }
- #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};
- }
- .acaption {
- min-height:80px;
- }
- #aud {
- min-height:110px;
- }
- #desc {
- position:fixed;
- color:{color:DescriptionText};
- width:250px;
- margin-top:-230px;
- margin-left: 390px;
- opacity:{text:DescriptionOpacity};
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- #desc:hover {
- opacity:1
- }
- #banner {
- {block:IfBannerFixed}
- position:fixed;
- {/block:IfBannerFixed}
- {block:IfNotBannerFixed}
- position:absolute;
- {/block:IfNotBannerFixed}
- margin-top:-240px;
- width:700px;
- height:200px;
- margin-left:350px;
- border-bottom-left-radius:10px;
- border-bottom-right-radius:10px;
- -moz-box-shadow: 0 2px 5px {color:Shadow};
- -webkit-box-shadow: 0 2px 5px {color:Shadow};
- box-shadow: 0 2px 5px {color:Shadow};
- }
- #banner img {
- width:700px;
- height:200px;
- border-bottom-left-radius:10px;
- border-bottom-right-radius:10px;
- }
- #home, #ask, #archive, #link1, #link2, #link3 {
- {block:IfBannerFixed}
- position:fixed;
- {/block:IfBannerFixed}
- {block:IfNotBannerFixed}
- position:absolute;
- {/block:IfNotBannerFixed}
- margin-top:-60px;
- width:30px;
- padding:10px;
- border-radius:30px;
- background:{color:TopLinksBg};
- background: -webkit-linear-gradient({color:TopLinksBg}, {color:TopLinksBg2});
- background: -moz-linear-gradient({color:TopLinksBg}, {color:TopLinksBg2});
- background: -ms-linear-gradient({color:TopLinksBg}, {color:TopLinksBg2});
- background: -o-linear-gradient({color:TopLinksBg}, {color:TopLinksBg2});
- background: linear-gradient({color:TopLinksBg}, {color:TopLinksBg2});
- -moz-box-shadow: 0 2px 5px {color:Shadow};
- -webkit-box-shadow: 0 2px 5px {color:Shadow};
- box-shadow: 0 2px 5px {color:Shadow};
- }
- #prev, #next {
- position:fixed;
- margin-top:-170px;
- width:30px;
- padding:10px;
- border-radius:30px;
- background:{color:TopLinksBg};
- background: -webkit-linear-gradient({color:TopLinksBg}, {color:TopLinksBg2});
- background: -moz-linear-gradient({color:TopLinksBg}, {color:TopLinksBg2});
- background: -ms-linear-gradient({color:TopLinksBg}, {color:TopLinksBg2});
- background: -o-linear-gradient({color:TopLinksBg}, {color:TopLinksBg2});
- background: linear-gradient({color:TopLinksBg}, {color:TopLinksBg2});
- -moz-box-shadow: 0 2px 5px {color:Shadow};
- -webkit-box-shadow: 0 2px 5px {color:Shadow};
- box-shadow: 0 2px 5px {color:Shadow};
- }
- #home {
- margin-left:435px;
- }
- #ask {
- margin-left:535px;
- }
- #archive {
- margin-left:635px;
- }
- #link1 {
- margin-left:735px;
- }
- #link2 {
- margin-left:835px;
- }
- #link3 {
- margin-left:935px;
- }
- #prev {
- margin-left:325px;
- }
- #next {
- margin-left:1025px;
- }
- #asks {
- text-transform:uppercase;
- text-align:justify;
- margin:2px;
- padding:7px;
- background-color:{color:AskBg}
- }
- #replies {
- margin-left:3px;
- margin-top:8px
- }
- .credit {
- position:fixed;
- bottom:5px;
- right:5px;
- }
- .credit a:hover {
- background:{color:LinkHoverBg};
- color:{color:LinkHover};
- }
- </style>
- <body>
- <div id="banner">
- <img src="{image:Banner}">
- </div>
- <div id="desc">
- {block:Description}
- <p id="description">{Description}</p>
- {/block:Description}
- </div>
- {block:Pagination}
- {block:PreviousPage}
- <div id="prev">
- <a href="{PreviousPage}"><img src="http://media.tumblr.com/267c762807484e98ef7b2a033e6244fc/tumblr_inline_mir6nv8sBy1qz4rgp.png"></a>
- </div>
- {/block:PreviousPage}
- {block:NextPage}
- <div id="next">
- <a href="{NextPage}"><img src="http://media.tumblr.com/a75de9cde2bb3fda1f51c157dd20303d/tumblr_inline_mir6pkCJpb1qz4rgp.png"></a>
- </div>
- {/block:NextPage}
- {/block:Pagination}
- <div id="home">
- <a href="/"><img src="http://media.tumblr.com/3d7f10383ff8de9a02da1b181b392355/tumblr_inline_miqr5brPNG1qz4rgp.png"></a>
- </div>
- <div id="ask">
- <a href="/ask"><img src="http://media.tumblr.com/cfd05b3e0b9bb055fcc5083ef5d680ab/tumblr_inline_miqrl4Poec1qz4rgp.png"></a>
- </div>
- <div id="archive">
- <a href="/archive"><img src="http://media.tumblr.com/533443e5c42de961b2f6f3dfe82e6f5b/tumblr_inline_miqrq1DffW1qz4rgp.png"></a>
- </div>
- <div id="link1">
- <a href="{text:Link 1 URL}"><img src="http://media.tumblr.com/5f9150f7937cf98fe3c47785ecd7d81b/tumblr_inline_miqrqxQI9k1qz4rgp.png"></a>
- </div>
- <div id="link2">
- <a href="{text:Link 2 URL}"><img src="http://media.tumblr.com/ebef7621afcc74ed7414230bb5a5f1c9/tumblr_inline_miqrxbr5M01qz4rgp.png"></a>
- </div>
- <div id="link3">
- <a href="{text:Link 3 URL}"><img src="http://media.tumblr.com/111a888dc3605bc1aa3b6002caafc908/tumblr_inline_miqrybxR7r1qz4rgp.png"></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: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>{Photoset-500}</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}{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Answer}
- <div id="asks">{Asker}: {Question}</div>
- <div id="replies">{Answer}</div>
- {/block:Answer}
- {/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="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>
- {/block:Posts}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- <div class="credit">
- <a href="http://thedoctorknows.tumblr.com/"><b>© THEME</b>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement