Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- redirect theme by nerdydean. don't remove the credit. -->
- <!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}">
- <meta name="color:background" content="#000000"/>
- <meta name="color:text" content="#9c9c9c"/>
- <meta name="color:links" content="#b3b3b3"/>
- <meta name="color:link hover" content="#222222"/>
- <meta name="color:buttons" content="#111111"/>
- <meta name="image:background" content=""/>
- <meta name="text:blog url" content="http:[your url].tumblr.com"/>
- <meta name="text:link2 url" content="http:[your url].tumblr.com/ask"/>
- <meta name="text:link3 url" content="/"/>
- <meta name="text:url" content="your url"/>
- <style type="text/css">
- body {
- background:{color:background};
- font-size:10px;
- font-family:arial;
- color:{color:text};
- background-image:url({image:background});
- }
- a {
- color:{color:links};
- text-decoration:none;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- a:hover {
- color:{color:link hover};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #content {
- margin-top:30px;
- line-height:150%;
- overflow:hidden;
- font-size:30px;
- }
- #content a {
- font-size:10px;
- font-family:arial;
- color:{color:links};
- padding:none;
- background:{color:background};
- text-transform:lowercase;
- }
- #image {
- margin-left:auto;
- margin-right:auto;
- margin-top:150px;
- text-align:center;
- }
- #image img {
- width:500px;
- }
- #links {
- width:450px;
- height:283px;
- margin-left:auto;
- margin-right:auto;
- margin-top:-318px;
- padding:10px;
- background:{color:background};
- opacity:0.8;
- position:relative;
- text-align:center;
- }
- #links a {
- padding:25px;
- margin-left:20px;
- background:{color:buttons};
- display:inline-block;
- text-transform:uppercase;
- font-size:9px;
- letter-spacing:1px;
- }
- #links a:hover {
- background:{color:background};
- }
- #bigfudge {
- position:fixed;
- right:20px;
- bottom:20px;
- }
- {CustomCSS}</style></head><body>
- <div id="image">
- <img width="480" height="330" src="{image:background}">
- </div>
- <div id="links">
- <a href="{text:blog url}">new url</a>
- <a href="{text:link2 url}">message</a>
- <a href="{text:link3 url}">link3</a>
- <a title="theme by nerdydean" href="http://hellish.co.vu">cr.</a>
- <div id="content">
- <br>
- I've moved to <b>{text:url}</b>.
- </div>
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment