Advertisement
planthed

Redirect #1

Mar 23rd, 2016
624
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.38 KB | None | 0 0
  1. <!--
  2.  
  3. ✧* 。♡ theme made by tumblr user @planthed ♡ 。*✧
  4.  
  5. theme blog: @painthemes
  6.  
  7. -->
  8.  
  9. <html lang="en">
  10. <head>
  11. <!--TITLE--->
  12. <title>New url!!!</title>
  13. <link rel="shortcut icon" href="{favicon}">
  14. <meta name="image:background" content=""/>
  15.  
  16. <meta name="color:Background" content="#fafafa"/>
  17. <meta name="color:color" content="#aaa"/>
  18. <meta name="color:old url text" content="#000"/>
  19. <meta name="color:new url text" content="#000"/>
  20.  
  21. <meta name="text:OLD URL" content=""/>
  22. <meta name="text:NEW URL" content=""/>
  23.  
  24. <meta name="select:old url font" content="montserrat" title="Montserrat"/>
  25. <meta name="select:old url font" content="roboto" title="Roboto"/>
  26. <meta name="select:old url font" content="karla" title="Karla"/>
  27. <meta name="select:old url font" content="raleway" title="Raleway"/>
  28. <meta name="select:old url font" content="Quicksand" title="Quicksand"/>
  29.  
  30. <meta name="select:new url font" content="montserrat" title="Montserrat"/>
  31. <meta name="select:new url font" content="roboto" title="Roboto"/>
  32. <meta name="select:new url font" content="karla" title="Karla"/>
  33. <meta name="select:new url font" content="raleway" title="Raleway"/>
  34. <meta name="select:new url font" content="Quicksand" title="Quicksand"/>
  35.  
  36. <script type="text/javascript">
  37. setTimeout(function() {
  38. window.location.replace("http://{text:NEW URL}.tumblr.com");
  39. }, 8000);
  40. </script>
  41.  
  42. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
  43. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  44. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  45. <script>
  46. (function($){
  47. $(document).ready(function(){
  48. $("a[title]").style_my_tooltips({
  49. tip_follows_cursor:true,
  50. tip_delay_time:90,
  51. tip_fade_speed:600,
  52. attribute:"title"
  53. });
  54. });
  55. })(jQuery);
  56. </script>
  57.  
  58. <link href="http://static.tumblr.com/eih4pta/Flam72cb8/animate-custom__1_.css" rel="stylesheet">
  59.  
  60.  
  61. <style type="text/css">
  62.  
  63. #s-m-t-tooltip{
  64. max-width:300px;
  65. padding:6px;
  66. margin:20px 0px 0px 20px;
  67. background:{color:color};
  68. font-family:calibri;
  69. border-radius:0px;
  70. font-size:8px;
  71. text-transform:uppercase;
  72. color:{color:old url text};
  73. letter-spacing:1px;
  74. z-index:99999999;
  75. }
  76.  
  77.  
  78.  
  79. .wow {
  80. position:fixed;
  81. font-size:20px;
  82. right:10px;
  83. bottom:10px;
  84. z-index:999999999999999999999999;
  85. -o-transition-transition: all 0.3s ease;
  86. -webkit-transition: all 0.3s ease;
  87. -moz-transition: all 0.3s ease;
  88. transition: all 0.3s ease;
  89. }
  90.  
  91. .wow a{color:{color:new url text};}
  92. .wow:hover{
  93. -webkit-animation:pop 1s;
  94. -ms-transform: rotate(360deg); /* IE 9 */
  95. -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
  96. transform: rotate(360deg);
  97. }
  98.  
  99. @-webkit-keyframes pop{0% {-webkit-transform: scale(1);}50% {-webkit-transform: scale(.8);}100% {-webkit-transform: scale(1);}}
  100.  
  101. body{
  102. margin:0px;
  103. background-color:{color:background};
  104. background-image:url({image:Background});
  105. background-attachment:fixed;
  106. background-repeat:repeat;
  107. color:{color:Text};
  108.  
  109. -webkit-animation:fadeIn 0.7s;
  110. -moz-animation:fadeIn 0.7s;
  111. -o-animation:fadeIn 0.7s;
  112. animation:fadeIn 0.7s;
  113. }
  114.  
  115.  
  116. #tumblr_controls, .tmblr-iframe{
  117. -webkit-filter:invert(100%); -moz-filter:invert(100%); -o-filter:invert(100%); -ms-filter:invert(100%); filter:invert(100%); position:fixed!important; top:0px!important; right:0px!important; opacity:0;}
  118.  
  119. #tumblr_controls, .tmblr-iframe:hover{
  120. opacity:.9;webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;
  121. -webkit-transition:all 0.6s ease-out;-webkit-filter:invert(80%); -moz-filter:invert(80%); -o-filter:invert(80%); -ms-filter:invert(80%); filter:invert(80%);
  122. }
  123.  
  124. a:link, a:active, a:visited{
  125. color:{color:new url text};
  126. text-decoration: none;
  127. -webkit-transition: color 0.5s ease-out;
  128. -moz-transition: color 0.5s ease-out;
  129.  
  130. }
  131.  
  132.  
  133. a:hover{
  134. color:{color:new url text};
  135. -webkit-transition-duration: .9s;
  136. -webkit-transition: color 0.3s ease-out;
  137. -moz-transition: color 0.3s ease-out;
  138. cursor:help;
  139. }
  140.  
  141.  
  142.  
  143. #coloring{
  144. position:fixed;
  145. opacity:1;
  146. width:100%;
  147. height:50%;
  148. padding:3px;
  149. background:{color:color};
  150. margin-top:0px;
  151. margin-left:-5px;
  152. z-index:999999;
  153. text-align:center;
  154. }
  155.  
  156.  
  157. #old{
  158. position:fixed !important;
  159. width:100%;
  160. height:50px;
  161. margin-top:100px;
  162. margin-left:0px;
  163. text-align:center;
  164. color:{color:old url text};
  165. font-size:90px;
  166. text-transform:uppercase;
  167. font-family:{select:old url font};
  168. letter-spacing:2px;
  169. z-index:999999999999999999999;
  170. }
  171.  
  172. #moved{
  173. position:fixed !important;
  174. width:100%;
  175. height:50px;
  176. margin-top:250px;
  177. margin-left:0px;
  178. text-align:center;
  179. color:{color:old url text};
  180. font-size:30px;
  181. font-family:Raleway;
  182. letter-spacing:0px;
  183. z-index:999999999999999999999;
  184. }
  185.  
  186. #new{
  187. position:fixed !important;
  188. width:100%;
  189. height:50px;
  190. bottom:185px;
  191. margin-left:0px;
  192. text-align:center;
  193. color:{color:new url text};
  194. font-size:90px;
  195. text-transform:uppercase;
  196. font-family:{select:new url font};
  197. letter-spacing:2px;
  198. z-index:999999999999999999999;
  199. }
  200.  
  201. #redirecting{
  202. position:fixed !important;
  203. width:100%;
  204. height:50px;
  205. bottom:30px;
  206. margin-left:0px;
  207. text-align:center;
  208. color:{color:new url text};
  209. font-size:30px;
  210. font-family:Raleway;
  211. letter-spacing:0px;
  212. z-index:999999999999999999999;
  213. }
  214.  
  215. </style>
  216. <script type="text/javascript">
  217. WebFontConfig = {
  218. google: { families: [ 'Open+Sans:400,300:latin', 'Roboto:100:latin', 'Lato:400,300:latin', 'Raleway:300:latin', 'Montserrat:400,700:latin', 'NTR::latin', 'Karla::latin', 'Quicksand::latin', 'Petit+Formal+Script::latin', 'Parisienne::latin', 'Clicker+Script::latin' ] }
  219. };
  220. (function() {
  221. var wf = document.createElement('script');
  222. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  223. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  224. wf.type = 'text/javascript';
  225. wf.async = 'true';
  226. var s = document.getElementsByTagName('script')[0];
  227. s.parentNode.insertBefore(wf, s);
  228. })(); </script>
  229.  
  230. </head>
  231. <body>
  232.  
  233. <div id="coloring"></div>
  234. <div id="old">{text:OLD URL}</div>
  235. <div id="moved">Has moved to</div>
  236. <div id="new"><a href="https://{text:NEW URL}.tumblr.com">{text:NEW URL}</a></div>
  237. <div id="redirecting">Redirecting...</div>
  238.  
  239. <div class="wow"><a title="theme credit" href="http://planthed.tumblr.com" target="_blank"><i class="fa fa-product-hunt"></i></a></div>
  240.  
  241. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement