Advertisement
hzrrys

RedirectTheme

Jun 21st, 2013
2,492
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.30 KB | None | 0 0
  1. <!--
  2. Redirect theme by Sabrena (Hzrrys)
  3. DO NOT STEAL OR REDISTRIBUTE!!
  4. -->
  5.  
  6. <html lang="en">
  7. <head>
  8.  
  9. <script type="text/javascript"
  10. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  11.  
  12. <meta name="color:Background" content="#FFFFFF"/>
  13. <meta name="color:Hover" content="#aaaaaa"/>
  14. <meta name="color:Link" content="#555555"/>
  15. <meta name="color:Text" content="#ffffff"/>
  16. <meta name="color:Border" content="#777777"/>
  17. <meta name="color:Descbg" content="#aaaaaa"/>
  18. <meta name="image:Background" content=""/>
  19. <meta name="text:New URL" content="/"/>
  20. <meta name="text:New URL Title" content="new url"/>
  21. <meta name="text:Old URL Title" content=""/>
  22.  
  23. <title>{text:PageTitle}</title>
  24. {block:Description}<meta name="description" content="{MetaDescription}" />
  25. {/block:Description}
  26. <link rel="shortcut icon" href="{Favicon}">
  27.  
  28.  
  29. <style type="text/css">
  30.  
  31. ::-webkit-scrollbar {width:5px;height: 5px;background:#fff;}
  32. ::-webkit-scrollbar-thumb {background:#000;}
  33.  
  34.  
  35. body {
  36. margin:0px;
  37. background:{color:Background};
  38. background-image:url({image:Background});
  39. background-attachment:fixed;
  40. background-repeat:repeat;
  41. background-position:bottom right;
  42. font-family:Cambria;
  43. font-size:15px;
  44. line-height:11px;
  45. color: {color:Text};}
  46.  
  47.  
  48. a:link, a:active, a:visited{
  49. text-decoration: none;
  50. -webkit-transition: 0.5s ease;
  51. transition: 0.5s ease;
  52. -o-transition: 0.5s ease;
  53. -moz-transition: 0.5s ease;
  54. color: {color:Link};}
  55.  
  56. a:hover {
  57. color:{color:Hover};
  58. text-decoration:None;
  59. -webkit-transition: 0.5s ease;
  60. transition: 0.5s ease;
  61. -o-transition: 0.5s ease;
  62. -moz-transition: 0.5s ease;}
  63.  
  64. .border{
  65. border:5px solid {color:Border};
  66. padding:28px;
  67. background:transparent;
  68. width:190px;
  69. height:207px;
  70. font-size:15px;
  71. position:fixed;
  72. text-align:Left;
  73. margin-left:200px;
  74. margin-top:-33px;
  75. z-index:-11111;
  76. -webkit-transition: .7s ease;
  77. transition: .7s ease;
  78. -o-transition: .7s ease;
  79. -moz-transition: .7s ease;
  80. }
  81.  
  82. #container{
  83. padding:28px;
  84. background:transparent;
  85. width:600px;
  86. height:207px;
  87. font-size:15px;
  88. position:fixed;
  89. text-align:Left;
  90. margin-left:300px;
  91. margin-top:220px;
  92. -webkit-transition: .7s ease;
  93. transition: .7s ease;
  94. -o-transition: .7s ease;
  95. -moz-transition: .7s ease;
  96. }
  97.  
  98. #container:hover .border{
  99. -webkit-transform: rotateY(360deg);
  100. -webkit-transition: .7s ease;
  101. transition: .7s ease;
  102. -o-transition: .7s ease;
  103. -moz-transition: .7s ease;
  104. }
  105.  
  106. #container:hover .newurl{
  107. opacity:1;
  108. -webkit-transition: .7s ease;
  109. transition: .7s ease;
  110. -o-transition: .7s ease;
  111. -moz-transition: .7s ease;
  112. }
  113.  
  114. #container:hover .dots{
  115. opacity:0;
  116. -webkit-transition: .7s ease;
  117. transition: .7s ease;
  118. -o-transition: .7s ease;
  119. -moz-transition: .7s ease;
  120. }
  121.  
  122. #container:hover .blogtitle{
  123. opacity:0;
  124. -webkit-transition: .7s ease;
  125. transition: .7s ease;
  126. -o-transition: .7s ease;
  127. -moz-transition: .7s ease;
  128. }
  129.  
  130. #container:hover .oldurl{
  131. opacity:0;
  132. -webkit-transition: .7s ease;
  133. transition: .7s ease;
  134. -o-transition: .7s ease;
  135. -moz-transition: .7s ease;
  136. }
  137.  
  138.  
  139. .blogtitle{
  140. padding-bottom:7px;
  141. letter-spacing:1px;
  142. width:190px;
  143. color:{color:Text};
  144. font-size:10px;
  145. text-align:center;
  146. margin-top:5px;
  147. margin-left:230px;
  148. opacity:1;
  149. z-index:999999999;
  150. -webkit-transition: .7s ease;
  151. transition: .7s ease;
  152. -o-transition: .7s ease;
  153. -moz-transition: .7s ease;
  154. }
  155.  
  156. .newurl{
  157. color:{color:Link};
  158. font-style:none;
  159. width:190px;
  160. padding-bottom:8px;
  161. font-size:37px;
  162. text-align:center;
  163. margin-top:0px;
  164. margin-left:230px;
  165. opacity:0;
  166. z-index:999999999;
  167. -webkit-transition: .7s ease;
  168. transition: .7s ease;
  169. -o-transition: .7s ease;
  170. -moz-transition: .7s ease;
  171. }
  172.  
  173. .dots{
  174. color:{color:Link};
  175. font-style:none;
  176. width:190px;
  177. padding-bottom:8px;
  178. font-size:30px;
  179. text-align:center;
  180. margin-top:0px;
  181. margin-left:230px;
  182. opacity:1;
  183. z-index:999999999;
  184. -webkit-transition: .7s ease;
  185. transition: .7s ease;
  186. -o-transition: .7s ease;
  187. -moz-transition: .7s ease;
  188. }
  189.  
  190. .oldurl{
  191. font-style:none;
  192. padding-bottom:8px;
  193. font-size:37px;
  194. margin-left:230px;
  195. text-align:center;
  196. color:{color:Link};
  197. opacity:1;
  198. width:190px;
  199. z-index:999999999;
  200. -webkit-transition: .7s ease;
  201. transition: .7s ease;
  202. -o-transition: .7s ease;
  203. -moz-transition: .7s ease;
  204. }
  205.  
  206. .description{
  207. font-size:11px;
  208. padding:25px;
  209. color:{color:Text};
  210. text-align:center;
  211. background-color:{color:Descbg};
  212. height:199px;
  213. width:181px;
  214. margin-top:-144px;
  215. margin-left:213px;
  216. opacity:1;
  217. z-index:-1;
  218. -webkit-transition: .7s ease;
  219. transition: .7s ease;
  220. -o-transition: .7s ease;
  221. -moz-transition: .7s ease;
  222. }
  223.  
  224.  
  225.  
  226. #credit{
  227. font-family:Calibri;
  228. position:fixed;
  229. right:10px;
  230. bottom:10px;
  231. text-transform:uppercase;
  232. background:#ccc;
  233. border:1px solid #ddd;
  234. font-size:11px;
  235. padding:4px;
  236. color:#aaa;
  237. -webkit-transition: .7s ease;
  238. transition: .7s ease;
  239. -o-transition: .7s ease;
  240. -moz-transition: .7s ease;
  241. }
  242.  
  243. #credit:hover {
  244. background:#fff;
  245. color:#fff;
  246. -webkit-transition: .7s ease;
  247. transition: .7s ease;
  248. -o-transition: .7s ease;
  249. -moz-transition: .7s ease;
  250. }
  251.  
  252. </style>
  253.  
  254. {block:IndexPage}
  255.  
  256. {/block:IndexPage}
  257.  
  258. </head>
  259. </div>
  260. <body>
  261.  
  262. <div id="container">
  263. <div class="border"></div>
  264. <div class="oldurl"><br></br><br></br>{text:Old URL Title}</div>
  265. <div class="blogtitle">has moved to</div>
  266. <div class="dots">...</div>
  267. <div class="newurl"><a href="{text:New URL}">{text:New URL Title}</a></div>
  268. <div class="description"><br></br><br></br><br></br><br></br><br></br><br></br><div style="border-top:1px dashed {color:Link};"><p>{Description}</div></div>
  269.  
  270. </div>
  271. <div id="credit"><a href="http://hzrrys.tumblr.com">HZ</a></div>
  272. </body>
  273. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement