Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- This is my first theme! If there are any bugs, let me know!!
- Base code from http://deanandhispie.tumblr.com -->
- <!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">
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{image:Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <meta name="color:background" content="#a997c1">
- <meta name="color:border" content="#5e4c76">
- <meta name="color:info bg" content="#dfd3f0">
- <meta name="color:links hover" content="#f3eaff">
- <meta name="color:links" content="#528939">
- <meta name="color:title" content="#5e4c76">
- <meta name="color:scrollbar" content="#8d7ba2">
- <meta name="color:scrollbar bg" content="#dcd5e5">
- <meta name="color:tags" content="#5e4c76">
- <meta name="color:text" content="#5e4c76">
- <meta name="color:blockquote" content="#1890bb">
- <meta name="color:boxes" content="#ccbcdf">
- <meta name="image:sidebar" content=""/>
- <meta name="image:background" content=""/>
- <meta name="image:favicon" content=""/>
- <meta name="image:extra" content=""/>
- <meta name="image:extra box bottom" content=""/>
- <meta name="if:background cover" content="0"/>
- <meta name="if:post borders" content="1"/>
- <meta name="if:post background" content="1"/>
- <meta name="if:desc bg" content="1"/>
- <meta name="if:extra" content="1"/>
- <meta name="if:extra image top" content="0"/>
- <meta name="text:extra box contents" content=""/>
- <meta name="text:extra box horizontal" content="80"/>
- <meta name="text:extra box vertical" content="200"/>
- <meta name="text:image border width" content="1"/>
- <meta name="text:border width" content="1"/>
- <meta name="text:image position h" content="20"/>
- <meta name="text:image position v" content="20"/>
- <meta name="text:linkA" content="">
- <meta name="text:linkA url" content="/">
- <meta name="text:linkB" content="">
- <meta name="text:linkB url" content="/">
- <style type="text/css">
- ::-webkit-scrollbar {background-color:{color:scrollbar bg}; height:8px; width:5px}
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
- ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:10px!important}
- body {
- background:{color:background};
- background-image: url('{image:background}');
- background-attachment: fixed; {block:ifbackgroundcover}-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
- {/block:ifbackgroundcover}
- color:{color:text};
- font-family:Verdana;
- font-size:10px;
- }
- a {
- color:{color:links};
- text-decoration:none
- }
- a:hover {
- color:{color:links hover};
- }
- #boop {
- background-color:transparent;
- border-color:transparent;
- width:auto;
- height:auto;
- left:{text:image position h}px;
- {block:ifextraimagetop}top:{text:image position v}px;
- {/block:ifextraimagetop}
- bottom: {text:image position v}px;
- position:fixed;
- }
- #boop img {
- border:none;
- }
- img {
- border: {text:image border width}px solid;
- }
- h1 {
- font-weight:normal;
- font-size:10px;
- text-align:center;
- font-style:normal;
- line-height:80%;
- letter-spacing:1px;
- text-transform:uppercase;
- color:{color:text};
- }
- blockquote {
- border-left:3px solid {color:blockquote};
- padding-left:5px;
- margin:5px;
- }
- #theme {
- background-color:{color:bg};
- width:700px;
- margin: 0 auto -12px auto;
- text-align: center;
- }
- h2 {
- font-size:15px;
- text-align:center;
- line-height:100%;
- letter-spacing:-0.5px;
- color:{color:text};
- font-weight:normal;
- padding:5px;
- padding-bottom:2px;
- }
- #sidebar {
- color:{color:text};
- position:fixed;
- width:150px;
- height:auto;
- margin-top:200px;
- margin-left:-180px;
- text-align:center;
- }
- #extra {{block:ifextra}
- color:{color:text};
- background-image: url('{image:extra box bottom}');
- background-color: {color:boxes};
- background-repeat: no-repeat;
- background-position: bottom right;
- padding-left:5px; padding-right:5px; padding-top:10px; padding-bottom:5px;
- {block:ifpostborders}border: {text:border width}px solid;
- border-color:{color:border};{/block:ifpostborders}
- position:fixed;
- width:150px;
- height:auto;
- min-height: 100px;
- right: {text:extra box horizontal}px;
- bottom: {text:extra box vertical}px;
- text-align:center;{/block:ifextra}
- }
- #sidebar img {
- background-color:{color:boxes};
- width:150px;
- height:150px;
- margin-left:130px;
- margin-top:-180px;
- padding:3px;
- border: {text:border width}px solid {color:border};
- position:fixed;
- }
- #linkbuttons a {
- background-color:{color:boxes};
- height:auto;
- width:auto;
- border:{text:border width}px solid;
- border-color:{color:border};
- padding:3px;
- text-align:center;
- }
- .links {
- position:fixed;
- margin-top:0px;
- margin-left:0px;
- width:175px;
- padding: 8px;
- word-spacing:0px;
- text-align:center;
- text-transform:uppercase;
- color:{color:links};
- }
- .links a {
- font-size: 10px;
- color:{color:links};
- }
- .links a:hover {
- color:{color:links hover};
- letter-spacing:1px;
- }
- .description {
- margin-top:180px;
- margin-left:25px;
- padding:3px;
- text-align:center;
- font-size:9px;
- width:150px;
- color:{color:text};
- letter-spacing:0px;
- line-height:120%;
- {block:ifdescbg}background-color:{color:boxes};{block:ifpostborders}border:{text:border width}px solid;{/block:ifpostborders}{/block:ifdescbg}
- }
- .description a {
- color:{color:text};
- }
- .pagination {
- width:180px;
- height:20px;
- text-transform:lowercase;
- letter-spacing:0px;
- text-align:right;
- margin-left:30px;
- margin-top:0px;
- font-family:verdana;
- font-size:10px;
- padding-top:5px;
- padding-bottom:3px;
- opacity:1;
- position:fixed;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .pagination a {
- color:{color:text};
- }
- .pagination a:hover{
- color:{color:link};
- }
- #entries {
- float:left;
- margin-left:150px;
- margin-top:40px;
- text-align:justify;
- background-color:{color:bg};
- color:{color:text};
- margin-bottom: 30px;
- }
- #posts {
- width:500px;
- {block:ifpostborders}border:{text:border width}px solid;
- border-color: {color:border};{/block:ifpostborders}
- {block:ifpostbackground}background-color:{color:boxes};{/block:ifpostbackground}
- margin-top:75px;
- text-align:justify;
- font-size:10px;
- line-height:100%;
- letter-spacing:0x;
- color:{color:text};
- padding:10px;
- }
- .caption {
- width:500px;
- text-align:justify;
- line-height:120%;
- }
- #ask {
- background-color:{color:infobg};
- text-align:justify;
- line-height:160%;
- color:{color:text};
- padding:5px;
- padding-bottom:10px;
- padding-top:3px;
- }
- #asker img {
- margin-left:-2px;
- margin-bottom:-15px;
- padding:3px;
- padding-bottom:5px;
- }
- #ans {
- text-align:right;
- padding:2px;
- color:{color:text};
- }
- .playerbuttonbg {
- position: absolute;
- left: 20px;
- top: 20px;
- width: 19px;
- height: 19px;
- background-color: {color:boxes};
- padding: 10px;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 40px;
- opacity: .4;
- filter: alpha(opacity=40);
- opacity: 0.4;
- -khtml-opacity: 0.4;
- transition: opacity .7s ease-in-out;
- -moz-transition: opacity .7s ease-in-out;
- -webkit-transition: opacity .7s ease-in-out;
- }
- .playerbuttonbg:hover {
- opacity: 1;
- filter: alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- }
- .newplayerbutton {
- position: relative;
- width: 19px;
- height: 19px;
- overflow: hidden;
- }
- .playerbuttonhug {
- position: absolute;
- top: -18px;
- left: -7px;
- }
- .tumblr_audio_player {
- height: 90px;
- width: 270px;
- -moz-transform: scale(0.60, 0.60);
- -webkit-transform: scale(0.60, 0.60);
- -o-transform: scale(0.60, 0.60);
- -ms-transform: scale(0.60, 0.60);
- transform: scale(0.60, 0.60);
- -moz-transform-origin: top left;
- -webkit-transform-origin: top left;
- -o-transform-origin: top left;
- -ms-transform-origin: top left;
- transform-origin: top left;
- }
- .audioimgwrapper {
- position: absolute;
- left: 0px;
- top: 0px;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 40px;
- overflow: hidden;
- width: 79px;
- height: 79px;
- }
- .audioimgwrapper img {
- width: 100%;
- height: auto;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 40px;
- }
- .trackdetails {
- width: auto;
- display:inline-block;
- margin-left: 90px;
- min-height: 85px;
- }
- .audiowrapper {
- position: relative;
- display:inline-block;
- }
- #postinfo {
- padding:2px;
- margin-top:12px;
- font-size:10px;
- color:{color:link};
- text-transform:lowercase;
- text-align:right;
- border-top:1px solid {color:border};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #postinfo a {
- color:{color:link};
- font-style:italic;
- letter-spacing:1px;
- }
- #postinfo a:hover {
- color:{color:hover};
- }
- .tags {
- font-style:normal;
- width:500px;
- text-transform:uppercase;
- font-style:normal;
- color:{color:tags};
- line-height:120%;
- font-size:8px;
- text-align:left;
- padding:2px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .tags a {
- color:{color:tags};
- letter-spacing:0px;
- padding:1px;
- }
- .tags a:hover {
- color:{color:link};
- }
- /* --- EDIT CHAT STUFF HERE ---*/
- ul.chat, .chat ol, .chat li {
- list-style:none;
- margin:0px;
- padding:3px;
- }
- .label {
- text-decoration:underline;
- font-weight:700;
- margin-right:5px;
- }
- #credit{
- font-size: 10px;
- font-style:none;
- letter-spacing: 0px;
- float: center;
- position: fixed;
- bottom: 10px;
- right: 30px;
- text-transform:none;
- font-family:verdana;
- border:{text:border width}px solid;
- border-color:{color:border};
- padding:2px;
- background:{color:boxes}
- }
- #credit img {
- border:none;
- }
- {CustomCSS}
- </style></head>
- <body>
- <div id="theme">
- <div id="boop"><img src="{image:extra}"></div>
- <div id="sidebar">
- <div id="sidebar">
- <img src="{image:sidebar}"></div>
- <div id="extra">{text:extra box contents}</div>
- <div id="linkbuttons">
- <div class="links">
- <a href="/">home</a>
- <a href="/ask">ask</a>
- {block:IfLinkA}
- <a href="{text:linkA url}">{text:linkA}</a>
- {/block:IfLinkA}
- {block:IfLinkB}
- <a href="{text:linkB url}">{text:linkB}</a>
- {/block:IfLinkB}
- </div></div>
- <div class="description">
- {Description}
- </div>
- {block:Pagination}
- <div class="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">prev</a>
- {/block:PreviousPage}
- {block:NextPage} -
- <a href="{NextPage}">next</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
- {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
- {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
- {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
- {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}<center>{Photoset-500}</center>
- {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>
- {/block:Lines}</ul>{/block:Chat}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="ask"><div id="asker"><img src="{AskerPortraitURL-24}"> {Asker}asked: {Question}</div></div><div id="ans">{Answer}</div>{/block:answer}
- {block:Audio}{block:AudioPlayer}
- <div class="audiowrapper">
- {block:AlbumArt}
- <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="playerbuttonbg">
- <div class="newplayerbutton">
- <div class="playerbuttonhug">
- {AudioPlayerWhite}
- </div>
- </div>
- </div>
- <div class="trackdetails">
- {block:TrackName}{TrackName}{/block:TrackName}<br/>
- {block:Artist}Artist: {Artist}{/block:Artist}<br/>
- {block:Album}Album: {Album}{/block:Album}<br/>
- {PlayCountWithLabel}
- </div>
- </div>
- {/block:AudioPlayer}
- {block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Date}<div id="postinfo"><a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
- {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
- {block:ContentSource} from <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}</div>{/block:Date}
- {block:HasTags}
- <div class="tags">
- {block:Tags}<a href="{TagURL}"># {Tag}</a>{/block:Tags}</div>
- {/block:HasTags}
- <div class="note">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </div>
- {/block:Posts}
- </div>
- <div id="credit"><a href="http://screech-themes.tumblr.com"><img src="http://static.tumblr.com/ktlzjhb/kVznnnmus/mini1.gif"></a></div>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment