Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- theme 009 revamped by lore @bluesargently dont' steal, don't remove credit or claim any or all of this code as your own -->
- <!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>
- <link href='http://fonts.googleapis.com/css?family=Cutive+Mono' rel='stylesheet' type='text/css'>
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Cutive+Mono::latin' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <meta name="color:background" content="#ffffff" />
- <meta name="color:sidebar" content="#b2bacd" />
- <meta name="color:description" content="#494747" />
- <meta name="color:text" content="#555b67" />
- <meta name="color:link" content="#727f9a" />
- <meta name="color:border" conte="#062836" />
- <meta name="color:title" content="#87898c" />
- <meta name="color:link hover" content="#727f9a" />
- <meta name="text:Link1" content="" />
- <meta name="text:Link1 URL" content="" />
- <meta name="text:Link2" content="" />
- <meta name="text:Link2 URL" content="" />
- <meta name="text:Link3" content="" />
- <meta name="text:Link3 URL" content="" />
- <meta name="text:subtitle" content="" />
- <meta name="image:sidebar img" content="" />
- <meta name="image:background" content="" />
- <style type="text/css">
- @import url(http://fonts.googleapis.com/css?family=Cutive+Mono);
- body {
- background: {color:background};
- background-image: url('{image:background}');
- margin: 0;
- padding: 0;
- font-size:12px;
- font-family: courier new};
- }
- a{text-decoration:none;}
- a:link, a:active, a:visited{
- color: {color:link};
- text-decoration:none;
- }
- a:hover{
- color: {color:text};
- }
- blockquote {
- border-left:2px solid {color:border};
- padding-left:5px;
- }
- small {
- font-size:10px;
- }
- big {
- font-size:14px;
- }
- pre {
- width:495px;
- overflow:auto;
- }
- code {
- width:495px;
- overflow:auto;
- }
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:border}; height:100px;}
- ::-webkit-scrollbar-thumb:horizontal {background-color:{color:border}; height:10px !important;}
- ::-webkit-scrollbar { height:10px;width:10px;}
- #title {
- font-family:Cutive Mono;
- color:{color:title};
- font-size:20px;
- font-style:bold;
- text-align:center;
- text-decoration:none;
- }
- #titleb {
- font-family:Cutive Mono;
- color:{color:title};
- font-size:20px;
- font-style:bold;
- text-align:center;
- text-decoration:none;
- letter-spacing:3px;
- }
- #subtitle {
- font-size:12px;
- letter-spacing:2px;
- font-style:italic;
- }
- #header {
- margin-top:10px;
- width:500px;
- margin-left:30%;
- text-align:center;
- border-bottom:1px solid {color:border};
- padding-bottom:5px;
- }
- #sidebar3 {
- margin-left:70px;
- font-size:10px;
- position:fixed;
- background color:{color:border};
- margin-top:390px;
- text-align:center;
- }
- #sidebar {
- position:fixed;
- margin-top:200px;
- margin-left:50px;
- width:150px;
- height:150px;
- padding:2px;
- border:3px double {color:border};
- }
- #sidebar2{
- position:fixed;
- margin-top:220px;
- margin-left:170px;
- max-width:20px;
- max-height:100px;
- }
- #side img {
- height:150px;
- width:150px;
- }
- #sidepic {
- width: 150px; /*change this to the width of your sidebar*/
- height:150px;
- }
- #sidepic .desc{
- font-size:12px;
- opacity:0;
- padding-top:20px;
- width:150px; /*width of the image*/
- height:130px; /*height of the image*/
- position: absolute;
- text-align:center;
- background-color:transparent;
- color:{color:description};
- overflow:auto;
- -webkit-transition: opacity 0.5s linear;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- -o-transition: all 0.5s linear;
- transition: all 0.5s linear;
- }
- #sidepic:hover .desc{
- opacity:0.9;
- background-color:{color:sidebar};
- margin-left:0px;
- transition: all 0.8s linear;
- -webkit-transition: opacity 0.8s linear;
- -webkit-transition: all 0.8s linear;
- -moz-transition: all 0.8s linear;
- }
- .nav a{
- display:inline-block;
- font-size:12px;
- float:left;
- font-family:courier new;
- color:{color:link};
- margin-left:50px;
- text-decoration:none;
- }
- .nav a:hover {
- background-color:{color:link hover};
- color:{color:background};
- font-style:normal;
- -webkit-transition: all 0.5s linear;
- -moz-transition: all 0.5s linear;
- -o-transition: all 0.5s linear;
- transition: all 0.5s linear;
- }
- .jump_page {
- padding: 2px 4px;
- color:{color:link};
- font-family:arial;
- font-size:11px;
- text-decoration:none;
- text-align:center;
- }
- .jump_page:hover {
- padding: 2px 4px;
- color:{color:text};
- font-family:arial;
- font-size:11px;
- text-decoration:none;
- background-color: none;
- }
- .current_page {
- padding: 2px 4px;
- color: {color:text};
- font-family:arial;
- font-size:11px;
- text-decoration:none;
- }
- #audioplayer {
- position:absolute;
- width:25px;
- height:25px;
- margin-top:40px;
- margin-left:40px;
- margin-right:40px;
- margin-bottom:40px;
- overflow:hidden;
- -moz-border-radius: 30px;
- -webkit-border-radius: 30px;
- border-radius: 30px;
- opacity: 0.7;
- filter:alpha(opacity=70);
- -moz-opacity: 0.7;
- -khtml-opacity: 0.7;
- }
- #audiodesc {
- float:right;
- margin-right:150px;
- margin-bottom:20px;
- }
- #info{
- border-top: 1px solid {color:border};
- padding-top:5px;
- }
- #entry {
- font-size:10px;
- margin-left: 30%;
- margin-top:40px;
- float: left;
- text-align: justify;
- width:500px;
- }
- #post {
- font-size:12px;
- padding:5px;
- width: 500px;
- color:{color:text};
- text-align: justify;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="header">
- <div id="titleb">{Title}</div>
- <div id="subtitle">{text:subtitle}</div>
- </div>
- <div id="sidebar2"><div class="nav">
- <a href="/">home</a>
- <a href="/ask">ask</a>
- <a href="/archive">past</a>
- <a href="http://bluesargently.tumblr.com">credit</a>
- {block:ifLink1}<a href="{text:Link1 URL}">{text:Link1}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2 URL">{text:Link2}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:link3 URL}">{text:Link3}</a>{/block:ifLink3}
- </div></div>
- <div id="sidebar">
- <div id="sidepic">
- <div class="desc">
- {Description}
- </div>
- <div id="side"><img src="{image:sidebar img}"></div>
- <p><center>hover</center>
- </div>
- </div>
- <div id="sidebar3">
- <center>
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">«</a>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}" class="jump_page">»</a>{/block:NextPage}
- {/block:Pagination}
- </center>
- </div>
- <div id="entry">
- {block:Posts}
- <div id="post">
- {block:Text}
- <div id="title">{Title}</div>
- {Body}
- {/block:Text}
- {block:Quote}<div id="title">“{Quote}”</div> <h2>— {Source}</h2>{/block:Quote}
- {block:Link}<a href="{URL}" class="link" {Target}> <div id="title">[ {Name} ] </div></a>
- {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
- {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Chat}{block:Title}<div id="title">{Title}</div><br>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}
- <div class="question">
- <b>{Asker}</b> asked:<br>
- {Question}</div>{Answer}
- {/block:Answer}
- {block:Audio}
- <div id= "audioplayer">{AudioPlayerWhite}</div>
- {block:AlbumArt}
- <img src="{AlbumArtURL}" width="100">
- {/block:AlbumArt}
- <div id="audiodesc">{block:TrackName}<br><strong>song:</strong> {TrackName}{/block:TrackName}
- {block:Artist}<br><strong>artist:</strong> {Artist}{/block:Artist}
- <br><strong>plays:</strong> {PlayCount}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- <div id="info"> <a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} + <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>
- {block:ContentSource} / <a href="{SourceURL}">source</a>{block:ContentSource}{/block:RebloggedFrom}<br>
- {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div><br>
- {/block:Posts}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment