bychloethemes

Redirect Page 1b - by Chloe

May 14th, 2015
2,036
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta name="text:New Url" content="" />
  5. <meta name="color:Text" content="#ffffff" />
  6. <meta name="color:Background" content="#000000" />
  7. <title>REDIRECT</title>
  8. <style type="text/css">
  9. body {
  10. background:{color:Background};
  11. font-family: 'consolas';
  12. }
  13. #redirect {
  14. width:640px;
  15. height:200px;
  16. position: absolute;
  17. margin-left: 50%;
  18. left:-320px;
  19. top: 190px;
  20. font-size: 90px;
  21. line-height: 220px;
  22. vertical-align: middle;
  23. letter-spacing: -5px;
  24. text-transform: uppercase;
  25. color: {color:Text};
  26. text-align: left;
  27. text-indent: 20px;
  28. }
  29. .loading {
  30. overflow: hidden;
  31. font-size: 80px;
  32. letter-spacing: -25px;
  33. height: 80px;
  34. display: inline-block;
  35. top:255px;
  36. margin-left: 50%;
  37. left:190px;
  38. position: absolute;
  39. color: {color:Text};
  40. -webkit-animation-duration: 2s;
  41. -moz-animation-duration: 2s;
  42. animation-duration: 2s;
  43. -webkit-animation-name: slidein;
  44. -moz-animation-name: slidein;
  45. animation-name: slidein;
  46. -webkit-animation-iteration-count: infinite;
  47. -moz-animation-iteration-count: infinite;
  48. animation-iteration-count: infinite;
  49. }
  50.  
  51. @-webkit-keyframes slidein {
  52. from {
  53. width:0px;
  54. }
  55.  
  56. to {
  57. width:150px;
  58. }
  59. }
  60.  
  61. @-moz-keyframes slidein {
  62. from {
  63. width:0px;
  64. }
  65.  
  66. to {
  67. width:150px;
  68. }
  69. }
  70. @keyframes slidein {
  71. from {
  72. width:0px;
  73. }
  74.  
  75. to {
  76. width:150px;
  77. }
  78. }
  79. .lb {
  80. font-size:200px;
  81. position: absolute;
  82. top: 185px;
  83. margin-left:50%;
  84. left: -400px;
  85. color: {color:Text};
  86. }
  87. .rb {
  88. font-size:200px;
  89. position: absolute;
  90. top: 185px;
  91. margin-right:50%;
  92. right: -400px;
  93. color: {color:Text};
  94. }
  95. </style>
  96. </head>
  97. <body>
  98. <div class="lb">&lcub;</div>
  99. <div id="redirect">Redirecting</div><div class="loading">. . .</div>
  100. <div class="rb">&rcub;</div>
  101. <script>setTimeout(function(){window.location.href='http://{text:New Url}.tumblr.com'},5000);</script>
  102. </body>
  103. </html>
Advertisement
Add Comment
Please, Sign In to add comment