Advertisement
Guest User

redirect theme 01 by dobriaen

a guest
Aug 18th, 2013
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.82 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. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!----theme by dobriaen don't remove the credit please--->
  9.  
  10. <head>
  11.  
  12. <meta name="color:title" content="#d6d5d5">
  13. <meta name="color:bg" content="#FFFFFF">
  14. <meta name="color:border" content="#e2e1e1">
  15. <meta name="color:hover" content="#f7f5f5">
  16. <meta name="color:link" content="#c2c2c2">
  17.  
  18. <meta name="image:first icon" content=""/>
  19. <meta name="image:second icon" content=""/>
  20.  
  21. <meta name="text:New Url" content="">
  22. <meta name="text:Old Url" content="">
  23.  
  24. <style type="text/css">
  25.  
  26. @font-face {font-family:Bebas Neue;src:url(http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf);}
  27.  
  28. ::-webkit-scrollbar {width: 7px; height:auto; background:{color:background}}
  29.  
  30. ::-webkit-scrollbar-corner {background:#ffffff}
  31.  
  32. ::-webkit-scrollbar-thumb:vertical {background:#fff};
  33.  
  34. ::-webkit-scrollbar-thumb:horizontal {background: {color:#fff}; border: 0px solid {color:bg}
  35. }
  36.  
  37.  
  38. body {
  39. background-color:{color:bg};
  40. margin:0px;
  41. color:#cecccc;
  42. font-family:new york;
  43. font-style:none;
  44. font-size:10px;
  45. padding:5px;
  46. }
  47.  
  48. a {
  49. color:#cecccc;
  50. text-decoration:none;
  51. outline:none;
  52. opacity:1 ;
  53. -webkit-transition: all 0.8s;
  54. -moz-transition: all 0.8s;
  55. transition: all 0.8s;
  56. }
  57.  
  58. a:hover {
  59. color:#1d1d1d;
  60. -webkit-transition: all 0.8s;
  61. -moz-transition: all 0.8s;
  62. transition: all 0.8s;
  63. }
  64.  
  65.  
  66. img {
  67. border:none;
  68. }
  69.  
  70. blockquote {
  71. padding-left:5px;
  72. border-left:2px solid;
  73. }
  74.  
  75. blockquote blockquote {
  76. padding-left:5px;
  77. border-left:2px solid;
  78. }
  79.  
  80. h1 {
  81. font-size:15px;
  82. }
  83.  
  84. #stuff{
  85. margin-top:200px;
  86. margin-left:-50px;
  87. height:90px;
  88. width:1500px;
  89. background:#000;
  90. }
  91.  
  92. #firsticon img {
  93. width:120px;
  94. height: 120px;
  95. left: 100px;
  96. margin-top:-20px;
  97. padding:5px;
  98. background-color: #000;
  99. border:1px solid #000;
  100. opacity:1;
  101. position:absolute;
  102. z-index:1;
  103. -webkit-transition: all 1.0s ease-out;
  104. -moz-transition: all 1.0s ease-out;
  105. transition: all 1.0s ease-out;
  106. }
  107.  
  108. #stuff:hover #firsticon img {
  109. left:650px;
  110. opacity:0;
  111. -webkit-transition: all 1.0s ease-out;
  112. -moz-transition: all 1.0s ease-out;
  113. transition: all 1.0s ease-out;
  114. }
  115.  
  116.  
  117. #secondicon img {
  118. width:120px;
  119. height: 120px;
  120. right: 0px;
  121. margin-top:-20px;
  122. padding:5px;
  123. background-color: #000;
  124. border:1px solid #000;
  125. opacity:0;
  126. position:absolute;
  127. z-index:1;
  128. -webkit-transition: all 1.0s ease-out;
  129. -moz-transition: all 1.0s ease-out;
  130. transition: all 1.0s ease-out;
  131. }
  132.  
  133. #stuff:hover #secondicon img {
  134. opacity:1;
  135. right: 100px;
  136. -webkit-transition: all 0.7s ease-out;
  137. -moz-transition: all 0.7s ease-out;
  138. transition: all 0.7s ease-out;
  139. }
  140.  
  141. #oldurl{
  142. left:240px;
  143. margin-top:0px;
  144. position:absolute;
  145. width:2000px;
  146. z-index:0;
  147. }
  148.  
  149. #oldurl a{
  150. float:left;
  151. text-transform: uppercase;
  152. font-family:Bebas Neue;
  153. letter-spacing: 1px;
  154. font-size:80px;
  155. color:#fff;
  156. text-shadow: 2px 0px 5px #fff;
  157. -webkit-transition: all 1.0s ease-out;
  158. -moz-transition: all 1.0s ease-out;
  159. transition: all 1.0s ease-out;
  160. }
  161.  
  162. #stuff:hover #oldurl a{
  163. color:#000;
  164. text-shadow: 2px 0px 5px #000;
  165. margin-left:1000px;
  166. opacity:0;
  167. -webkit-transition: all 1.5s ease-out;
  168. -moz-transition: all 1.5s ease-out;
  169. transition: all 1.5s ease-out;
  170. }
  171.  
  172.  
  173. #newurl{
  174. right:50px;
  175. margin-top:0px;
  176. width:500px;
  177. position:fixed;
  178. }
  179.  
  180. #newurl a{
  181. text-transform: uppercase;
  182. font-family:Bebas Neue;
  183. letter-spacing: 1px;
  184. font-size:80px;
  185. color:#fff;
  186. float:right;
  187. opacity:0;
  188. -webkit-transition: all 1.0s ease-out;
  189. -moz-transition: all 1.0s ease-out;
  190. transition: all 1.0s ease-out;
  191. }
  192.  
  193. #stuff:hover #newurl a{
  194. padding-right:200px;
  195. right:250px;
  196. opacity:1;
  197. text-shadow: 2px 0px 5px #fff;
  198. -webkit-transition: all 0.7s ease-out;
  199. -moz-transition: all 0.7s ease-out;
  200. transition: all 0.7s ease-out;
  201. }
  202.  
  203.  
  204. {CustomCSS}</style>
  205.  
  206.  
  207. </head>
  208. <body>
  209.  
  210. <div id="stuff">
  211.  
  212. <div id="firsticon">
  213. <div id="firsticon"><img src="{image:first icon}"/></div></div>
  214. <div id="secondicon">
  215. <div id="secondicon"><img src="{image:second icon}"/></div></div>
  216.  
  217.  
  218. <div id="oldurl">
  219. <b><a href="http://{text:Old Url}.tumblr.com/">{text:Old Url} is now at</a></b> </span></div>
  220.  
  221.  
  222. <div id="newurl">
  223. <b><a href="http://{text:New url}.tumblr.com/">{text:New url}</a></b> </span></div>
  224.  
  225.  
  226. </div>
  227. {block:PostNotes}{PostNotes}{/block:PostNotes}
  228. {/block:Posts}</div>
  229.  
  230. <div style="position: fixed; bottom: -5px; right: 5px; "><a href="http://dobriaen.tumblr.com"><img src="http://static.tumblr.com/budt2pj/Ot1mrdjsh/credit.png"></a></div></div></div>
  231.  
  232. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement