Advertisement
trenzalours

redirect 01

Aug 27th, 2014
3,087
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.15 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  5. <link href='http://fonts.googleapis.com/css?family=Lato:300italic' rel='stylesheet' type='text/css'>
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}
  10. <meta name="description" content="{MetaDescription}" />
  11. {/block:Description}
  12.  
  13. <link href='http://fonts.googleapis.com/css?family=Lato:300italic' rel='stylesheet' type='text/css'>
  14.  
  15. <meta name="color:Link" content="#b8b8b8"/>
  16. <meta name="color:Hover" content="#ffffff"/>
  17. <meta name="text:url" content=""/>
  18. <meta name="if:Redirect" content=""/>
  19. <meta name="image:Background Image" content="http://static.tumblr.com/3dkvxpf/yFjn941og/tumblr_mx3toqf8vu1st5lhmo1_1280.jpg"/>
  20. <link href="styles.css" rel="stylesheet" media="all and (max-width: 1024px)">
  21.  
  22. {block:ifRedirect}
  23. <script>
  24. setTimeout( sendto, 5200 );
  25.  
  26. function sendto() {
  27. window.location.replace('http://{text:url}.tumblr.com' + window.location.pathname);
  28. }
  29. </script>{/block:ifRedirect}
  30.  
  31. <!-- *TOOLTIPS* -->
  32.  
  33. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  34.  
  35. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  36.  
  37. <script>
  38.  
  39. (function($){
  40.  
  41. $(document).ready(function(){
  42.  
  43. $("a[title]").style_my_tooltips({
  44.  
  45. tip_follows_cursor:true,
  46.  
  47. tip_delay_time:30,
  48.  
  49. tip_fade_speed:300,
  50.  
  51. attribute:"title"
  52.  
  53. });
  54.  
  55. });
  56.  
  57. })(jQuery);
  58.  
  59. </script>
  60.  
  61. <style type="text/css">
  62.  
  63. /* TOOPTIP CSS */
  64.  
  65. #tumblrcontrols{
  66. display:none;}
  67. {block:IndexPage}
  68. #tumblr_controls {display:none;}
  69. {/block:IndexPage}
  70.  
  71.  
  72. #s-m-t-tooltip{
  73. padding:4px;
  74. padding-left:6px;
  75. padding-right:6px;
  76. position:absolute;
  77. margin: 10px 20px;
  78. z-index: 99999999999;
  79. text-transform:uppercase;
  80. text-decoration:none;
  81. letter-spacing:1px;
  82. font-family:consolas;
  83. font-size:8px;
  84. background:white;
  85. color:{color:link};}
  86.  
  87. *, #link a:hover {
  88. cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
  89. }
  90.  
  91. *, #tops a:hover {
  92. cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
  93. }
  94.  
  95. *, body a:hover {
  96. cursor: url(http://i.imgur.com/2qleX.jpg), auto;
  97. }
  98.  
  99.  
  100. body {
  101. max-width: 100%;
  102. overflow-x: hidden;
  103. background: url({image:Background Image})
  104. no-repeat center center fixed;
  105. -webkit-background-size: cover;
  106. -moz-background-size: cover;
  107. -o-background-size: cover;
  108. background-size: cover;
  109. font-family:calibri;
  110. font-size:12px;
  111. color:{color:text};
  112. line-height:1.5em;
  113. letter-spacing:1px;
  114. margin:0px;
  115. padding:0px;}
  116.  
  117. /* SELECTION */
  118.  
  119. ::selection {
  120. background-color:{color:accent};
  121. color:white;}
  122.  
  123. /* SCROLLBAR */
  124.  
  125. ::-webkit-scrollbar {
  126. background:-webkit-linear-gradient(top, {color:gradient1} 0%,
  127. {color:gradient2} 75%);
  128. height:4px;
  129. width:4px;}
  130.  
  131. ::-webkit-scrollbar-thumb:vertical {
  132. background:{color:scrollbar};
  133. border:1px solid {color:gradient1};
  134. border-right:2px solid {color:gradient1};
  135. opacity:1;
  136. height:4px;}
  137.  
  138. ::-webkit-scrollbar-thumb:horizontal {
  139. background-color:transparent;
  140. height:4px!important;}
  141.  
  142.  
  143. a {
  144. color:{color:link};
  145. text-decoration:none;
  146. }
  147.  
  148. a:hover {
  149. color:{color:hover};
  150. letter-spacing:1px;
  151. text-decoration:none;
  152. -webkit-transition: all 1s ease-out;
  153. -moz-transition: all 1s ease-out;
  154. -o-transition: all 1s ease-out;
  155. -ms-transition: all 1s ease-out;
  156. transition: all 1s ease-out;}
  157.  
  158. #main{
  159. width:100%;
  160. background:white;
  161. text-align:center;
  162. padding:20px;
  163. margin-top:20%;
  164. }
  165.  
  166. #redirect{
  167. font-size:9px;
  168. font-family:consolas;
  169. text-transform:uppercase;
  170. margin-top:0px;
  171. margin-left:-4em;
  172. -webkit-transition: all .5s ease-in;
  173. -moz-transition: all .5s ease-in;
  174. -o-transition: all .5s ease-in;
  175. -ms-transition: all .5s ease-in;
  176. transition: all .5s ease-in;
  177. line-height:9px;}
  178.  
  179.  
  180. @media all and (min-width: 768px) and (max-width: 1024px) {
  181. #redirect{
  182. margin-left:45px;
  183. }
  184. }
  185. @media all and (min-width: 300px) and (max-width: 768px) {
  186. #redirect{
  187. margin-left:50px;
  188. }
  189. }
  190.  
  191. #new{
  192. position:relative;
  193. font-family: 'Lato', sans-serif;
  194. font-size:23px;
  195. text-align:center;
  196. text-transform:none;
  197. font-weight:300;
  198. font-style:italic;
  199. color:{color:link};
  200. text-transform:uppercase;
  201. -webkit-transition: all .5s ease-in;
  202. -moz-transition: all .5s ease-in;
  203. -o-transition: all .5s ease-in;
  204. -ms-transition: all .5s ease-in;
  205. transition: all .5s ease-in;
  206. }
  207. #new a{
  208. color:{color:link};
  209. }
  210. #new a:hover{
  211. color:{color:hover};
  212. }
  213.  
  214.  
  215. #circles{
  216. width:200px;
  217. height:200px;
  218. background:rgba(52, 52, 52, 0.3);
  219. position:fixed;
  220. text-align:center;
  221. position:fixed;
  222. left:43%;
  223. margin-top:-65px;
  224. border-radius:200%;
  225. border:3px solid white;
  226. z-index:-10;
  227. }
  228.  
  229.  
  230. @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  231. @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  232. @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  233.  
  234. .fade-in {
  235. opacity:0;
  236. -webkit-animation:fadeIn ease-in 1;
  237. -moz-animation:fadeIn ease-in 1;
  238. animation:fadeIn ease-in 1;
  239.  
  240. -webkit-animation-fill-mode:forwards;
  241. -moz-animation-fill-mode:forwards;
  242. animation-fill-mode:forwards;
  243. -webkit-animation-duration:1s;
  244. -moz-animation-duration:1s;
  245. animation-duration:1s;
  246. }
  247.  
  248. .fade-in.one {
  249. -webkit-animation-delay: 0.7s;
  250. -moz-animation-delay: 0.7s;
  251. animation-delay: 0.7s;
  252. }
  253.  
  254. /*DO NOT TOUCH*/
  255. #creds {
  256. color:white;
  257. font-family:consolas;
  258. font-size:8px;
  259. text-transform:uppercase;
  260. bottom:5px;
  261. position:fixed;
  262. right:6px;
  263. float:right;
  264. padding:5px;
  265. }
  266. #creds a{color:white;
  267. border:1px solid white;
  268. padding:5px;
  269. }
  270.  
  271.  
  272. #creds:hover {
  273. border:1px solid transparent:
  274. background:{color:link};
  275. }
  276.  
  277.  
  278. {CustomCSS}
  279. </style>
  280. </head>
  281. <body>
  282. <div id="container">
  283. <div id="circles"></div>
  284. <div id="main">
  285. <div id="redirect">
  286. <p>OLD URL has moved</p>
  287. <div class="post">
  288. <div id="new" class="box fade-in one"><a href="{text:url}.tumblr.com">URL</a><br>
  289. <img style="padding-top:10px;"width="35px" src="http://static.tumblr.com/3dkvxpf/l2Anayio6/294.gif">
  290. </div></div></div>
  291. </div></div>
  292. <div id="creds"><a title="trenzathemes" href="http://trenzathemes.tumblr.com/">TT</a></div>
  293. </body>
  294. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement