Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!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="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta name="color:Background" content="#ffffff">
- <meta name="color:Text" content="#000000">
- <meta name="color:Sidebarbg" content="#efefef">
- <meta name="color:Accent" content="#ff003c">
- <meta name="color:Blogtitle" content="#ffffff">
- <meta name="color:Description" content="#ffffff">
- <meta name="color:Posts" content="#efefef">
- <meta name="image:Sidebar" content="">
- <meta name="text:Sidebar Margin" content="150">
- <meta name="text:Subtitle" content="I'm on my knees, pretty pretty please kill me.">
- <meta name="text:Link1" content="/">
- <meta name="text:Link1 Title" content="">
- <meta name="text:Link2" content="/">
- <meta name="text:Link2 Title" content="">
- <style type="text/css">
- @import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300);
- blockquote img {width: 100%;}
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {color:accent};
- height:auto;
- border: 0px solid #000;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color: {color:accent};
- height:5px !important;
- }
- ::-webkit-scrollbar {
- height:2px;
- width:10px;
- background-color: transparent;
- }
- body {
- background-color: {color:Background};
- color: {color:Text};
- font-family: verdana;
- font-size: 7pt;
- line-height: 8pt;
- text-align: justify;
- }
- blockquote {
- padding-left: 3px;
- border-left: 1px solid;
- }
- a {
- text-decoration: none;
- color: {color:Accent};
- }
- a:hover {
- color: {color:Text};
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- }
- b, strong {
- color: {color:Accent};
- }
- t {
- color: {color:Accent};
- }
- #sidebar {
- border-left: 15px solid {color:Accent};
- background-color: {color:Sidebarbg};
- width: 250px;
- position: fixed;
- margin-left: 100px;
- height: 100%;
- margin-top: -8px;
- color: {color:Description};
- }
- #sidebox {
- margin-top: {text:Sidebar Margin}px;
- margin-left: 25px;
- width: 200px;
- color: {color:Description};
- }
- #sideimage {
- width: 200px;
- margin-bottom: 10px;
- }
- #sideimage img {
- width: 200px;
- }
- h1 {
- color: {color:Accent};
- font-family: 'Roboto Condensed';
- font-size: 15pt;
- font-weight: 300;
- text-transform: uppercase;
- line-height: 16pt;
- text-align: center;
- }
- h2 {
- color: {color:Accent};
- font-family: 'Roboto Condensed';
- font-size: 15pt;
- font-weight: 300;
- text-align: center;
- text-transform: uppercase;
- line-height: 16pt;
- }
- #blogtitle {
- color: {color:Blogtitle};
- font-family: 'Roboto Condensed';
- font-size: 10pt;
- font-weight: 300;
- text-transform: uppercase;
- line-height: 15pt;
- border-bottom: 1px solid;
- margin-bottom: 0px;
- }
- #blogtitle a {
- color: {color:Blogtitle};
- }
- #blogsubtitle {
- font-style: italic;
- color: {color:Accent};
- text-align: right;
- letter-spacing: 1px;
- border-left: 2px solid {color:Description};
- margin-bottom: 10px;
- font-size: 6pt;
- }
- #nav {
- width: 200px;
- text-align: center;
- margin-top: 20px;
- margin-left: 13px;
- }
- #pages {
- width: 200px;
- text-align: center;
- margin-top: 20px;
- font-family: 'Roboto Condensed';
- font-size: 12pt;
- font-weight: 300;
- }
- #navlink {
- width: 30px;
- font-family: calibri;
- height: 30px;
- font-size: 8pt;
- border-radius: 100px;
- background-color: {color:Accent};
- color: {color:Blogtitle};
- text-align: center;
- }
- #navlink:hover {
- background-color: transparent;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- color: {color:Accent};
- }
- #navcon {
- padding: 10px;
- }
- #posts {
- margin-left: 450px;
- position: absolute;
- }
- #post {
- width: 500px;
- margin-bottom: 20px;
- }
- #info {
- width: 500px;
- text-align: right;
- line-height: 7pt;
- margin-top: 10px;
- padding: 2px;
- font-size: 6pt;
- font-family: calibri;
- text-transform: uppercase;
- background-color: transparent;
- border-top: 1px solid;
- border-left: 3px solid;
- letter-spacing: 1px;
- }
- #audio {
- padding: 20px;
- background-color: {color:Sidebarbg};
- width: 468px;
- text-align: center;
- height: 70px;
- font-size: 8pt;
- line-height: 9pt;
- }
- #audioplayer {
- width: 25px;
- height: 25px;
- overflow:hidden;
- position:absolute;
- margin-left: 30px;
- margin-top: 23px;
- border-radius: 10px;
- opacity: 0.8;
- filter:alpha(opacity=80);
- -moz-opacity: 0.8;
- -khtml-opacity: 0.8;
- }
- #albumart {
- float:left;
- margin: 0px 7px;
- }
- #musicinfo {
- font-family: 'Roboto Condensed';
- font-weight: 300;
- text-transform: uppercase;
- margin-top:10px;
- }
- #ask {
- font-family: 'Roboto Condensed';
- font-weight: 300;
- text-transform: uppercase;
- color: {color:Description};
- padding: 20px;
- background-color: {color:Sidebarbg};
- width: 468px;
- text-align: center;
- font-size: 12pt;
- line-height: 13pt;
- height: auto;
- margin-bottom: 10px;
- }
- #quote {
- font-family: 'Roboto Condensed';
- font-weight: 300;
- text-transform: uppercase;
- color: {color:Accent};
- text-align: center;
- font-size: 12pt;
- line-height: 13pt;
- height: auto margin-bottom: 10px;
- }
- #cred {
- position:fixed;
- font-size:8px;
- font-weight:normal;
- line-height:150%;
- background-color: {color:Sidebarbg};
- letter-spacing:2px;
- right:10px;
- padding: 4px;
- bottom:10px;
- text-transform:uppercase;
- text-align:center;
- font-family: 'Roboto Condensed';
- font-weight: 300;
- }
- </style>
- </head>
- <body>
- <div id="sidebar">
- <div id="sidebox">
- <div id="sideimage"><a href="/"><img src="{image:Sidebar}"></a></div>
- <div id="blogtitle"><a href="/">{Title}</a></div>
- <div id="blogsubtitle">{text:Subtitle}</div>
- {Description}
- <div id="nav">
- <Table>
- <td>
- <A href="/" title="home"><div id="navlink"><Div id="navcon">I</div></div></a></td>
- <td><A href="/ask" title="ask"><div id="navlink"><Div id="navcon">II</div></div></a></td>
- <td><A href="/archive" title="archive"><div id="navlink"><Div id="navcon">III</div></div></a></td>
- <td><A href="{text:Link1}" title="{text:Link1 Title}"><div id="navlink"><Div id="navcon">IV</div></div></a></td>
- <td><A href="{text:Link2}" title="{text:Link2 Title}"><div id="navlink"><Div id="navcon">V</div></div></a></td>
- </table>
- </div>
- <div id="pages">
- {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}
- </div>
- </div>
- </div>
- <div id="cred"><a href="http://lutherwest.tumblr.com/">theme</a></div>
- <div id="posts">
- {block:Posts}<div id="post">
- {block:Text}<h2>{block:Title}{Title}{/block:Title}</h2>{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}
- {Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Quote}<div id="quote">{Quote}</div>{block:Source} —{Source}{/block:Source}{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}
- {Description}{/block:Description}{/block:Link}
- {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:Audio}
- <div id="audio">
- <div id="audioplayer">{AudioPlayerBlack}</div>
- <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="70">{/block:AlbumArt}</div>
- {block:TrackName}
- <div id="musicinfo"><t>{TrackName}</t><br>
- {/block:TrackName}
- {block:Artist}
- {Artist}<br>
- {/block:Artist}
- {block:Album}
- {Album}<br>
- {/block:Album}
- {PlayCountWithLabel}
- </div>
- </div>
- {block:caption}<div id="caption">{Caption}</div>{/block:caption}
- {/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="ask"><t>{Asker}:</t> {Question}</div>
- {Answer}{/block:Answer}
- <div id="info">
- {block:Date}{TimeAgo}{/block:Date} / <a href="{Permalink}">
- <b>{NoteCountWithLabel}</b></a>{block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}"
- title="{ReblogParentTitle}"><b>{ReblogParentName}</b></a> source: <a
- href="{ReblogRootURL}"title="{ReblogRoottitle}"><b>{ReblogRootName}</b></a>
- {/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>
- {/block:Tags}{/block:HasTags}</div>
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}</div><br><Br>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment