Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta name="text:New Url" content="" />
- <meta name="color:Text" content="#ffffff" />
- <meta name="color:Background" content="#000000" />
- <title>REDIRECT</title>
- <style type="text/css">
- body {
- background:{color:Background};
- font-family: 'consolas';
- }
- #redirect {
- width:640px;
- height:200px;
- position: absolute;
- margin-left: 50%;
- left:-320px;
- top: 190px;
- font-size: 90px;
- line-height: 220px;
- vertical-align: middle;
- letter-spacing: -5px;
- text-transform: uppercase;
- color: {color:Text};
- text-align: left;
- text-indent: 20px;
- }
- .loading {
- overflow: hidden;
- font-size: 80px;
- letter-spacing: -25px;
- height: 80px;
- display: inline-block;
- top:255px;
- margin-left: 50%;
- left:190px;
- position: absolute;
- color: {color:Text};
- -webkit-animation-duration: 2s;
- -moz-animation-duration: 2s;
- animation-duration: 2s;
- -webkit-animation-name: slidein;
- -moz-animation-name: slidein;
- animation-name: slidein;
- -webkit-animation-iteration-count: infinite;
- -moz-animation-iteration-count: infinite;
- animation-iteration-count: infinite;
- }
- @-webkit-keyframes slidein {
- from {
- width:0px;
- }
- to {
- width:150px;
- }
- }
- @-moz-keyframes slidein {
- from {
- width:0px;
- }
- to {
- width:150px;
- }
- }
- @keyframes slidein {
- from {
- width:0px;
- }
- to {
- width:150px;
- }
- }
- .lb {
- font-size:200px;
- position: absolute;
- top: 185px;
- margin-left:50%;
- left: -400px;
- color: {color:Text};
- }
- .rb {
- font-size:200px;
- position: absolute;
- top: 185px;
- margin-right:50%;
- right: -400px;
- color: {color:Text};
- }
- </style>
- </head>
- <body>
- <div class="lb">{</div>
- <div id="redirect">Redirecting</div><div class="loading">. . .</div>
- <div class="rb">}</div>
- <script>setTimeout(function(){window.location.href='http://{text:New Url}.tumblr.com'},5000);</script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment