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 002 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="#838282"/>
- <meta name="color:Link" content="#b8b8b8"/>
- <meta name="color:Border" content="#beacaf" />
- <meta name="color:Title" content="#ab9f9c" />
- <meta name="color:Scrollbar" content="#816c6f" />
- <meta name="color:Scrollbar Bg" content="#eeeeee" />
- <meta name="color:Link Bg" content="#eeeeee" />
- <meta name="image:sidebar" content=""/>
- <meta name="text:Link1" content="/" />
- <meta name="text:Link 1 Title" content="link 1" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link 2 Title" content="link 2" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link 3 Title" content="link 3" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link 4 Title" content="link 4" />
- <style type="text/css">
- body {
- background: {color:background};
- margin: 0px;
- color: {color:text};
- font-family: calibri;
- font-size: 10px;
- line-height: 9px;
- letter-spacing: 1px;
- }
- a {
- text-decoration: none;
- color: {color:link};
- }
- a: hover {
- opacity:.3;
- color:{color:link};
- }
- b {
- font-family: georgia;
- font-weight: bold;
- color: {color:border};
- }
- i {
- font-family: georgia;
- font-weight: italic;
- color: {color:border};
- }
- blockquote {
- padding-left: 5px;
- border-left: 2px solid;
- border-color: {color:border};
- }
- h1 {
- font-size: 20pt;
- font-family: times new roman;
- font-style: italic;
- font-weight: bold;
- text-align: center;
- color: {color:title};
- }
- h2 {
- font-size: 15pt;
- font-family: times new roman;
- font-style: italic;
- font-weight: bold;
- text-align: center;
- letter-spacing: 1px;
- color: {color:title};
- }
- #posts {
- padding: 10px;
- width: 500px;
- margin-left: 400px;
- margin-top: 40px;
- }
- #post {
- width: 500px;
- padding-bottom: 20px;
- }
- #nav {
- line-height: 15px;
- padding: 3px;
- text-align: center;
- }
- #nav: hover {
- line-height: 15px;
- letter-spacing: 2px;
- }
- #sidebar {
- width: 160px;
- position: fixed;
- margin-left: 950px;
- margin-top: 200px;
- }
- #sidebarimage {
- width: 160px;
- }
- #sidebarimage img {
- width: 160px;
- padding: 2px;
- border: 1px solid;
- border-color: {color:border};
- }
- #description {
- text-align: justify;
- width: 165px;
- margin-top: 4px;
- padding-left: -5px;
- }
- #pagination {
- font-size: 20px;
- text-align: center;
- }
- #cred {
- color: {color:text};
- font-family: calibri;
- font-size: 7px;
- line-height: 9px;
- letter-spacing: 1px;
- }
- #quote {
- font-family: georgia;
- font-weight: italic;
- font-size: 7pt;
- line-height: 9pt;
- color: {color:border};
- }
- #info {
- text-align: center;
- line-height: 11px;
- margin-top: 10px;
- padding: 4px;
- text-transform: uppercase;
- font-size: 6pt;
- }
- #audioimg {
- opacity: .5;
- }
- #asker {
- float: left;
- margin-right: 5px;
- font-size: 12pt;
- font-family: times new roman;
- font-style: italic;
- font-weight: bold;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {color:scrollbar};
- height:auto;
- border: 0px solid #000;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color: {color:scrollbar};
- height:10px !important;
- }
- ::-webkit-scrollbar {
- height:7px;
- width:7px;
- background-color: {color:scrollbar bg};
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="sidebar">
- <div id="nav"><a href="{text:link1}">{text:link 1 title} / </a><a
- href="{text:link2}">{text:link 2 title} / </a><a href="{text:link3}">{text:link 3
- title} / </a><a
- href="{text:link4}">{text:link 4 title}</a></div>
- <div id="sidebarimage"><a href="/"><img src="{image:sidebar}"></a></div>
- <div id="description">{Description}</div>
- <div id="nav"><a href="/">home</a> / <a href="/archive">past</a> / {block:AskEnabled}
- <a href="/ask">msg</a> /{/block:AskEnabled} <a
- href="http://lutherwest.tumblr.com">©</a> </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>
- <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}{AudioPlayerGrey}{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>{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>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment