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">
- <!----
- © THEME MADE BY MAGICBLOOD
- * Please do not remove any credits or else don't use my theme.
- * http://magicblood.tumblr.com/
- ----!>
- <head>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:Background" content="#EEEEEE" />
- <meta name="color:Box" content="#FFFFFF" />
- <meta name="color:Post" content="#DCFFB6" />
- <meta name="color:Title" content="#3A3A3A" />
- <meta name="color:Text" content="#797979" />
- <meta name="color:Link" content="#444444" />
- <meta name="color:Link hover" content="#444444" />
- <meta name="color:Note Box" content="#FFFFFF" />
- <meta name="color:Sidebar Links" content="#D6FFED" />
- <meta name="color:Sidebar Links Hover" content="#FFFF99" />
- <meta name="font:body" content="arial"/>
- <meta name="font:title" content="arial"/>
- <meta name="text:font size" content="11px" />
- <meta name="if:Show Tumblr Picture" content="1"/>
- <meta name="image:background" content="" />
- <meta name="image:sidebar" content="" />
- <meta name="text:Link1" content="" />
- <meta name="text:Link1" content="" />
- <meta name="text:Link1 Title" content="" />
- <meta name="text:Link2" content="" />
- <meta name="text:Link2 Title" content="" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <script language="javascript" src="http://leezy2.webs.com/jquery_mini.js"></script>
- <script language="javascript" src="http://leezy2.webs.com/jquery.dimensions.js"></script>
- <script language="javascript">
- var name = "#main";
- var menuYloc = null;
- $(document).ready(function(){
- menuYloc = parseInt($(name).css("top").substring(0,$(name).css("top").indexOf("px")))
- $(window).scroll(function () {
- offset = menuYloc+$(document).scrollTop()+"px";
- $(name).animate({top:offset},{duration:500,queue:false});
- });
- });
- </script>
- <style type="text/css">
- body{
- color:{color:text};
- background-color: {color:background};
- background-image:url({image:background});
- background-position: center;
- background-attachment:fixed;
- background-repeat: repeat;
- font:9px georgia;
- line-height:{text:line height};
- text-align:justify;
- -moz-transition: 0.3s ease-in;
- -webkit-transition: 0.3s ease-in;
- -o-transition: 0.3s ease-in;
- transition: 0.3s ease-in;
- }
- a:link, a:active, a:visited{
- color: {color:link};
- text-decoration:none;
- }
- a:hover{
- color:{color:link hover};-webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s;
- }
- #main {position:absolute;top:20px;left:-230px;}
- #center{
- position:absolute;
- left:50%;
- margin-left:-200px;
- top:20px;
- bottom: 10px;
- width:800px;}
- #box{
- background-color: {color:post};
- padding:5px;
- width: 500px;
- }
- #box:hover .post-footer {display: block;}
- #sidebarz {
- left: -30%;
- position: absolute;
- margin-left: 10px;
- margin-top:1px;
- }
- #sidebar {
- background-color: {color:box};
- padding:7px;
- width: 200px;
- margin-bottom: 10px;
- font:9px georgia;
- }
- #portrait {
- background-color: {color:box};
- width: 64px;
- left: -40%;
- position: absolute;
- margin-left: 10px;
- margin-top:1px;
- padding:7px;
- }
- #simg {}
- #simg img {max-width: 200px; height: auto; text-align:center}
- #datenote {width:505px;color:{color:text}; background-color: {color:note box}; padding-top:3px; padding-left:5px;padding-bottom:3px; font:9px arial; text-transform:uppercase; margin-top:0px; -webkit-border-bottom-right-radius: 10px;
- -webkit-border-bottom-left-radius: 10px;
- -moz-border-radius-bottomright: 10px;
- -moz-border-radius-bottomleft: 10px;
- border-bottom-right-radius: 10px;
- border-bottom-left-radius: 10px;}
- .links a:hover {opacity: 1;}
- h1, big{
- color:{color:title};
- font-family: {font:title};
- font-size:35px;
- line-height:30px;
- letter-spacing:-3px;
- font-weight:normal;
- text-transform:lowercase;
- margin:0px;
- padding:0px;
- text-align:left;
- }
- h3{
- color:{color:title};
- font-family:georgia;
- font-size:15px;
- line-height:19px;
- letter-spacing:-1px;
- font-weight:normal;
- text-transform:lowercase;
- margin:0px;
- padding:0px;
- margin-bottom:-0px;
- text-align:left;
- -moz-transition: 0.3s ease-in;
- -webkit-transition: 0.3s ease-in;
- -o-transition: 0.3s ease-in;
- transition: 0.3s ease-in;
- }
- h4{
- color:{color:title};
- font-family: garamond;
- font-size:23px;
- line-height:19px;
- letter-spacing:-2px;
- font-weight:normal;
- text-transform:lowercase;
- margin:0px;
- padding:0px;
- margin-bottom:-0px;
- text-align:left;
- }
- h5{
- color:{color:title};
- font-family:georgia;
- font-size:9px;
- line-height:19px;
- letter-spacing:1px;
- font-weight:normal;
- text-transform:lowercase;
- margin:0px;
- padding:0px;
- margin-bottom:-0px;
- text-align:left;
- -moz-transition: 0.3s ease-in;
- -webkit-transition: 0.3s ease-in;
- -o-transition: 0.3s ease-in;
- transition: 0.3s ease-in; }
- .post-footer {
- background-color: {color:note box};
- text-align: right;
- padding: 5px;
- color:#A2A2A3;
- font-size:10px;
- line-height: 9px;
- font-style:normal;
- font-weight:normal;
- letter-spacing:1px;
- text-decoration:none;
- display:none;
- }
- .links{
- background-color: {color:Sidebar Links};
- letter-spacing:1px;
- text-align:right;
- font:9px georgia;
- text-transform:lowercase;
- padding:2px;
- -moz-transition: 0.3s ease-in;
- -webkit-transition: 0.3s ease-in;
- -o-transition: 0.3s ease-in;
- transition: 0.3s ease-in;
- border-bottom: 3px solid {color:box}
- }
- .links:hover{
- background-color:{color:Sidebar Links Hover};
- }
- .links:hover a{{color:text}}
- #askr{
- background-color: {color:box};
- padding:5px;
- padding-left:5px;}
- blockquote {
- background-color: {color:box};
- padding:5px;
- padding-left:10px;
- margin:5px;
- border-left:1px solid {color:background};
- border-bottom:1px solid {color:background};
- }
- b, strong{color:{color:title};}
- i, em {color:{color:link};}
- p{margin-top:3px; margin-bottom:3px;}
- blockquote img{ display:block; width:100%;}
- blockquote p {padding:0px; margin:0px;}
- blockquote blockquote {position:relative; left:-5px; margin-top:0px; margin-right:0px; padding-right:0px;}
- img, a img {border: 0px !important;}
- .audio{background-color:black; display:block;}
- .user_1 .label, .user_4 .label, .user_7 .label {color:{color:title};}
- .user_2 .label, .user_5 .label, .user_8 .label {color:{color:link};}
- .user_3 .label, .user_6 .label, .user_9 .label {color:{color:text}; opacity:.75;}
- ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
- .notes img{width:10px; position:relative; top:1px;}
- ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
- iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
- .block{display:block; position:fixed; z-index:1338;background-color:{color:box}; padding:10px; opacity: 0.7; {color:link};}
- .bottom{position:fixed; bottom:0px; left:50%; margin-left:-200px; width:447px;height:10px; padding-top:10px;}
- .fuckingcredz {position:fixed; bottom:0px; right:0px; padding:5px; text-transform:uppercase; font-family: "consolas","courier new";}
- </style>
- <style type="text/css">{CustomCSS}</style>
- </head>
- <body>
- <div id="center">
- <div id="main">
- <div id="sidebarz">
- <div id="sidebar">
- <div id="simg"><img src="{image:sidebar}"/></div>
- </div>
- <div id="sidebar">
- {block:Description}{Description}{/block:Description}
- </div>
- <div id="sidebar">
- <div class="links"><a href="/">{Title}</a></div>
- <div class="links"><a href="/ask">Ask</a></div>
- <div class="links"><a href="/archive">Archive</a></div>
- <div class="links"><a href="http://magicblood.tumblr.com/">© THEME</a></div>
- <div class="links">{block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a><br />{/block:ifLink1}</div>
- <div class="links">{block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a><br />{/block:ifLink2}</div>
- </div>
- <div id="sidebar"><center>
- {block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage} <a href="{NextPage}">»</a>{/block:NextPage}
- </center>
- </div>
- </div>
- </div>
- {block:Posts}
- <div id="box">
- {block:Quote}<h3>"{Quote}" </h3>{/block:Quote}
- {block:Title}<h3>{Title} </h3>{/block:Title}
- {block:Link}<a href="{URL}" class="link" {Target}><h3>{Name} </h3></a>{/block:Link}
- {block:Text}{Body}{/block:Text}
- {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"/>{LinkCloseTag}</center>{block:Caption} {Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}{block:Source}<P>{Source}</p>{/block:Source}{/block:Quote}
- {block:Link}{block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
- {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul>{/block:Chat}
- {block:Video}<center>{Video-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="askr"><h5>{Asker} asked: {Question} </h5></div>{Answer}{/block:Answer}
- {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- </div>
- <div id="datenote">
- Posted <a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}"> {NoteCountWithLabel}</a>
- {block:HasTags}<br>{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- <BR>
- {/block:Posts}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment