Advertisement
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">
- <head><title>now at {text:newurl}</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}
- <!--URL REDIRECT THEME 01 by aausten.tumblr.com (do not claim this theme as your own, and please leave the theme credit where it is)-->
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:text" content="#838282"/>
- <meta name="color:link" content="#b8b8b8"/>
- <meta name="color:link hover" content="#616161"/>
- <meta name="color:scrollbar" content="#000000">
- <meta name="image:image" content=""/>
- <meta name="text:oldurl" content=""/>
- <meta name="text:newurl" content=""/>
- <style type="text/css">
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar};height:5px;}
- ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar};height:5px!important;}
- ::-webkit-scrollbar {background-color:{color:Background};height:5px;width:6px;}
- iframe#tumblr_controls {
- top: 0% !important;
- right:0% !important;
- opacity:0;
- position: fixed !important;
- filter:alpha(opacity=0);
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- body {
- margin-left:600px;
- margin-top:200px;
- background:{color:background};
- font-family:'cambria';
- color:{color:text};
- font-size:9px;
- line-height:100%;
- }
- a {
- text-decoration:none;
- color:{color:link};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- a:hover {
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- color: {color:link hover};
- }
- #bodyy{
- position:fixed;
- }
- .image img{
- border-radius:100px;
- width:120px;
- height:120px;
- }
- .oldurl{
- letter-spacing:1px;
- font-size:8px;
- text-align:center;
- padding-top:7px;
- }
- #newurl{
- letter-spacing:2px;
- text-align:center;
- font-size:10px;
- font-style:italic;
- padding-top:1px;
- }
- .description {
- color:{color:text};
- }
- #credit {
- position:fixed;
- right:0px;
- bottom:0px;
- padding:5px;
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:8px;
- }
- {CustomCSS}</style>
- </head><body>
- <div id="bodyy">
- <div class="image"><img src="{image:image}">
- <div class="oldurl">{text:oldurl} moved to</div>
- <div id="newurl"><a href="http://{text:newurl}.tumblr.com">{text:newurl}</a></div>
- <div id="credit"><a href="http://www.aausten.tumblr.com" target="_blank">aausten</a></div></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement