Advertisement
annielefforge

redirect theme

Jul 5th, 2014
3,892
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.85 KB | None | 0 0
  1. <meta http-equiv="REFRESH" content="3;url=http://{text:new url}.tumblr.com">
  2.  
  3.  
  4. <html>
  5. <head>
  6. <title>{Title}</title>
  7.  
  8. <meta name="color:background" content="#ffffff" />
  9. <meta name="color:link" content="#f5d8e1" />
  10. <meta name="color:hover" content="#f0f0f0" />
  11. <meta name="color:text" content="#b3b3b3" />
  12. <meta name="text:new url" content=""/>
  13. <meta name="text:old url" content=""/>
  14.  
  15. <link rel="stylesheet" media="screen" href="http://openfontlibrary.org/face/web-symbols" rel="stylesheet" type="text/css"/>
  16. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  17. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  18. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_ltsft1v1g21r1b4vq.gif"/>
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
  20.  
  21. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  22.  
  23. <style>
  24.  
  25. div#qTip {
  26. padding: 3px;
  27. padding-left:5px;
  28. padding-right:4px;
  29. display: none;
  30. font-weight:bold;
  31. text-transform:uppercase;
  32. text-align: center;
  33. position: absolute;
  34. font-size:8px;
  35. line-height:10px;
  36. font-family:consolas;
  37. z-index: 1000;
  38. background: white;
  39. z-index:999999999999;
  40. border:1px solid #eee;
  41. border-radius:3px;
  42. color: {color:text};
  43. letter-spacing: 1.5px;
  44. }
  45.  
  46. </style>
  47.  
  48. <style type="text/css">
  49.  
  50. /* fonts */
  51.  
  52. @font-face { font-family: "learningcurve"; src: url('http://static.tumblr.com/rmj06l2/paAlm4ymo/learningcurve.ttf'); }
  53.  
  54. @font-face { font-family: "cedarcursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v1/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  55.  
  56. @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  57.  
  58. @font-face { font-family: "handy"; src: url('http://static.tumblr.com/yqxw8ss/qOClwq07v/handy00.ttf'); }
  59.  
  60.  
  61. @font-face { font-family: "signerica"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
  62.  
  63. @font-face { font-family: "Cedarville Cursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v2/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  64.  
  65. /* scrollbar and controls */
  66.  
  67. iframe#tumblr_controls {z-index:99999999999999999999999999999999999999; right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;-webkit-filter:invert(100%);}
  68.  
  69. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.3;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  70.  
  71. ::-webkit-scrollbar-thumb{ background-color: {color:link}; border: 3px solid #ffffff; border-right:3px solid #fff; height:auto; }
  72.  
  73. ::-webkit-scrollbar { height:auto; width:9px; background-color: #eee; border: 4px solid #ffffff; }
  74.  
  75. /* sidebar/header and posts */
  76.  
  77. body {
  78. background-color:{color:background};
  79. color:{color:text};
  80. font-family: helvetica;
  81. font-size:10px;
  82. letter-spacing:.5px;
  83. font-weight:bold;
  84. }
  85.  
  86. #wrapper {
  87. width: 300px;
  88. height: 300px;
  89. position: absolute;
  90. left: 50%;
  91. top: 50%;
  92. margin-left: -150px;
  93. margin-top: -150px;
  94. }
  95.  
  96. .title{
  97. font-family:silkscreen;
  98. margin-top:-15px;
  99. }
  100.  
  101.  
  102. #box {
  103. font-size: 10px;
  104. line-height: 14px;
  105. text-align: center;
  106. width: 215px;
  107. background:white;
  108. padding:20px;
  109. padding-top:35px;
  110. padding-bottom:10px;
  111. border: 3px double #f3f3f3;
  112. }
  113.  
  114.  
  115. /* faded images */
  116.  
  117. img{
  118. {block:iffadedposts}
  119. -webkit-transition: opacity 0.8s linear;
  120. opacity: 0.7;
  121. {/block:iffadedposts}
  122. }
  123.  
  124. img:hover{
  125. {block:iffadedposts}
  126. -webkit-transition: opacity 0.8s linear;
  127. opacity: .9;
  128. -webkit-filter:none;
  129. {/block:iffadedposts}
  130. }
  131.  
  132. iframe.photoset {
  133. {block:iffadedposts}
  134. -webkit-transition: opacity 0.8s linear;
  135. opacity: 0.7;
  136. {/block:iffadedposts}
  137. }
  138.  
  139. iframe.photoset:hover {
  140. {block:iffadedposts}
  141. -webkit-transition: opacity 0.8s linear;
  142. opacity: .9;
  143. -webkit-filter:none;
  144. {/block:iffadedposts}
  145. }
  146.  
  147. /* photos */
  148.  
  149. img, img a {
  150. border:none;
  151. border-radius:3px;
  152. line-height:0;
  153. opacity:.8;
  154. max-width:100%;}
  155.  
  156. img a:hover {
  157. opacity:.6;
  158. }
  159.  
  160. /* links */
  161.  
  162. a:link, a:active, a:visited {
  163. color: {color:link};
  164. text-decoration: none;
  165. transition: all 0.6s ease-out;
  166. -webkit-transition: all 0.6s ease-out;
  167. -moz-transition: all 0.6s ease-out;
  168. -o-transition: all 0.6s ease-out;
  169. }
  170.  
  171. a:hover {
  172. color: {color:hover};
  173. cursor: help;
  174. }
  175.  
  176. /*credit*/
  177. #tba {
  178. bottom:0px;
  179. right:0px;
  180. position:fixed;
  181. padding:4px;
  182. z-index:1000;
  183. }
  184. #tba a {
  185. font-size:8px;
  186. padding:3px;
  187. background-color:transparent;
  188. font-family:arial, sans-serif;
  189. letter-spacing:0px;
  190. text-decoration:none;
  191. color:#aaa;
  192. overflow-x:hidden;
  193. }
  194.  
  195. </style>
  196.  
  197. <style type="text/css">{CustomCSS}</style>
  198.  
  199. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  200.  
  201.  
  202. <script type="text/javascript">
  203. $(window).load(function(){
  204. $("p").remove(":contains('Source:')");
  205. $("p").remove(":contains('via ')");
  206. });
  207. </script>
  208.  
  209.  
  210. <script type="text/javascript"
  211. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  212.  
  213. </head>
  214.  
  215. <body>
  216.  
  217.  
  218. <div id="wrapper">
  219.  
  220. <div id="box">
  221. <div class="title">moved to {text:new url}</div>
  222.  
  223. <p align="center"><div style="opacity:.6;margin-left:145px;margin-top:-57px;position:fixed;"><img src="http://i78.photobucket.com/albums/j107/Nienna_weeper/Pixels/flowers%20plants%20trees/1368253bho5rcrrd4.gif"></div>tumblr user {text:old url} has moved<br>you will now be redirected to <a href="http://{text:new url}.tumblr.com">{text:new url}</a></p>
  224.  
  225. </div> <!--header-->
  226. </div> <!--wrapper-->
  227.  
  228. <div id="wrapper">
  229.  
  230.  
  231.  
  232.  
  233. </div>
  234. </div>
  235. </div>
  236.  
  237. <div id="tba"><a href="http://astrahl.tumblr.com">credit</a></div>
  238.  
  239. </body>
  240. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement