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}
- <!---- by torhcno--->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#838282"/>
- <meta name="color:Link" content="#a5a4a4"/>
- <meta name="color:Main Links" content="#ffffff"/>
- <meta name="color:Link Background" content="#b8b8b8"/>
- <meta name="color:Entries" content="#ffffff"/>
- <meta name="color:Title Background" content="#b8b8b8"/>
- <meta name="color:Scrollbar" content="#788b3c"/>
- <meta name="color:Description" content="#b8b8b8"/>
- <meta name="color:Description Border" content="#d6d6d6"/>
- <meta name="color:Border" content="#eeeeee"/>
- <meta name="color:Info" content="#eeeeee"/>
- <meta name="color:Title" content="#ffffff"/>
- <meta name="image:Background" content="" />
- <meta name="image:Sidebar" content=""/>
- <meta name="text:quote" content=""/>
- <meta name="text:quote source" content=""/>
- <meta name="if:show quote" content="1" />
- <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" />
- <div style="float: right; position: fixed; bottom: 10px; right: 10px;"><a href="http://torchno.tumblr.com"><img width="30px" height="30px"src="http://media.tumblr.com/9728a56b1457585b02c9a97e23a656a3/tumblr_inline_mo42hj5dJP1rc1fyq.jpg"/></div>
- <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
- <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
- <style>
- div#qTip {
- text-align: left;
- position: absolute;
- font-size:9px;
- background: {color:background};
- text-transform:uppercase;
- font-family:calibri;
- border:1px solid {color:border};
- padding-left:2px;
- padding-right:2px;
- }
- </style>
- <style type="text/css">
- body {
- background:{color:background} url('{image:Background}');
- margin:0px;
- color:{color:text};
- font-family:cambria;
- font-size:11px;
- 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:#eee;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- background:#eee;
- }
- h1 {
- font-size:15px;
- font-family:geneva;
- letter-spacing:2px;
- text-transform:uppercase;
- color:{color:title};
- }
- #entries {
- padding:10px;
- width:500px;
- margin-top:0px;
- margin-left:400px;
- border-left:3px solid {color:border};
- border-right:3px solid {color:border};
- }
- #post {
- width:500px;
- opacity: 1;
- margin-top:30px;
- opacity:0.9;
- padding-bottom:10px;
- background-color:{color:Entries};
- margin-bottom: 10px;
- }
- #post:hover {
- opacity:1;
- -webkit-transition: all 2s ease;
- -moz-transition: all 2s ease;
- -o-transition: all 2s ease;
- }
- #sidebar {
- width:205px;
- position:fixed;
- margin-top:-130px;
- margin-left:70px;
- }
- #description {
- position:fixed;
- color:{color:description};
- display:block;
- font-size:9px;
- width:120px;
- margin-left:90px;
- margin-top:20px;
- border:1px solid {color:description border};
- max-height:70px;
- overflow:auto;
- text-align:center;
- font-family:calibri;
- line-height:150%;
- background:#fff;
- padding:3px;
- }
- #pagination {
- text-align:center;
- font-size:12px;
- margin-left:50px;
- margin-top:100px;
- font-size:7px;
- }
- #sidebarimage {
- width 190px;
- padding-bottom: 3px;
- margin-left: 50px;
- margin-top:300px;
- }
- #sidebarimage img {
- width:190px;
- padding: 9px;
- padding:3px;
- height:190px;
- border-radius:100px;
- border:1px solid #eee;
- }
- #pagination a {
- padding:3px;
- color: {color:links};
- letter-spacing:3px;
- font-weight:bold;
- display:inline;
- margin-left:55px;
- text-align:center;
- font-size:20px;
- font-family:calibri;
- text-transform: uppercase;
- }
- #info {
- text-align:center;
- font-family:"Inconsolata";
- font-size:9px;
- padding:5px;
- background:{color:info};
- word-spacing:-1px;
- }
- #asker {
- float:left;
- margin-right:5px;
- }
- #links {
- position:fixed;
- font-size:15px;
- margin-left:100px;
- width:100px;
- z-index:-9999;
- margin-top:-150px;
- text-align:center;
- -webkit-transition: all 2s ease;
- -moz-transition: all 2s ease;
- -o-transition: all 2s ease;
- }
- #links a{
- margin-bottom:2px;
- color:{color:main links};
- display:inline;
- padding:10px;
- border-radius:100px;
- background:{color:link background};
- width:15px;
- text-align:left;
- font-family:calibri;
- display: inline-block;
- }
- #sidebar:hover #links {
- width:240px;
- margin-top:-240px;
- margin-left:30px;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- }
- #links a:hover{
- color: #fff;
- background: #dfdcdc;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- }
- #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 {
- word-spacing:5px;
- font-size:7px;
- font-style:normal;
- text-transform:lowercase;
- }
- #sidebar:hover #tunes {
- opacity:1;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- }
- #quote {
- position:fixed;
- background: url(http://i47.tinypic.com/20aqe4p.png) no-repeat 0 4px;
- margin-left:1000px;
- margin-top:400px;
- padding-left:20px;
- padding-top:10px;
- width:150px;
- }
- #title {
- position:fixed;
- background:{color:title background};
- color:{color:title};
- font-size:15px;
- text-align:center;
- width:190px;
- margin-left:3px;
- text-transform:uppercase;
- margin-top:150px;
- }
- {CustomCSS}
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:25px; border-radius:100px;}
- ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:5px!important;}
- ::-webkit-scrollbar {background-color:{color:background}; height:5px; width:5px;}
- ::-moz-selection {background-color:transparent; color:{color:Link};}
- ::selection {background-color:transparent; color:{color:link};}
- #tumblr_controls{ position:fixed !important; -webkit-filter: invert(100%); }
- </style>
- </head>
- <body>
- <div id="sidebar">
- <div id="sidebarimage"><div id="title"><i>{title}.</i></div><img src="{image:sidebar}"</a></div>
- <div id="links"><i>
- <a href="/" title="home">I.</a>
- <a href="/ask" title="ask">II.</a>
- <a href="{text:Link1}" title="{text:Link1 title}">III.</a>
- <a href="{text:Link2}" title="{text:Link2 title}">IV.</a>
- <a href="{text:Link3}" title="{text:Link3 title}">V.</a>
- <a href="http://torchno.tumblr.com" title="theme">VI.</a></i>
- </div>
- <div id="description"><i>{Description}</i></div>
- <br><br>
- <div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">»</a> {/block:NextPage}
- </div>{/block:Pagination}</div>
- </div></div>
- {block:ifShowquote}<div id="quote">{text:quote}<br><b>-{text:quote source}</b></div>{/block:ifShowquote}
- </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">
- {TimeAgo} <a href="{Permalink}"> With {NoteCount} notes</a>{block:RebloggedFrom}<a href="{ReblogParentURL}"
- title="{ReblogParentTitle}"> via</a> + <a href="{ReblogRootURL}"title="{ReblogRoottitle}">original</a>{/block:RebloggedFrom}
- <div id="tags">
- {block:HasTags}tagged as: {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