Advertisement
Guest User

xrre's redirect theme

a guest
Jul 7th, 2014
1,324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.16 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.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5.  
  6. <head>
  7. {block:Ifautoredirect} <meta http-equiv="refresh" content="{text:redirect time}; url=http://{text:New URL}.tumblr.com/" /> {/block:Ifautoredirect}
  8. {block:IfNotautoredirect} {/block:IfNotautoredirect}
  9. <!--
  10.  
  11. THE13THDRWHO'S REDIRECT THEME 2
  12.  
  13. IMPORTANT! In the blanks where it says 'old URL' and 'new URL', only fill in the first part of your full tumblr URL - for example, my own URL is http://the13thdrwho.tumblr.com but I will only type the13thdrwho.
  14.  
  15. Also, for the auto redirect blank, just type in (only) the number of seconds you want visitors to wait till they get redirected.
  16.  
  17. TERMS OF USE:
  18. - Do not remove or move the credit
  19. - Do not steal any part of the codes
  20.  
  21. Please message me at doc-tahh-themes if you have any problems!!
  22.  
  23. -->
  24.  
  25. <meta name="color:background" content="">
  26. <meta name="color:text" content"">
  27. <meta name="color:text shadow" content="">
  28.  
  29. <meta name="image:background" content=""/>
  30.  
  31. <meta name="if:auto redirect" content="1">
  32. <meta name="if:moved" content="1">
  33. <meta name="if:saved" content="0">
  34. <meta name="if:background stretch" content="0">
  35. <meta name="if:text shadow" content="1">
  36.  
  37. <meta name="text:old URL" content="">
  38. <meta name="text:new URL" content="">
  39. {block:Ifautoredirect}<meta name="text:redirect time" content="">{/block:Ifautoredirect}{block:IfNotautoredirect}{/block:IfNotautoredirect}
  40.  
  41. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  42. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  43. <link rel="shortcut icon" href="{Favicon}" />
  44. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  45.  
  46. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'></script>
  47.  
  48. <style>
  49. div#qTip {
  50. padding: 3px;
  51. position: absolute;
  52. font-size:7px;
  53. margin-left:10px;
  54. margin-top:-45px;
  55. font-family:consolas, arial;
  56. z-index: 1000;
  57. border: 1px solid {color:text shadow};
  58. background-color: transparent;
  59. text-transform: uppercase;
  60. letter-spacing: 1px;
  61. display:none;
  62. }
  63. </style>
  64.  
  65. <style type="text/css">
  66.  
  67.  
  68. a {
  69. color:{color:text};
  70. text-decoration:none;
  71. -moz-transition-duration:0.5s;
  72. -webkit-transition-duration:0.5s;
  73. -o-transition-duration:0.5s;
  74. }
  75.  
  76. a:hover {
  77. color:{color:text shadow};
  78. {block:Iftextshadow}text-shadow:2px 2px 0px {color:text};{/block:Iftextshadow}
  79. {block:IfNottextshadow}{/block:IfNottextshadow}
  80. text-decoration:none;
  81. -moz-transition-duration:0.5s;
  82. -webkit-transition-duration:0.5s;
  83. -o-transition-duration:0.5s;
  84. }
  85.  
  86. body {
  87. background-color:{color:background};
  88. font-family:consolas, arial;
  89. {block:Iftextshadow}text-shadow:2px 2px 0px {color:text shadow};{/block:Iftextshadow}
  90. {block:IfNottextshadow}{/block:IfNottextshadow}
  91. font-weight:normal;
  92. background-image:url('{image:background}');
  93. {block:Ifbackgroundstretch}
  94. background-repeat:no-repeat;
  95. background-attachment:fixed;
  96. background-size: cover;
  97. {/block:Ifbackgroundstretch}
  98. {block:IfNotbackgroundstretch}
  99. {/block:IfNotbackgroundstretch}
  100. }
  101.  
  102. #themenum {
  103. background-color:{color:background};
  104. width:700px;
  105. margin: 0 auto -12px auto;
  106. text-align: center;
  107. }
  108.  
  109. #sidebar {
  110. color:{color:text};
  111. position:fixed;
  112. width:300px;
  113. height:100%;
  114. margin-top:220px;
  115. margin-left:228px;
  116. text-align:center;
  117. padding-right:120px;
  118. }
  119.  
  120. #moved {
  121. {block:IfNotsaved}margin-top:20px;{/block:IfNotsaved}{block:IfNotmoved}margin-top:20px;{/block:IfNotmoved}
  122. text-align:center;
  123. font-size:45px;
  124. font-family: 'Megrim', cursive, arial;
  125. color:{color:text};
  126. letter-spacing:1px;
  127. background-color:transparent;
  128. }
  129.  
  130. #description {
  131. text-align:center;
  132. font-size:11px;
  133. font-family:consolas, arial;
  134. color:{color:text};
  135. letter-spacing:1px;
  136. background-color:transparent;
  137. padding-top:15px;
  138. }
  139.  
  140. #description a {
  141. color:{color:text};
  142. }
  143.  
  144. #description a:hover {
  145. color:{color:text shadow};
  146. text-shadow:2px 2px 0px {color:text};
  147. }
  148.  
  149. #bx {
  150. margin-top:15px;
  151. height: 20px;
  152. overflow: hidden;
  153. transition: all 0.8s ease-in-out;
  154. -o-transition: all 0.8s ease-in-out;
  155. -webkit-transition: all 0.8s ease-in-out;
  156. -moz-transition: all 0.8s ease-in-out;
  157. }
  158.  
  159. #bx:hover {
  160. cursor:help;
  161. height:200px;
  162. overflow:hidden;
  163. transition: all 0.8s ease-in-out;
  164. -o-transition: all 0.8s ease-in-out;
  165. -webkit-transition: all 0.8s ease-in-out;
  166. -moz-transition: all 0.8s ease-in-out;
  167. }
  168.  
  169. .substuff {
  170. padding-top:15px;
  171. text-align:justify;
  172. width:228px;
  173. margin-left:37px;
  174. font-family:arial;
  175. font-size:10px;
  176. }
  177.  
  178. {CustomCSS}
  179.  
  180. </style></head>
  181. <body>
  182. <div id="themenum">
  183. <div id="sidebar">
  184. <div id="moved">
  185. {block:Ifmoved}I've moved!{/block:Ifmoved}{block:Ifsaved}Saved URL!{/block:Ifsaved}
  186. </div>
  187.  
  188. <div id="description">
  189.  
  190. {text:old URL} → <a href="http://{text:new URL}.tumblr.com">{text:new URL}</a>
  191. </div>
  192. <div id="bx">
  193. <a style="margin-top: 20px;"><big>+</big></a>
  194. <div class="substuff">{Description}<p><center><a href="http://xrre.tumblr.com"><small>CREDIT</small></a></center></p></div></div>
  195. </div>
  196.  
  197. </body>
  198. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement