Advertisement
themesbygeorgia

Page 06 -- Redirect #1

Aug 5th, 2014
3,680
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.38 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.  
  5. <!--- Redirect #1 by wonderfullythemes
  6.  
  7. Rules about the credit: I have two links on this theme, you can choose to keep both (if you decide this ily) or remove ONE. Not both ok, either the bottom corner OR the one among the links. Thanks c:
  8.  
  9. --->
  10.  
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14.  
  15. <!--SCRIPT FOR TOOLTIPS-->
  16. <stsss>
  17. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  18. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  19. <script>
  20. (function($){
  21. $(document).ready(function(){
  22. $("a[title]").style_my_tooltips({
  23. tip_follows_cursor:true,
  24. tip_delay_time:700,
  25. tip_fade_speed:500,
  26. attribute:"title"
  27. });
  28. });
  29. })(jQuery);
  30. </script>
  31.  
  32. {block:IfAutoRedirect}<meta http-equiv="refresh" content="3; url=http://{text:New URL}.tumblr.com/" />{/block:IfAutoRedirect}
  33.  
  34. <meta name="image:Image" content="" />
  35.  
  36. <meta name="color:Background" content="#fff" />
  37. <meta name="color:Box Border" content="#ddd" />
  38. <meta name="color:Box Shadow" content="#ddd" />
  39. <meta name="color:Message Text" content="#fff" />
  40. <meta name="color:Message Background" content="#444" />
  41. <meta name="color:Old URL" content="#ddd" />
  42. <meta name="color:New URL" content="#ccc" />
  43. <meta name="color:New URL Hover" content="#000" />
  44. <meta name="color:NavLinks" content="#ddd" />
  45. <meta name="color:NavLinks Hover" content="#fff" />
  46. <meta name="color:NavLinks Background" content="#fff" />
  47. <meta name="color:NavLinks Background Hover" content="#ddd" />
  48. <meta name="color:NavLinks Border" content="#444" />
  49. <meta name="color:NavLinks Border Hover" content="#fff" />
  50. <meta name="color:Scrollbar" content="#fff" />
  51. <meta name="color:Scrollbar Background" content="#444" />
  52. <meta name="color:Text" content="#444" />
  53. <meta name="color:Link" content="#ddd" />
  54. <meta name="color:Hover" content="#fff" />
  55.  
  56. <meta name="text:Old URL" content="Old URL" />
  57. <meta name="text:New URL" content="New URL" />
  58.  
  59. <meta name="if:Medium" content="0" />
  60. <meta name="if:Large" content="0" />
  61. <meta name="if:Image Left" content="0" />
  62. <meta name="if:ShowLink1" content="1" />
  63. <meta name="if:ShowLink2" content="1" />
  64. <meta name="if:Moved" content="1" />
  65. <meta name="if:Saved" content="0" />
  66. <meta name="if:AutoRedirect" content="0" />
  67.  
  68. <style type="text/css">
  69.  
  70. ::-webkit-scrollbar-thumb {
  71. height:auto;
  72. background-color:{color:Scrollbar};
  73. }
  74.  
  75. ::-webkit-scrollbar {
  76. height:4px;
  77. width:7px;
  78. padding-right:2px;
  79. background-color:{color:Scrollbar Background};
  80. }
  81.  
  82. body {
  83. background:{color:Background};
  84. color:{color:Text};
  85. font-family:'calibri';
  86. font-size:10px;
  87. text-decoration:none;
  88. text-transform:none;
  89. margin:0px;
  90. {block:IfMedium}
  91. font-size:11px;
  92. {/block:IfMedium}
  93. }
  94.  
  95. a {
  96. color:{color:Link};
  97. text-decoration:none;
  98. -moz-transition-duration:0.7s;
  99. -webkit-transition-duration:0.7s;
  100. -o-transition-duration:0.7s;
  101. }
  102.  
  103. a:hover {
  104. color:{color:Hover};
  105. -moz-transition-duration:0.7s;
  106. -webkit-transition-duration:0.7s;
  107. -o-transition-duration:0.7s;
  108. }
  109.  
  110. #container {
  111. width:520px;
  112. height:130px;
  113. position:fixed;
  114. float:center;
  115. margin-left:27%;
  116. margin-top:15%;
  117. padding:40px;
  118. border:1px solid {color:Box Border};
  119. box-shadow:5px 5px 5px {color:Box Shadow};
  120. {block:IfMedium}
  121. width:540px;
  122. height:160px;
  123. {/block:IfMedium}
  124. {block:IfLarge}
  125. width:600px;
  126. height:180px;
  127. {/block:IfLarge}
  128. }
  129.  
  130. .text {
  131. text-transform:uppercase;
  132. text-align:center;
  133. background-color:{color:Message Background};
  134. color:{color:Message Text};
  135. width:320px;
  136. height:65px;
  137. padding:30px;
  138. position:absolute;
  139. overflow:hidden;
  140. {block:IfMedium}
  141. height:70px;
  142. padding:40px;
  143. width:300px;
  144. font-size:11px;
  145. {block:IfImageLeft}
  146. left:65px;
  147. {/block:IfImageLeft}
  148. {/block:IfMedium}
  149. {block:IfImageLeft}
  150. margin-left:125px;
  151. {/block:IfImageLeft}
  152. {block:IfLarge}
  153. padding:50px;
  154. height:75px;
  155. font-size:12px;
  156. {block:IfImageLeft}
  157. left:85px;
  158. {/block:IfImageLeft}
  159. {/block:IfLarge}
  160.  
  161. }
  162.  
  163. .katie img {
  164. width:125px;
  165. height:125px;
  166. margin-left:380px;
  167. position:relative;
  168. {block:IfMedium}
  169. width:150px;
  170. height:150px;
  171. {/block:IfMedium}
  172. {block:IfImageLeft}
  173. margin-left:0px;
  174. {/block:IfImageLeft}
  175. {block:IfLarge}
  176. width:175px;
  177. height:175px;
  178. left:40px;
  179. {block:IfImageLeft}
  180. left:0px;
  181. {/block:IfImageLeft}
  182. {/block:IfLarge}
  183. }
  184.  
  185. #navlinks {
  186. width:auto;
  187. height:30px;
  188. line-height:100%;
  189. font-size:8px;
  190. text-transform:uppercase;
  191. position:absolute;
  192. margin-top:-7.5%;
  193. right:5%;
  194. {block:IfMedium}
  195. margin-top:-7.3%;
  196. font-size:9px;
  197. {/block:IfMedium}
  198. {block:IfLarge}
  199. margin-top:-7%;
  200. font-size:10px;
  201. {/block:IfLarge}
  202. }
  203.  
  204. #navlinks a {
  205. margin-right:5px;
  206. padding:3px;
  207. letter-spacing:1px;
  208. color:{color:NavLinks};
  209. background-color:{color:NavLinks Background};
  210. border:1px solid {color:NavLinks Border};
  211. }
  212.  
  213. #navlinks a:hover {
  214. letter-spacing:3px;
  215. color:{color:NavLinks Hover};
  216. background-color:{color:NavLinks Background Hover};
  217. border:1px solid {color:NavLinks Border Hover};
  218. }
  219.  
  220. .url {
  221. color:{color:Old URL};
  222. font-family:'ar bonnie';
  223. font-size:14px;
  224. letter-spacing:4px;
  225. text-align:left;
  226. }
  227.  
  228. .url a {
  229. color:{color:New URL};
  230. }
  231.  
  232. .url a:hover {
  233. color:{color:New URL Hover};
  234. letter-spacing:10px;
  235. }
  236.  
  237. .notice {
  238. line-height:30px;
  239. {block:IfMedium}
  240. line-height:45px;
  241. {/block:IfMedium}
  242. {block:IfLarge}
  243. line-height:55px;
  244. {/block:IfLarge}
  245. }
  246.  
  247. /*--CREDIT--*/
  248. #spectrum {
  249. bottom:9px;
  250. right:7px;
  251. font-size:8px;
  252. font-family:'calibri';
  253. letter-spacing:1px;
  254. text-transform:uppercase;
  255. position:fixed;
  256. }
  257.  
  258. {CustomCSS}</style></head><body>
  259.  
  260. <div id="container">
  261.  
  262. <div id="navlinks">
  263.  
  264. <a href="http://tumblr.com/dashboard">Dash</a>
  265. {block:IfShowLink1}<a href="">Link 1</a>{/block:IfShowLink1}
  266. {block:IfShowLink2}<a href="">Link 2</a>{/block:IfShowLink2}
  267. <a href="http://wonderfullythemes.tumblr.com">Credit</a>
  268. </div>
  269.  
  270. <div class="text">
  271.  
  272. <div class="url">{text:Old URL}</div>
  273.  
  274. <div class="notice">{block:IfMoved}has moved to{/block:IfMoved}{block:IfSaved}has been saved by{/block:IFSaved}
  275. </div>
  276.  
  277. <div class="url" style="text-align:right"><a href="http://{text:New URL}.tumblr.com">{text:New URL}</a></div>
  278.  
  279. </div>
  280.  
  281. <div class="katie"><img src="{image:Image}"/></div>
  282.  
  283. {block:IfAutoRedirect}<div style="width:100%;text-align:center;text-transform:uppercase;line-height:35px">redirecting . . . </span>{/block:IfAutoRedirect}
  284.  
  285. </div>
  286.  
  287. <div id="spectrum">
  288. <a href="http://wonderfullythemes.tumblr.com">theme</a>
  289. </div>
  290.  
  291. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement