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}
- <!---- torchno theme 4--->
- <meta name="color:Background" content="#f7f4eb"/>
- <meta name="color:Text" content="#838282"/>
- <meta name="color:Link" content="#b8b8b8"/>
- <meta name="color:Link BG" content="#ffffff"/>
- <meta name="color:Border" content="#b8b8b8"/>
- <meta name="color:Link Hover" content="#423f3f"/>
- <meta name="color:Entries" content="#ffffff"/>
- <meta name="color:Info BG" content="#ffffff"/>
- <meta name="color:Sidebars" content="#ffffff"/>
- <meta name="color:Scrollbar" content="#788b3c"/>
- <meta name="color:Description" content="#b8b8b8"/>
- <meta name="color:Title" content="#8f8d8d"/>
- <meta name="color:Sidebar BG Fill" content="#b8b8b8"/>
- <meta name="image:Sidebar BG Fill" content=""/>
- <meta name="image:Background" content="" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="one" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="two" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="three" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="four" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Title" content="five" />
- <meta name="text:Description Height" content="140"/>
- <style type="text/css">
- body {
- background:{color:background} url('{image:Background}');
- margin:0px;
- color:{color:text};
- font-family: cambria;
- font-size:10px;
- line-height:100%;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:link};
- }
- a:hover {
- color: {color:link hover};
- -webkit-transition: all 0.4s ease;
- -moz-transition: all 0.4s ease;
- -o-transition: all 0.4s ease;
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- h1 {
- font-size:15px;
- font-family:cursive;
- }
- #entries {
- padding:10px;
- width:500px;
- margin-left:550px;
- }
- #post {
- width:500px;
- opacity: 1;
- margin-top:50px;
- padding-bottom:10px;
- background-color:{color:Entries};
- margin-bottom: 10px;
- border-top:1px solid {color:border};
- border-left:1px solid {color:border};
- border-right:1px solid {color:border};
- border-bottom:3px solid {color:border};
- padding:8px;
- }
- #sidebar {
- width:240px;
- position:fixed;
- margin-left:250px;
- background: {color:sidebar bg fill} url('{image:sidebar bg fill}');
- padding-bottom: 1500px;
- padding-top: 400px;
- border:solid 2px {color:border};
- }
- #title {
- font-size:10px;
- text-align:center;
- margin-top:{text:description height}px;
- padding: 8px;
- line-height:10px;
- color: {color:title};
- font-family: times new;
- text-transform:uppercase;
- }
- #description {
- padding:5px;
- text-align:left;
- margin-left:40px;
- background: {color:Sidebars};
- color: {color:description};
- width:150px;
- font-family:calibri;
- text-transform:lowercase;
- border:solid 1px {color:border};
- }
- #pagination {
- font-size:40px;
- text-align:center;
- color: {color:link bg};
- }
- #info {
- text-align:left;
- margin-top:10px;
- background-color: {color:info bg};
- padding:5px;
- border-top:1px dashed {color:border};
- }
- #asker {
- float:left;
- margin-right:5px;
- }
- #links {
- margin-left:-30px;
- text-transform: uppercase;
- text-align:center;
- font-family: cambria;
- padding-top: 9px;
- width: 300px;
- font-size: 7px;
- padding-bottom: 6px;
- color: {color:Link};
- }
- #links a{
- background:{color:link bg};
- padding:1px;
- border:1px solid {color:border};
- text-align:center;
- }
- #links a:hover{
- background: {color:background};
- }
- #bubble {
- text-align:left;
- background: #eee;
- padding:10px;
- position: relative;
- }
- #bubble span {
- display:block;
- position:absolute;
- width:1px;
- height:1px;
- font-size: 0;
- line-height: 1px;
- left:-10px;
- top:10px;
- border-top:7px solid transparent;
- border-bottom:7px solid transparent;
- border-right:10px solid #eee;
- }
- #askborder {
- float: left;
- margin: 1px 4px 0 0;
- padding: 2px;
- background: #eee
- }
- #tags{
- border-top:1px solid {color:border};
- border-bottom:1px solid {color:border};
- font-size:7px;
- }
- #credit {
- font-size:10px;
- text-transform:lowercase;
- bottom:10px;
- right:10px;
- position:fixed;
- color: #868582;
- border: 1px solid #b8b8b8;
- padding:4px;
- width:8px;
- height:8px;
- overflow:hidden;
- }
- #credit a {
- color: #868582;
- }
- {CustomCSS}
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px;}
- ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:10px!important;}
- ::-webkit-scrollbar {background-color:{color:background}; height:10px; width:10px;}
- ::-moz-selection {background-color:transparent; color:{color:Link};}
- ::selection {background-color:transparent; color:{color:link};}
- </style>
- </head>
- <body>
- <div id="sidebar">
- <div id="title"><i>{title};</i></div>
- <div id="links">
- <a href="/">home</a>
- <a href="/ask">mssg</a>
- <a href="{text:Link1}">{text:Link1 Title}</a>
- <a href="{text:Link2}">{text:Link2 Title}</a>
- <a href="{text:Link3}">{text:Link3 Title}</a>
- <a href="{text:Link4}">{text:Link4 Title}</a>
- <a href="{text:Link5}">{text:Link5 Title}</a>
- </div>
- <div id="description"><i>{Description}</i></div>
- <div id="pagination"><br><br>
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">+</a><br>{/block:NextPage}{/block:Pagination}
- </div>
- </div>
- <div id="entries">{block:Posts}<div id="post">
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{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}{Quote}{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}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<a href="askborder"><div id="bubble"><span></span>❝<b>{Asker}</b> Asked: {Question} </div>{Answer}{/block:Answer}
- <div id="info"><i>
- {TimeAgo}<a href="{Permalink}"> With
- {NoteCountWithLabel}</a>{block:RebloggedFrom} / <a href="{ReblogParentURL}"
- title="{ReblogParentTitle}"> via</a> / <a href="{ReblogRootURL}"title="{ReblogRoottitle}">source</a>{/block:RebloggedFrom}</i><i></div>
- <div id="tags">
- {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</i></div>
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}</div>
- <div id="credit"><a href="http://torchno.tumblr.com/">©</a></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment