Guest User

oxygenthemes redirect 1

a guest
Jun 6th, 2015
4,383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--redirect theme 1 by ella @ oxygenthemes
  5. enjoy using and feel free to message me if you have any issues!
  6. xoxo
  7. -->
  8.  
  9.  
  10. <title>{Title}</title>
  11.  
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15. <meta name="if:image" content="1"/>
  16. <meta name="if:grid background" content=""/>
  17. <meta name="color:background" content=""/>
  18. <meta name="image:image" content=""/>
  19. <meta name="color:old url" content="#444444"/>
  20. <meta name="color:new url" content="#444444"/>
  21. <meta name="text:old url" content=""/>
  22. <meta name="text:new url" content=""/>
  23. <meta name="color:link" content=""/>
  24.  
  25. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  26.  
  27. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  28.  
  29. <script>
  30.  
  31. (function($){
  32.  
  33. $(document).ready(function(){
  34.  
  35. $("a[title]").style_my_tooltips({
  36.  
  37. tip_follows_cursor:true,
  38.  
  39. tip_delay_time:30,
  40.  
  41. tip_fade_speed:300,
  42.  
  43. attribute:"title"
  44.  
  45. });
  46.  
  47. });
  48.  
  49. })(jQuery);
  50.  
  51. </script>
  52. <style type="text/css">
  53.  
  54. #s-m-t-tooltip{
  55. position:absolute;
  56. margin:10px 0px 0px 25px;
  57. font-size:11px;
  58. font-style:italic;
  59. text-transform:uppercase;
  60. z-index:9999;
  61. max-width:220px;
  62. font-family:trebuchet ms;
  63. padding:5px;
  64. color:#555555;
  65. background:#f8f8f8;
  66. }
  67.  
  68. body {
  69. {block:ifgridbackground}
  70. background:url("https://41.media.tumblr.com/1b33effcc287e0b37b741b3f2f4abc03/tumblr_inline_npj92e0qQZ1t2lrqu_540.jpg") repeat;
  71. {/block:ifgridbackground}
  72. {block:ifnotgridbackground}
  73. background:{color:background};
  74. {/block:ifnotgridbackground}
  75. }
  76.  
  77. #container {
  78. width:100%;
  79. text-align:center;
  80. margin:auto;
  81. margin-top:20%;
  82. }
  83.  
  84. .old {
  85. font-family:"trebuchet ms";
  86. font-size:14px;
  87. text-transform:uppercase;
  88. letter-spacing:1px;
  89. padding:5px;
  90. color:{color:old url};
  91. }
  92.  
  93. .hasmovedto {
  94. font-size:12px;
  95. text-transform:lowercase;
  96. font-family:calibri;
  97. color:{color:old url};
  98. }
  99.  
  100. .new {
  101. padding:5px;
  102. font-weight:bold;
  103. color:{color:new url};
  104. font-family:calibri;
  105. text-transform:uppercase;
  106. font-style:italic;
  107. letter-spacing:2px;
  108. font-size:16px;
  109.  
  110. }
  111.  
  112. .redirect {
  113. margin-top:10px;
  114. }
  115.  
  116. .redirect a {
  117. color:{color:link};
  118. font-family:calibri;
  119. font-size:12px;
  120. text-decoration:none;
  121. text-transform:lowercase;
  122. }
  123.  
  124. a, a:hover, a:visited {
  125. color:{color:new url};
  126. cursor:help!Important;
  127. }
  128.  
  129. #pineapple {
  130. bottom:20px;
  131. right:20px;
  132. font-size:13px;
  133. position:fixed;
  134. text-decoration:none;
  135. }
  136.  
  137. #pineapple a {
  138. text-decoration:none;
  139. color:{color:link};
  140. font-family:"trebuchet ms";
  141. }
  142.  
  143. </style>
  144. </head>
  145. <body>
  146. <div id="container">
  147. {block:ifimage}
  148. <img src="{image:image}" style="margin-bottom:5px;width:80px;border:solid 4px {color:link};">
  149. {/block:ifimage}
  150. <div class="old">
  151. {text:old url}
  152. </div>
  153. <div class="hasmovedto">
  154. is now at
  155. </div>
  156. <div class="new">
  157. [{text:new url}]
  158. </div>
  159. <div class="redirect">
  160. <a href="http://{text:new url}.tumblr.com">click here to be redirected</a>
  161. </div>
  162.  
  163. </div></div>
  164.  
  165.  
  166. <div id="pineapple">
  167. <a href="http://oxygenthemes.tumblr.com" title="oxygenthemes">O<sub>2</sub></a>
  168. </div>
  169.  
  170. </body>
  171. </html>
Advertisement
Add Comment
Please, Sign In to add comment