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--->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:postbg" content="#fcfcfc"/>
- <meta name="color:Text" content="#d1d1d1"/>
- <meta name="color:Link" content="#e4e4e4"/>
- <meta name="color:Link hover" content="#f5c5c5"/>
- <meta name="color:description" content="#cecece"/>
- <meta name="color:infobg" content="#f8f8f8"/>
- <meta name="image:sidebar" content=""/>
- <meta name="color:scrollbar" content="#ececec"/>
- <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="" />
- <meta name="text:Link5" content="" />
- <meta name="text:Link5 Title" content="" />
- <meta name="text:Link6" content="" />
- <meta name="text:Link6 Title" content="" />
- <style type="text/css">
- #bite
- #bite a{
- display:block
- }
- #bite .death {
- margin-top:0px;filter: alpha(opacity = 0);
- opacity:0;-webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
- }
- #bite:hover .death {
- margin-top:0px;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- filter: alpha(opacity = 100);
- filter: alpha(opacity = 100);
- opacity:100;
- }
- ::-webkit-scrollbar {width: 7px; height:auto; background:{color:background}}
- ::-webkit-scrollbar-corner {background:{color:background}}
- ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar}}
- ::-webkit-scrollbar-button:horizontal {width: 4px; height: 4px; display: block; background:{color:scrollbar}}
- ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px 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:Cambria;
- font-size:8px;
- text-transform:uppercase;
- padding:5px;
- line-height:100%;
- }
- a {
- color:{color:link};
- text-decoration:none;
- outline:none;
- opacity:1 ;
- font-family:cambria;
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;
- transition: all 0.5s;
- }
- a:hover {
- color: {color:link hover};
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;
- transition: all 0.5s;
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid;
- }
- h1 {
- font-size:12px;
- text-align:center;
- font-weight:normal;
- font-style:italic;
- }
- #entries {
- padding:10px;
- width:500px;
- margin-left:500px;
- margin-top:40px;
- }
- #post {
- width:500px;
- background: {color:postbg};
- margin-bottom:50px;
- padding:10px;
- }
- #sidebar {
- width:300px;
- height: 300px;
- position:fixed;
- margin-left:180px;
- margin-top:180px;
- }
- #sidebarimage {
- width 300px;
- height: 300px;
- }
- #sidebarimage img {
- opacity: 1;
- width:300px;
- height: 300px;
- text-align:center;
- }
- .sbhover {
- opacity:1 ;
- transition: opacity .5s ease-in-out;
- -moz-transition: opacity .5s ease-in-out;
- -webkit-transition: opacity .5s ease-in-out;
- }
- .sbhover:hover {
- opacity: 0.8;
- }
- .sidebarlinks {
- position:center;
- width:300px;
- font-size:8px;
- text-align:center;
- text-transform:uppercase;
- letter-spacing:1px;
- margin-bottom: 5px;
- }
- .sidebarlinks a{
- color: {color:link};
- margin: 5px 0px 5px 0px;
- text-align:center;
- }
- .sidebarlinks a:hover{
- color: {color:link hover};
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- transition: all 0.9s ease-out;
- }
- #description {
- position:center;
- width:300px;
- font-family:cambria;
- font-size:10px;
- text-align:center;
- text-transform:lowercase;
- font-style:italic;
- letter-spacing:1px;
- margin-top: 6px;
- color:{color:description}
- }
- #tags {
- display:block;
- width:100px;
- margin-top:-10px;
- position:absolute;
- margin-left:510px;
- text-align: left;
- padding-left:5px;
- font-size: 8px;
- opacity:0;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #post:hover #tags {
- opacity:1;
- }
- #pagination {
- font-size:25px;
- text-align:center;
- margin-top:50px;
- }
- #information {
- text-align:center;
- padding:5px;
- font-size: 8px;
- font-style: normal;
- margin-top: 6px;
- background: {color:infobg};
- }
- #asker {
- float:left;
- margin-right:10px;
- }
- #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;
- }
- .asks{
- font-style:italic;
- }
- {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="bite">
- <div id="sidebar">
- <div class="death">
- <div class="sidebarlinks">
- {block:previouspage}<a href="{PreviousPage}">«</a>{/block:previouspage}
- <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}
- {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a> {/block:ifLink5}
- {block:ifLink5}<a href="{text:Link6}">{text:Link6 Title}</a> {/block:ifLink6}
- {block:nextpage}<a href="{NextPage}">»</a>{/block:nextpage}
- </a></div>
- </div>
- <div id="sidebarimage"><div class='sbhover'><a href="/"><img src="{image:sidebar}"></a></div></div>
- <div class="death">
- <div id="description">{Description}</div></div></div>
- </div>
- <div id="entries">{block:Posts}<div id="post">
- <div id="tags">
- {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a><br> {/block:Tags}{/block:HasTags}
- </div>
- {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">{Asker} asked: {Question}{Answer}</div>{/block:answer}
- <div id="information">
- {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
- {NoteCountWithLabel}</a><br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}"
- title="{ReblogParentName}">{ReblogParentName}</a> · source: <a href="{ReblogRootURL}"title="{ReblogRootName}">{ReblogRootName}</a>{/block:RebloggedFrom}
- </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