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}
- <!--[ theme 008 by L U T H E R W E S T @ tumblr.com
- *no stealing, redistributing, or using as a base
- *if you have any questions, contact me via ask ]-->
- <!--DEFAULT VARIABLES-->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#a7a7a7"/>
- <meta name="color:Link" content="#9c9c9c"/>
- <meta name="color:Title" content="#c0c0c0" />
- <meta name="color:Border" content="#e4e4e4" />
- <meta name="color:Sidebar" content="#ffffff">
- <meta name="image:sidebar" content="" />
- <meta name="text:Link 1 URL" content="/" />
- <meta name="text:Link 1 Title" content="link 1" />
- <meta name="text:Link 2 URL" content="/" />
- <meta name="text:Link 2 Title" content="link 2" />
- <meta name="text:Link 3 URL" content="/" />
- <meta name="text:Link 3 Title" content="link 3" />
- <meta name="text:Link 4 URL" content="/" />
- <meta name="text:Link 4 Title" content="link 4" />
- <style type="text/css">
- body {
- background: {color:background};
- background-img: {image:background};
- margin: 0px;
- color: {color:text};
- font-family: calibri;
- font-size: 10px;
- line-height: 10px;
- }
- a {
- text-decoration: none;
- color: {color:link};
- }
- blockquote {
- padding-left: 10px;
- border-left: 5px solid;
- }
- h1 {
- font-size: 10pt;
- font-weight: normal;
- text-align: center;
- color: {color:title};
- font-style: italic;
- font-family: cambria;
- }
- h2 {
- font-size: 10pt;
- font-weight: normal;
- text-align: center;
- letter-spacing: 1px;
- color: {color:title};
- font-style: italic;
- font-family: cambria;
- }
- #posts {
- margin-top: 30px;
- padding: 10px;
- width: 500px;
- margin-left: 500px;
- margin-bottom: 30px;
- }
- #post {
- width: 500px;
- margin-top: 10px;
- padding: 10px;
- border: 1px solid {color:Border};
- }
- #side {
- width: 245px;
- height: 440px;
- }
- #main {
- width: 245px;
- height: 440px;
- background-color: #ffffff;
- background-image: url('{image:Sidebar}');
- }
- #desc {
- margin-top: 180px;
- opacity: 0.0;
- background-color: {color:Sidebar};
- width: 205px;
- margin-left: 10px;
- position: absolute;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- padding: 10px;
- height: auto;
- overflow: auto;
- }
- #side:hover #desc {
- opacity: 1.0;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- }
- #sidebar {
- width: 245px;
- position: fixed;
- margin-left: 220px;
- margin-top: 100px;
- align: center;
- }
- #audio {
- background-color: #e4e4e4;
- color: #ffffff;
- }
- #pagination {
- margin-top: -40px;
- font-family: times new roman;
- text-align: right;
- font-size: 8pt;
- }
- #quote {
- font-style: italic;
- font-size: 14pt;
- line-height: 15pt;
- color: {color:link};
- font-family: cambria;
- padding-left: 10px;
- }
- #blogtitle {
- font-style: italic;
- font-size: 20pt;
- width: 200px;
- line-height: 20pt;
- color: {color:Title};
- font-family: cambria;
- }
- #info {
- text-align: right;
- line-height: 11pt;
- text-transform: lowercase;
- color: {color:Text};
- border-top: 1px solid {color:Border};
- }
- #info a {
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- }
- #info a:hover {
- opacity: .6;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- }
- #nav {
- line-height: 12pt;
- text-align: center;
- padding: 10px;
- }
- #nav a {
- padding: 2px;
- line-height: 12px;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- }
- #nav a:hover {
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- opacity: .6;
- }
- #asker {
- float: left;
- margin-right: 5px;
- font-size: 12pt;
- font-family: georgia;
- font-style: italic;
- font-weight: bold;
- }
- #source {
- text-align: right;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="sidebar">
- <div id="side"> <div id="desc">{Description}
- <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>
- </div> <div id="main"></div></div>
- <div id="blogtitle">{Title}</div>
- <div id="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>
- {/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}{/block:Pagination}
- </div>
- </div><br>
- </div><br><br>
- </div></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} <Br><div id="source">—
- {Source}</div>{/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"><center>{AudioPlayerGrey}</center>
- </div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}
- wondered,<br>
- {Question}<br><br>{Answer}{/block:Answer}
- <div id="info">
- {block:Date}{TimeAgo}{/block:Date} <a href="{Permalink}">
- <b>with {NoteCountWithLabel} <span style="font-family: arial; color:
- {color:Link};"></span> </b></a>{block:RebloggedFrom} / 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>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment