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 by dance-of-the-knights.tumblr.com don't steal please--->
- <head>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#838282"/>
- <meta name="color:sidebarlinks" content="#ffffff"/>
- <meta name="color:sidebarlinks bg" content="#ffffff"/>
- <meta name="color:sidebarlinks hover" content="#ffffff"/>
- <meta name="color:sidebarlinks bg hover" content="#ffffff"/>
- <meta name="color:pagination" content="#ffffff"/>
- <meta name="color:pagination hover" content="#ffffff"/>
- <meta name="color:link" content="#b8b8b8"/>
- <meta name="color:link hover" content="#b8b8b8"/>
- <meta name="color:description" content="#b8b8b8"/>
- <meta name="color:border" content="#b8b8b8"/>
- <meta name="image:sidebar" content=""/>
- <meta name="image:sidebar2" content=""/>
- <meta name="color:scrollbar" content="#b8b8b8"/>
- <meta name="text:Link1" content="" />
- <meta name="text:Link1 Title" content="" />
- <meta name="text:Link2" content="" />
- <meta name="text:Link2 Title" content="" />
- <meta name="text:Link3" content="" />
- <meta name="text:Link3 Title" content="" />
- <meta name="text:Link4" content="" />
- <meta name="text:Link4 Title" content="" />
- <style type="text/css">
- ::-webkit-scrollbar {width: 7px; height:auto; background:{color:background}}
- ::-webkit-scrollbar-corner {background:{color:background}}
- ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 0px solid {color:bg}; border-bottom: 1px solid {color:bg}}
- ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:bg}
- }
- body {
- background:{color:background};
- margin:0px;
- color:{color:text};
- font-family:Calibri;
- font-size:8px;
- text-transform:uppercase;
- padding:5px;
- line-height:100%;
- }
- a {
- color:{color:link};
- text-decoration:none;
- outline:none;
- opacity:1 ;
- -webkit-transition: all 0.8s;
- -moz-transition: all 0.8s;
- transition: all 0.8s;
- }
- a:hover {
- color:{color:link hover};
- text-decoration:none;
- outline:none;
- opacity:1 ;
- -webkit-transition: all 0.8s;
- -moz-transition: all 0.8s;
- transition: all 0.8s;
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- h1 {
- font-size:10px;
- text-align:center;
- font-weight:normal;
- }
- #entries {
- width:500px;
- margin-left:550px;
- margin-top:40px;
- }
- #post {
- width:500px;
- margin-bottom:50px;
- border:1px double;
- padding:10px;
- border-color:{color:border};
- }
- #sidebar {
- width:200px;
- height: 200px;
- position:fixed;
- margin-left:180px;
- margin-top:300px;
- }
- #sidebarimage {
- width 200px;
- height: 200px;
- }
- #sidebarimage img {
- border: 1px double;
- padding: 10px;
- width:200px;
- height: 200px;
- text-align:center;
- position:fixed;
- z-index:1;
- border-color: {color:border};
- background:{color:sidebarlinks bg};
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -transition: all 0.8s ease-in-out;
- }
- .sb2{
- opacity:0;
- position:fixed;
- z-index:1;
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -transition: all 0.8s ease-in-out;
- }
- .sb2:hover{
- -webkit-transition: all 0.8s ease-in-out;
- -moz-transition: all 0.8s ease-in-out;
- -transition: all 0.8s ease-in-out;
- opacity:1
- }
- .sidebarlinks {
- width:200px;
- margin-left:-11px;
- margin-top:-220px;
- position:center;
- font-family:calibri;
- font-size:8px;
- text-align:right;
- text-transform:uppercase;
- }
- .sidebarlinks a{
- color: {color:sidebarlinks};
- background:{color:sidebarlinks bg};
- width:200px;
- border: 1px solid;
- display: block;
- padding:2px;
- margin-bottom:2px;
- text-transform: uppercase;
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;
- transition: all 0.5s;
- border-color: {color:border};
- }
- .sidebarlinks a:hover{
- color: {color:sidebarlinks hover};
- background:{color:sidebarlinks bg hover};
- width:300px;
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;
- transition: all 0.5;
- }
- #information {
- color: {color:infolinks};
- background-color: {color:infolinks bg};
- text-transform: uppercase;
- text-align:center;
- font-size: 8px;
- margin-top: 5px;
- border: 1px solid;
- border-color: #f3f3f3;
- padding: 5px;
- }
- #asker {
- float:left;
- margin-right:10px;
- }
- #pagination{
- color:{color:pagination};
- margin-bottom: 2px;
- }
- #pagination a{
- color:{color:pagination};
- font-size: 9px;
- text-align:center;
- width:160px;
- text-transform: uppercase;
- margin-top: 5px;
- -webkit-transition: all 0.8s;
- -moz-transition: all 0.8s;
- transition: all 0.8s;
- }
- #pagination a:hover{
- color:{color:pagination hover};
- -webkit-transition: all 0.8s;
- -moz-transition: all 0.8s;
- transition: all 0.8s;
- }
- #description{
- color:{color:description};
- text-transform:lowercase;
- text-align:right;
- font-style:italic;
- width:100px;
- margin-top:28px;
- font-size:9px;
- margin-left:122px;
- }
- .asks{
- font-style:italic;
- }
- #credit a{
- -webkit-transition: all 0.8s;
- -moz-transition: all 0.8s;
- transition: all 0.8s;
- display:block;
- background:#d1d1d1;
- color:#ffffff;
- padding:5px;
- right:5px;
- bottom:5px;
- position:fixed;
- text-transform:uppercase;
- font-size:10px;
- letter-spacing:2px;
- z-index:55555555555555;
- font-family:consolas;
- }
- #credit a:hover{
- background:#05ffbc;
- color:#ffffff;
- -webkit-transition: all 0.8s;
- -moz-transition: all 0.8s;
- transition: all 0.8s;
- }
- {CustomCSS}</style>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script type="text/javascript">
- $(window).load(function(){
- $("p").remove(":contains('Source:')");
- $("p").remove(":contains('(via')");
- });
- </script>
- </head>
- <body>
- <div id="sidebar">
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">newer</a> –
- {/block:PreviousPage}
- {CurrentPage} of {TotalPages}
- {block:NextPage}
- – <a href="{NextPage}">older</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- <div id="sidebarimage"><img src="{image:sidebar}"></a><div class="sb2"><img src="{image:sidebar2}"></a></div></div>
- <div id="description">{Description}</div>
- <div class="sidebarlinks">
- <a href="/">HOME</a>
- <a href="/ask">Message</a>
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a> {/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a> {/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a> {/block:ifLink3}
- {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a> {/block:ifLink4}
- </a></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}<div class="asks"><big><big>❝</big></big> {Asker} asked: {Question}{Answer}</div>{/block:answer}
- <div id="information">
- <a href="{Permalink}">{block:Date}{TimeAgo}{/block:Date}</a>
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- {block:RebloggedFrom}<a href="{ReblogParentURL}"title="{ReblogParentTitle}">via</a>
- <a href="{ReblogRootURL}"title="{ReblogRootName}">@</a>
- {/block:RebloggedFrom}{/block:RebloggedFrom}
- {block:HasTags}{block:Tags} <a href="{TagURL}">{Tag}</a>
- {/block:Tags}{/block:HasTags}
- </div>
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}</div>
- <div id="credit">
- <a href="http://castielers.tumblr.com/">TH</a></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment