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>
- <head>
- <!--
- **BEST VIEWED IN GOOGLE CHROME**
- Instructions:
- -Enter in your new URL in the 'new URL' text box.
- -DO NOT enter the full http:// address; just enter the Tumblr username of the blog you want to redirect to.
- Terms + Conditions:
- -Don't remove the credit
- -Taking inspiration is not the same as blatantly copying ideas and/or code
- -Don't use as base code
- Default Settings-->
- <meta name="color:background" content="#ffffff" />
- <meta name="color:title" content="#000000" />
- <meta name="color:hover" content="#7ea2ad" />
- <meta name="color:text" cont88ient="#000000" />
- <meta name="color:link" content="#6da9c2" />
- <meta name="color:link hover" content="#8f0909" />
- <meta name="text:new URL" content="" />
- <title>formerly {Name}</title>
- <link href='http://fonts.googleapis.com/css?family=Kristi' rel='stylesheet' type='text/css'>
- <link rel="shortcut icon" href="{Favicon}"/>
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description} <meta name="description" content="{MetaDescription}"/> {/block:Description}
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <style type="text/css">
- body {
- background-color:{color:background};
- text-wrap:normal
- word-wrap:break-word;
- overflow-y:scroll;
- overflow-x:hidden;
- }
- html {
- overflow-y:auto;
- background-color:transparent;
- }
- html {
- overflow-y:auto;
- background-color:transparent;
- }
- a, a:active, a:visited{
- text-decoration:none;
- color:{color:link};
- }
- a:hover {
- color:{color:link hover};
- -webkit-transition-duration:.5s;
- -moz-transition-duration:.5s;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #main {
- background-color:transparent;
- background-attachment:fixed;
- position:absolute;
- }
- #title {
- color:{color:title};
- font-size:60px;
- z-index:1000;
- position:fixed;
- line-height:32px;
- margin-left:530px;
- margin-top:275px;
- text-align:center;
- font-family:kristi;
- font-style:italic;
- text-shadow:0px 0px 45px transparent;
- }
- #title:hover {
- color:{color:title};
- text-shadow:0px 0px 45px {color:hover};
- -webkit-transition-duration:.5s;
- -moz-transition-duration:.5s;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .redirect {
- font-family:times new roman;
- font-size:12px;
- color:{color:text};
- font-style:normal;
- text-align:center;
- }
- #credit {
- bottom:15px;
- position:fixed;
- font-size:10px;
- width:100%;
- text-align:center;
- font-family:times new roman;
- text-shadow:0px 0px 35px transparent;
- }
- #credit:hover {
- text-shadow:0px 0px 35px {color:hover};
- -webkit-transition-duration:.25s;
- -moz-transition-duration:.25s;
- -o-transition: all 0.25s ease-in-out;
- transition: all 0.25s ease-in-out;
- }
- #credit a {
- color:{color:title};
- }
- #credit a:hover {
- color:{color:link hover};
- }
- #tumblr_controls_a {
- background:none !important;
- border:0px !important;
- box-shadow:0px 0px 0px rgba(0,0,0,0) !important;
- }
- </style>
- </head>
- <body>
- <div id="main">
- <div id="title">i've relocated
- <div class="redirect">now at <a href="http://{text:new URL}.tumblr.com">{text:new URL}</a> </div></div>
- <div id="credit"><a href="http://streetlighter.tumblr.com">© streetlighter</a></div>
- </div>
- </body>
- </html>
- <!--Nothing more to see here!-->
Advertisement
Add Comment
Please, Sign In to add comment