ahu419

redirect001

Aug 9th, 2013
1,668
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.51 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <html>
  5.  
  6. <head>
  7.  
  8. <!--
  9.  
  10. **BEST VIEWED IN GOOGLE CHROME**
  11.  
  12. Instructions:
  13. -Enter in your new URL in the 'new URL' text box.
  14. -DO NOT enter the full http:// address; just enter the Tumblr username of the blog you want to redirect to.
  15.  
  16. Terms + Conditions:
  17. -Don't remove the credit
  18. -Taking inspiration is not the same as blatantly copying ideas and/or code
  19. -Don't use as base code
  20.  
  21. Default Settings-->
  22.  
  23. <meta name="color:background" content="#ffffff" />
  24. <meta name="color:title" content="#000000" />
  25. <meta name="color:hover" content="#7ea2ad" />
  26. <meta name="color:text" cont88ient="#000000" />
  27. <meta name="color:link" content="#6da9c2" />
  28. <meta name="color:link hover" content="#8f0909" />
  29.  
  30. <meta name="text:new URL" content="" />
  31. <title>formerly {Name}</title>
  32.  
  33. <link href='http://fonts.googleapis.com/css?family=Kristi' rel='stylesheet' type='text/css'>
  34.  
  35. <link rel="shortcut icon" href="{Favicon}"/>
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  37. {block:Description} <meta name="description" content="{MetaDescription}"/> {/block:Description}
  38.  
  39. <script type="text/javascript"
  40. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  41.  
  42. <style type="text/css">
  43.  
  44. body {
  45. background-color:{color:background};
  46. text-wrap:normal
  47. word-wrap:break-word;
  48. overflow-y:scroll;
  49. overflow-x:hidden;
  50. }
  51.  
  52. html {
  53. overflow-y:auto;
  54. background-color:transparent;
  55. }
  56.  
  57. html {
  58. overflow-y:auto;
  59. background-color:transparent;
  60. }
  61.  
  62. a, a:active, a:visited{
  63. text-decoration:none;
  64. color:{color:link};
  65. }
  66.  
  67. a:hover {
  68. color:{color:link hover};
  69. -webkit-transition-duration:.5s;
  70. -moz-transition-duration:.5s;
  71. -o-transition: all 0.5s ease-in-out;
  72. transition: all 0.5s ease-in-out;
  73. }
  74.  
  75. #main {
  76. background-color:transparent;
  77. background-attachment:fixed;
  78. position:absolute;
  79. }
  80.  
  81. #title {
  82. color:{color:title};
  83. font-size:60px;
  84. z-index:1000;
  85. position:fixed;
  86. line-height:32px;
  87. margin-left:530px;
  88. margin-top:275px;
  89. text-align:center;
  90. font-family:kristi;
  91. font-style:italic;
  92. text-shadow:0px 0px 45px transparent;
  93.  
  94. }
  95.  
  96. #title:hover {
  97. color:{color:title};
  98. text-shadow:0px 0px 45px {color:hover};
  99. -webkit-transition-duration:.5s;
  100. -moz-transition-duration:.5s;
  101. -o-transition: all 0.5s ease-in-out;
  102. transition: all 0.5s ease-in-out;
  103. }
  104.  
  105. .redirect {
  106. font-family:times new roman;
  107. font-size:12px;
  108. color:{color:text};
  109. font-style:normal;
  110. text-align:center;
  111. }
  112.  
  113. #credit {
  114. bottom:15px;
  115. position:fixed;
  116. font-size:10px;
  117. width:100%;
  118. text-align:center;
  119. font-family:times new roman;
  120. text-shadow:0px 0px 35px transparent;
  121. }
  122.  
  123. #credit:hover {
  124. text-shadow:0px 0px 35px {color:hover};
  125. -webkit-transition-duration:.25s;
  126. -moz-transition-duration:.25s;
  127. -o-transition: all 0.25s ease-in-out;
  128. transition: all 0.25s ease-in-out;
  129. }
  130.  
  131. #credit a {
  132. color:{color:title};
  133. }
  134.  
  135. #credit a:hover {
  136. color:{color:link hover};
  137. }
  138.  
  139. #tumblr_controls_a {
  140. background:none !important;
  141. border:0px !important;
  142. box-shadow:0px 0px 0px rgba(0,0,0,0) !important;
  143. }
  144.  
  145.  
  146. </style>
  147.  
  148. </head>
  149.  
  150. <body>
  151.  
  152. <div id="main">
  153.  
  154. <div id="title">i've relocated
  155. <div class="redirect">now at <a href="http://{text:new URL}.tumblr.com">{text:new URL}</a> </div></div>
  156.  
  157. <div id="credit"><a href="http://streetlighter.tumblr.com">© streetlighter</a></div>
  158.  
  159. </div>
  160.  
  161. </body>
  162.  
  163. </html>
  164.  
  165. <!--Nothing more to see here!-->
Advertisement
Add Comment
Please, Sign In to add comment