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>
- <!--[theme by lutherwest.tumblr.com don't steal!]--!>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />
- <meta name="color:Background" content="#ffffff">
- <meta name="color:Text" content="#626262">
- <meta name="color:Border" content="#E6E6E6">
- <meta name="color:Link" content="#323232">
- <meta name="color:Link Hover" content="#626262">
- <meta name="color:Title" content="#000000">
- <meta name="color:Posts and Sidebar" content="#ffffff>
- <meta name="image:Background" content="">
- <meta name="image:Sidebar" content="">
- <style type="text/css">
- @import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic);
- body {
- background-color: {color:Background};
- background-image: url('{image:Background}');
- background-repeat: repeat;
- background-attachment: fixed;
- font-size: 9px;
- font-family: cambria;
- line-height: 10pt;
- text-align: justify;
- color: {color:Text};
- }
- i {
- font-style: italic;
- font-family: 'Libre Baskerville';
- }
- a {
- color: {color:Link};
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- text-decoration: none;
- font-weight: normal;
- }
- a:hover {
- color: {color:Link Hover};
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- }
- h1 {
- font-family: 'Libre Baskerville';
- font-size: 20px;
- font-style: italic;
- line-height: 21px;
- font-weight: normal;
- text-align: center;
- color: {color:Title};
- }
- h2 {
- font-family: 'Libre Baskerville';
- font-size: 20px;
- font-style: italic;
- line-height: 21px;
- font-weight: normal;
- text-align: center;
- color: {color:Title};
- }
- #nav {
- font-family: 'Libre Baskerville';
- font-size: 12px;
- font-style: italic;
- text-align: center;
- }
- #side {
- width: 300px;
- height: 100%;
- background-image: url('{image:Sidebar BG}');
- background-repeat: repeat;
- }
- #sidebar {
- width: 220px;
- position: fixed;
- padding: 10px;
- margin-left: 100px;
- margin-top: 80px;
- align: center;
- border-top: 1px solid {color:Border};
- border-bottom: 1px solid {color:Border};
- background-color: {color:Posts and Sidebar};
- }
- #sidebarimage {
- position: float;
- width: 220px;
- }
- #sidebarimage img {
- width: 220px;
- }
- #description {
- }
- #desctext {
- text-align: justify;
- }
- #pagination {
- font-family: 'Libre Baskerville';
- font-size: 12px;
- font-style: italic;
- text-align: center;
- }
- #asker {
- float: left;
- margin-right: 5px;
- font-size: 12pt;
- font-style: italic;
- font-weight: bold;
- }
- blockquote {
- padding: 10px;
- border-left: 5px solid;
- font-size: 8pt;
- font-style: italic;
- font-family: 'Libre Baskerville';
- }
- #postbox {
- margin-top: 100px;
- margin-left: 500px;
- background-color: transparent;
- }
- #post {
- margin-bottom: 50px;
- padding: 20px;
- width: 500px;
- border-top: 1px solid {color:Border};
- border-bottom: 1px solid {color:Border};
- background-color: {color:Posts and Sidebar};
- }
- #quote {
- font-family: 'Libre Baskerville';
- font-size: 22px;
- font-style: italic;
- line-height: 23px;
- }
- #info {
- font-family: 'Libre Baskerville';
- text-align: center;
- line-height: 11pt;
- margin-top: 10px;
- padding: 4px;
- font-size: 8pt;
- color: {color:Text};
- }
- #info a{
- text-transform: lowercase;
- font-weight: normal;
- font-style: italic;
- }
- #audioplayer {
- width: 25px;
- height: 25px;
- overflow:hidden;
- position:absolute;
- margin-left: 40px;
- margin-top: 35px;
- border-radius: 10px;
- opacity: 0.8;
- filter:alpha(opacity=80);
- -moz-opacity: 0.8;
- -khtml-opacity: 0.8;
- }
- #albumart {
- float:left;
- margin: 0px 7px;
- border: 1px solid {color:Border};
- padding: 10px;
- }
- #musicinfo {
- margin-left: 10px;
- margin-top: 20px;
- }
- </style>
- <body>
- <div id="sidebar"><br>
- <div id="sidebarimage"><a href="/"><img src="{image:sidebar}"></a></div>
- <h1>{Title}</h1>
- <div id="description"><div id="desctext">{Description}<Br><Br>
- </div>
- <div id="nav"><a href="/">home</a> <a href="/ask">ask</a> <a href="/archive">archive</a> <a href="http://lutherwest.tumblr.com">theme</a><br>
- <a href="{Text:Link 1 URL}">{Text:Link 1 Title}</a> <a href="{Text:Link 2 URL}">{Text:Link 2 Title}</a> <a href="{Text:Link 3 URL}">{Text:Link 3 Title}</a> <a href="{Text:Link 4 URL}">{Text:Link 4 Title}</a>
- </div>
- <br>
- <div id="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>
- {/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}{/block:Pagination}
- </div><br>
- </div>
- </div>
- </div>
- <div id="postbox">
- {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} <Br>—{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="audioplayer">{AudioPlayerWhite}</div>
- <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="70">{/block:AlbumArt}</div>
- {block:TrackName}
- <div id="musicinfo">
- <b>Name:</b> {TrackName}<br>
- {/block:TrackName}
- {block:Artist}
- <b>Artist:</b> {Artist}<br>
- {/block:Artist}
- {block:Album}
- <b>Album:</b> {Album}<br>
- {/block:Album}
- {PlayCountWithLabel}</div>
- {block:caption}<div id="caption"><Br><Br><Br>{Caption}</div>{/block:caption}
- {/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<h1>{Asker} wondered,<br>
- "{Question}"</h1><br>{Answer}{/block:Answer}
- <div id="info">
- {block:Date}posted: {TimeAgo}{/block:Date} / notes: <a href="{Permalink}">
- {NoteCount}</a>{block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}"
- title="{ReblogParentTitle}">{ReblogParentName}</a> source: <a
- href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>
- {/block:RebloggedFrom}<br>{block:HasTags}tags: {block:Tags}<a href="{TagURL}">{Tag}</a>,
- {/block:Tags}{/block:HasTags}</div>
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}</div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment