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 8 by torchno-->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#838282"/>
- <meta name="color:Desc Background" content="#ffffff"/>
- <meta name="color:Link" content="#b8b8b8"/>
- <meta name="color:Sidelink" content="#aca686"/>
- <meta name="color:Border" content="#aca686"/>
- <meta name="color:Border Colour" content="#beb78f7"/>
- <meta name="color:Link Hover" content="#423f3f"/>
- <meta name="color:Entries" content="#ffffff"/>
- <meta name="color:Accent" content="#eeeeee"/>
- <meta name="color:Info BG" content="#f5f4ed"/>
- <meta name="color:Scrollbar" content="#aca686"/>
- <meta name="color:Description" content="#beb78f"/>
- <meta name="color:Title" content="##beb78f"/>
- <meta name="image:Sidebar" 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" />
- <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
- <style type="text/css">
- body {
- background:{color:background} url('{image:Background}');
- margin:0px;
- color:{color:text};
- font-family:"Inconsolata";
- font-size:10px;
- line-height:130%;
- }
- 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;
- display:block;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- background:{color:info bg};
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- background:{color:info bg};
- }
- h1 {
- font-size:15px;
- font-family:geneva;
- letter-spacing:2px;
- text-transform:uppercase;
- color:{color:title};
- }
- #entries {
- padding:10px;
- width:520px;
- margin-left:180px;
- }
- #post {
- width:500px;
- opacity: 1;
- margin-top:50px;
- padding-bottom:10px;
- background-color:{color:Entries};
- margin-bottom: 10px;
- padding:8px;
- }
- #tags{
- border-top:3px solid {color:border};
- font-size:7px;
- }
- #info {
- text-align:left;
- margin-top:10px;
- background-color: {color:info bg};
- padding:5px;
- }
- #sidebar {
- width:150px;
- position:fixed;
- margin-left:800px;
- margin-top:120px;
- background:{color:accent};
- padding:30px;
- padding-right:35px;
- }
- #title {
- text-transform: lowercase;
- text-align:center;
- font-size:9px;
- padding:3px;
- color:{color:title};
- }
- #sidebarimage {
- width 150px;
- padding-bottom: 3px;
- margin-left: -5px;
- }
- #sidebarimage img {
- width:150px;
- background:{color:background};
- padding:6px;
- border: 1px solid {color:border colour};
- }
- #description {
- padding:9px;
- margin-top:2px;
- margin-left:-7px;
- text-align:center;
- width:150px;
- background:{color:desc background};
- border:1px solid {color:border colour};
- font-family:"Inconsolata";
- word-spacing:5px;
- color: {color:description};
- }
- #pagination {
- font-size:12px;
- }
- #asker {
- float:left;
- margin-right:5px;
- }
- #links {
- opacity: 1;
- margin-left:-11px;
- width: 180px;
- font-size:9px;
- padding-bottom:4px;
- margin-top:4px;
- -webkit-transition: all 2s ease;
- -moz-transition: all 2s ease;
- -o-transition: all 2s ease;
- }
- #links a{
- opacity: 1;
- margin-bottom:3px;
- padding:5px;
- width:30px;
- color: {color:sidelink};
- display: inline-block;
- text-align:center;
- font-family: geneva;
- }
- #links a:hover{
- color: {color:background};
- background:{color:sidelink};
- -moz-transform:rotate(360deg);
- -webkit-transform:rotate(360deg);
- -o-transform:rotate(360deg);
- -ms-transform:rotate(360deg);
- transform:rotate(360deg);
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- }
- #bubble {
- text-align:left;
- background: {color:info bg};
- 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 {color:info bg};
- }
- #askborder {
- float: left;
- margin: 1px 4px 0 0;
- padding: 2px;
- background: {color:info bg};
- }
- {CustomCSS}
- ::-webkit-scrollbar-thumb:vertical {border-radius: 10px;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">{title}</div>
- <div id="sidebarimage">
- <img src="{image:sidebar}"</a></div>
- <div id="description">{Description}</div>
- <div id="links"><b>
- <a href="/">home</a>
- <a href="/ask">ask</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>
- <a href="http://torchno.tumblr.com">theme</a>
- </div></b>
- <div id="pagination"><b>
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">»</a><br>{/block:NextPage}{/block:Pagination}</b>
- </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">tagged as:
- {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</i></div>
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}</div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment