Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!--theme 20 by stardusthemes / stardvstcas @ tumblr
- dont be a dick, follow the rules-->
- <meta name="color:text" content="#000000"/>
- <meta name="color:link" content="#a83535"/>
- <meta name="color:link hover" content="#d77d7d"/>
- <meta name="color:border" content="#000000"/>
- <meta name="color:hoverlink text" content="#000000"/>
- <meta name="color:scrollbar bg" content="#f0bfb3"/>
- <meta name="color:tooltip color" content="#6b6d6d"/>
- <meta name="color:title color" content="#ce0d1e"/>
- <meta name="color:gradient1" content="#fcf2f0">
- <meta name="color:gradient2" content="#f0bfb6">
- <meta name="color:gradient3" content="#ff7373">
- <meta name="image:sidebar" content=""/>
- <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="" />
- <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}
- <style type="text/css">
- /*edit scrollbar*/
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color:{color:scrollbar bg};
- }
- ::-webkit-scrollbar {
- height:4px;
- width:5px;
- padding-right:2px;
- background-color:transparent;
- }
- body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}
- /*edit the body this is what post text looks like, background color, etc.*/
- body {
- background:{color:background};
- color:{color:text};
- font-family:arial;
- font-size:11px;
- text-align:justify;
- margin:0;
- line-height:16px;
- }
- /*edit links*/
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- -moz-transition-duration:0.8s;
- -webkit-transition-duration:0.8s;
- -o-transition-duration:0.8s;
- }
- /*edit link hover*/
- a:hover {
- color:{color:link hover};
- outline:none;
- -moz-outline-style:none;
- text-decoration:none;
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid {color:blockquote color};
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- h1 {
- font-size:8px;
- text-align:left;
- font-family:arial;
- letter-spacing:1px;
- color:{color:text};
- }
- h2 {
- font-size:8px;
- font-family:arial;
- text-align:left;
- letter-spacing:1px;
- color:{color:text};
- }
- /* this is the positioning of the whole entire sidebar*/
- #sidebar {
- padding:6px;
- text-align:right;
- position:fixed;
- margin-left:150px;
- background:transparent;
- margin-top:130px;
- width:175px;
- padding:10px;
- }
- /*sidebar title*/
- #title {
- color:{color:title color};
- font-family:arial;
- font-size:14px;
- background:transparent;
- text-transform:lowercase;
- font-weight:bold;
- letter-spacing:1px;
- padding:4px;
- margin-top:-20px;
- margin-left:-14px;
- width:175px;
- position:fixed;
- text-align:center;
- }
- #sidebarimage img {
- width:175px;
- height:auto;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- /*sidebar links*/
- #links {
- width:175px;
- text-transform:lowercase;
- letter-spacing:1.5px;
- word-spacing:4px;
- text-align:center;
- }
- #links a {
- margin-top:5px;
- display:inline-block;
- margin-bottom:5px;
- }
- #description {
- width:175px;
- padding:5px;
- text-align:center;
- overflow:hidden;
- font-size:11px;
- }
- /* this is the box that comes up when you hover over something with a title*/
- #s-m-t-tooltip {
- max-width:300px;
- padding:5px 5px 5px 6px;
- margin:20px 0px 0px 20px;
- background-color:{color:tooltip color};
- font-family:arial;
- font-size:9px;
- letter-spacing:2px;
- text-transform:lowercase;
- font-weight:bold;
- color:#fff;
- z-index:999999999999999999999999999999999999;
- }
- /*next page and previous page*/
- #pagination {
- margin-left: 130px;
- margin-top: -20px;
- position: relative;
- width:200px;
- text-align: left;
- letter-spacing:1px;
- text-transform: lowercase;
- font-weight:bold;
- font-family: arial;
- font-size: 9px;
- }
- #pagination a {
- padding:0 3px;
- }
- #entries {
- background:transparent;
- margin-left: 500px;
- padding:50px;
- border: 2px solid {color:border};
- overflow-y:scroll;
- height:400px;
- width:430px;
- margin-top:100px;
- }
- #post {
- width:400px;
- padding-bottom:40px;
- }
- /*time posted, note count, via and source*/
- .postinfo {
- margin-top:20px;
- margin-bottom:1px;
- margin-left:-12px;
- padding-bottom:4px;
- width:400px;
- text-align:left;
- font-family:arial;
- text-transform:lowercase;
- font-size:10px;
- }
- .postinfo a {
- color:{color:link};
- }
- .postinfo a:hover {
- color:{color:link hover};
- }
- /*tags*/
- .tags {
- width:400px;
- margin-top:4px;
- margin-left:-3px;
- padding:2px;
- font-family:arial;
- letter-spacing:0px;
- font-size:10px;
- text-align:left;
- }
- .tags a {
- color:{color:text};
- }
- .tags a:hover {
- color:{color:link hover};
- }
- .postnote {
- width:400px;
- margin-top:40px;
- font-family:arial;
- text-transform:lowercase;
- font-style:normal;
- letter-spacing:0px;
- font-size:10px;
- text-align:left;
- }
- /*asks*/
- #question {
- font-size:11px;
- font-style:none;
- font-family:arial;
- letter-spacing:0px;
- text-align:left;
- padding:7px;
- background:transparent;
- border:solid 1px {color:black};
- color:#000;
- }
- #question a{
- color:#000;
- }
- /*audio player container*/
- .playercontainer {
- text-align:left;
- padding:10px;
- padding-left:0px;
- background-color:transparent;
- width:380px;
- }
- /*artist, song, etc.*/
- .musicinfo {
- padding-top:7px;
- padding-left:50px;
- color:#000;
- text-align:justify;
- }
- /*credit. only change this if you actually make the code your own*/
- #credit {
- position:fixed;
- font-size:9px;
- color:#000;
- font-weight:bold;
- line-height:150%;
- letter-spacing:2px;
- right:10px;
- bottom:10px;
- text-transform:lowercase;
- text-align:center;
- }
- #credit a {
- letter-spacing: 0px;
- padding:3px;
- color:#000;
- }
- #credit a:hover {
- background:#fff;
- color:{color:link hover};
- }
- #theme {
- background-image: linear-gradient({color:gradient1}, {color:gradient2}, {color:gradient3});
- margin-top:0px;
- height:100%;
- width:100%;
- position:absolute;}
- {CustomCSS}</style></head><body>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:50,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <div id="theme">
- <div id="sidebar">
- <div id="title">{Blogtitle}</div>
- <div id="sidebarimage"><img src="{image:sidebar}"></div>
- <div id="links">
- {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a> /{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a> /{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> / {/block:ifLink3}
- {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a> {/block:ifLink4}
- </div>
- <div id="description">{Description}</div>
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">← back</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">forward →</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- <div id="entries">{block:Posts}<div id="post">
- {block:Text}<h1>{block:Title}<big><big>{Title}</big></big>{/block:Title}</h1>{Body}{/block:Text}
- {block:Quote}<big><b>"{Quote}"</b></big>{block:Source}<p></p>— {Source}{/block:Source}{/block:Quote}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:AudioPlayer}
- <div class="playercontainer"> <div style="padding: 5px 0px 5px 5px;width:inherit;background:#fff; border:2px solid #fff; width:30px;overflow:hidden; position:absolute;font-weight:bold;"> {AudioPlayer}</div><div class="musicinfo">{block:TrackName}<span style="#fff">{TrackName}</span>{/block:TrackName}{block:Artist}<br/>{Artist} {/block:Artist}<br>{block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}</div></div>{block:Caption}{Caption}{/block:Caption}{/block:AudioPlayer}
- {block:Answer}<div id="question"><span style="font-size:11px;"><font face="arial"><b>{Asker}:<br></b></font> </span>{Question}<span style="text-transform:none;font-size:11px;font-style:none;"><font face="arial">{Answer}</font></span>{/block:Answer}
- {block:Date}<div class="postinfo"> <a href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a> {block:NoteCount}+ {NoteCount}{/block:NoteCount} {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}</div>{/block:Date}
- {block:HasTags}
- <div class="tags">
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>
- {/block:HasTags}
- <div class="postnote">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </div>
- {/block:Posts}
- </div></div></div></div>
- </div>
- <div id="credit"><a href="http://stardusthemes.tumblr.com/">SAM</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment