Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <!--
- THEME MADE BY ANDREA @ MILIKBOY
- PLEASE DON'T REMOVE THE CREDITS. THANK YOU.
- -->
- <!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}
- <link href='http://fonts.googleapis.com/css?family=Port+Lligat+Slab' rel='stylesheet' type='text/css'>
- <!--Default Variables-->
- <!--Colors-->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#333333"/>
- <meta name="color:Title" content="#c21f1f"/>
- <meta name="color:Hover" content="#b8b8b8"/>
- <!--Images-->
- <meta name="image:Background" content="/"/>
- <style type="text/css">
- body {
- background:{color:Background};
- background-image: url("{image:Background}");
- background-repeat: fixed;
- margin:0px;
- font-family:calibri;
- line-height:100%;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:{color:Text};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease
- }
- a:hover {
- color:{color:Hover};
- }
- #title {
- text-align:center;
- text-transform:lowercase;
- color:text;
- margin-top:10px;
- margin-left:15px;
- letter-spacing:1px;
- padding:0px;
- width:395px;
- font-size:35px;
- font-family:times;
- margin-left:612px;
- margin-top:200px;
- font-style:italic;
- color:{color:Title};
- }
- #description {
- text-align:left;
- text-transform:none;
- color:text;
- margin-top:12px;
- margin-left:15px;
- letter-spacing:1px;
- padding:0px;
- width:395px;
- text-align:justify;
- line-height:120%;
- font-size:11px;
- margin-left:612px;
- font-style:none;
- color:{color:Text};
- }
- #description a {
- color:{color:Title};
- text-decoration:none;
- }
- #description a:hover {
- color:{color:Text};
- text-decoration:none;
- }
- #ask {
- padding:10px;
- width:450px;
- margin-left:600px;
- margin-top:0px;
- }
- #credit {
- font-family:Calibri;
- font-size:9px;
- letter-spacing:1px;
- float:right;
- position:fixed;
- bottom:15px;
- right:10px;
- }
- #credit a {
- color:#ffffff;
- padding:5px;
- text-transform:uppercase;
- background:{color:Text};
- }
- #credit a:hover {
- color:{color:Text};
- text-transform:uppercase;
- font-style:none;
- background:{color:Background};
- }
- {CustomCSS}</style></head><body>
- <div id="title">{Title}</div>
- <div id="description">{Description}</div>
- <div id="ask">
- <iframe frameborder="0" width= "400" height="200" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/mlikboy.tumblr.com" width="100%"></iframe></p>
- <!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></div>
- <div id="credit"><a href="http://mlikboy.tumblr.com/">mlikboy</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment