Advertisement
pistachi-o

redirect #2

Nov 30th, 2012
2,656
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.62 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.  
  4. <!--
  5.  
  6. Redirect #2 Page
  7. pistachi-o (nutty-themes @ tumblr)
  8.  
  9. Help/FAQ:
  10. http://nutty-themes.tumblr.com/tagged/page: redirect
  11.  
  12. Please Do Not:
  13. http://nutty-themes.tumblr.com/terms
  14.  
  15. -->
  16.  
  17.  
  18. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  19.  
  20. <head>
  21.  
  22. <!-- DEFAULT VARIABLES -->
  23. <meta name="text:Time Delay" content="5" />
  24. <meta name="text:Old Username" content="capthatscene" />
  25. <meta name="text:New Username" content="screencapesque" />
  26.  
  27. <meta name="color:Background" content="#f2e29b" />
  28. <meta name="color:Text" content="#0A0A0A" />
  29. <meta name="color:Link" content="#F77825" />
  30. <meta name="color:Link Hover" content="#60B99A" />
  31.  
  32. <meta name="color:Border1" content="#FFF" />
  33.  
  34. <meta name="text:Border 2" content="rgba(255,255,255,0.3)" />
  35. <meta name="text:Border 3" content="rgba(185,60,60,0.2)" />
  36.  
  37. <meta name="text:Redirect Text Color" content="rgba(235,150,108,0.8)" />
  38. <meta name="text:Redirect Border Color" content="rgba(235,150,108,0.2)" />
  39.  
  40.  
  41.  
  42. <title>{Title}</title>
  43. <link rel="shortcut icon" href="{Favicon}">
  44. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  45.  
  46. <meta http-equiv="refresh" content="{text:Time Delay};url=http://{text:New Username}.tumblr.com/">
  47.  
  48. <link href='http://fonts.googleapis.com/css?family=Share:400,700' rel='stylesheet' type='text/css'>
  49.  
  50. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  51.  
  52. <style type="text/css">
  53.  
  54. /* Reset
  55. -------------------------------------------------------------*/
  56.  
  57. body,div,dl,dt,dd,ol,ul,li,pre,form,fieldset,input,textarea,p,th,td {margin:0;padding:0;}
  58.  
  59.  
  60.  
  61. /* Selection
  62. -------------------------------------------------------------*/
  63.  
  64. ::selection {background: #F77825; color:#FFF;}
  65. ::-moz-selection {background: #F77825; color:#FFF;}
  66. ::-webkit-selection {background: #F77825; color:#FFF;}
  67.  
  68.  
  69. /* General
  70. -------------------------------------------------------------*/
  71.  
  72. body {
  73. background: {color:Background};
  74. font-size: 16px;
  75. color: #0A0A0A;
  76. font-family: 'Share', 'Arial', sans-serif;
  77. }
  78.  
  79. a:link, a:active, a:visited {
  80. color: {color:Link};
  81. text-decoration: none;
  82. }
  83.  
  84. a:hover {
  85. color: {color:Link Hover};
  86. text-decoration: none;
  87. }
  88.  
  89. b {
  90. color: {color:Link Hover};
  91. }
  92.  
  93. #container {
  94. width: 340px;
  95. margin: 0px auto;
  96. text-align: center; 
  97. position: fixed;
  98. background: transparent;
  99. }
  100.  
  101. #entries {
  102. top: 50%;
  103. margin-top: -200px;
  104. position: absolute;
  105. width: 320px;
  106. height: 320px;
  107. background: #ffe747;
  108. z-index: 999;
  109. -moz-border-radius: 50%;
  110. -webkit-border-radius: 50%;
  111. border-radius: 50%;
  112. border-left: 10px solid {color:Border1};
  113. box-shadow:
  114.     -10px 0 0 rgba(255,255,255,0.3),
  115.     -20px 0 0 rgba(185,60,60,0.2);
  116. }
  117.  
  118. .posts {
  119. width: 280px;
  120. padding: 20px;
  121. margin-top: 60px;
  122. }
  123.  
  124. .redirect {
  125. margin: 5px 0px;
  126. font-size: 10px;
  127. letter-spacing: 1px;
  128. }
  129.  
  130. p {
  131. font-family: Baskerville, Georgia, serif;
  132. font-size: 28px;
  133. font-style: italic;
  134. background: rgba(255,255,255,0.5);
  135. display: inline;
  136. color: rgba(235,150,108,0.8);
  137. text-shadow: 0 1px 1px rgba(255,255,255,0.5);
  138. line-height: 45px;
  139. box-shadow: 0 -5px 0 rgba(235,150,108,0.2);
  140. }
  141.  
  142. </style>
  143.  
  144.  
  145. <body>
  146. <div id="container">
  147. <div id="entries">
  148.  
  149. <div class="posts">
  150. <p>{text:Old Username} has<br>
  151. found a new home at<br>
  152. {text:New Username}</p>
  153. <div class="redirect">If you are not automatically redirected<br>
  154. in {text:Time Delay} seconds <a href="http://screencapesque.tumblr.com/">click here</a></div>
  155. </div>
  156.  
  157. </div> 
  158. </div>
  159.  
  160. </body>
  161. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement