Advertisement
selsthemes

Redirect Theme 01

Jul 26th, 2013
1,717
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.29 KB | None | 0 0
  1. <html>
  2. <head>
  3. <!--
  4.  
  5. Redirect Theme 01 by 500daysoflahey.
  6.  
  7. Please do not repost and claim as your own.
  8. Please keep the credit in tact. You're beautiful for using this theme.
  9. Thank you!
  10.  
  11. --->
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  16. <meta name="description" content="" />
  17. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  18.  
  19. <meta name="image:oldicon" content=""/>
  20. <meta name="image:newicon" content=""/>
  21.  
  22. <meta name="color:Background" content="#fcfcfc"/>
  23. <meta name="color:Old URL" content="#e62981"/>
  24. <meta name="color:New URL" content="#6ae2c2"/>
  25. <meta name="color:Text" content="#000000"/>
  26. <meta name="color:Icon Borders" content="#000000"/>
  27. <meta name="color:New URL hover" content="#ffffff">
  28.  
  29. <meta name="text:New Blog Name" content="NEW blog name"/>
  30. <meta name="text:Old Blog Name" content="OLD blog name"/>
  31. <meta name="text:Is Now At" content="is now at"/>
  32.  
  33.  
  34. <style type="text/css">
  35.  
  36. @font-face {
  37. font-family:BebasNeue;
  38. src: url(http://static.tumblr.com/ikzlnrs/iPFmqjtx5/bebasneue.otf) format(“truetype”);
  39. }
  40.  
  41. #body {
  42. background-color:{color:background};
  43. }
  44.  
  45. #oldblogblock {
  46. margin-top: -360px;
  47. margin-left: 395px;
  48. }
  49.  
  50. #oldlink {
  51. font-family:BebasNeue;
  52. margin-top: 10px;
  53. margin-left: -15px;
  54. font-size: 30;
  55. text-transform: uppercase;
  56. color:{color:OLD URL};
  57. }
  58.  
  59. #text {
  60. font-family:Calibri;
  61. margin-top: -30px;
  62. margin-left: 40px;
  63. font-size: 14;
  64. text-transform: lowercase;
  65. font-style: italic;
  66. color:{color:text};
  67. }
  68.  
  69. #newlink {
  70. position:relative;
  71. font-family:BebasNeue;
  72. margin-top: 165px;
  73. margin-left: 610px;
  74. font-size: 30;
  75. text-transform: uppercase;
  76. color:{color:New URL};
  77. }
  78.  
  79. #newlink a {
  80. font-family:BebasNeue;
  81. margin-top: 100px;
  82. margin-left: -10px;
  83. font-size: 30;
  84. text-transform: uppercase;
  85. color:{color:New URL};
  86. text-decoration: none
  87. }
  88.  
  89. #newlink a:hover {
  90. font-family:BebasNeue;
  91. margin-top: 0px;
  92. margin-left: -10px;
  93. font-size: 30;
  94. text-transform: uppercase;
  95. color:{color:New URL hover};
  96. -webkit-transition-duration: 0.6s
  97. }
  98.  
  99. #oldicon {
  100. margin-top: 200px;
  101. margin-left: 570px;
  102. width: 200px;
  103. height: 200px;
  104. opacity:0.6;
  105. filter:alpha(opacity=40);
  106. background-color: {color:Background};
  107. border-style: double;
  108. border-width: 5px;
  109. border-color: {color:Icon borders};
  110. }
  111.  
  112. #oldicon:hover {
  113. opacity:1;
  114. filter:alpha(opacity=40);
  115. -webkit-transition-duration: 0.6s
  116. }
  117.  
  118.  
  119. #newicon {
  120. margin-top: 5px;
  121. margin-left: 355px;
  122. width: 200px;
  123. height: 200px;
  124. opacity:0.6;
  125. filter:alpha(opacity=40);
  126. background-color: {color:Background};
  127. border-style: double;
  128. border-width: 5px;
  129. border-color: {color:Icon borders};
  130. }
  131.  
  132. #newicon:hover {
  133. opacity:1;
  134. filter:alpha(opacity=40);
  135. -webkit-transition-duration: 0.6s
  136. }
  137.  
  138. #credit {
  139. bottom: 5px;
  140. right: 5px;
  141. position: fixed;
  142. padding: 3px;
  143. color: {color:text}
  144. font-family: Calibri;
  145. font-size: 9px;
  146. text-transform: uppercase;
  147. }
  148.  
  149. #credit a {
  150. color: {color:text};
  151. font-family: Calibri;
  152. padding: 3px;
  153. text-decoration:none;
  154. -webkit-transition-duration: 0.6s;
  155. }
  156.  
  157. #credit a:hover {
  158. color: {color:New URL hover};
  159. }
  160.  
  161. {CustomCSS}
  162. </style>
  163. </head>
  164.  
  165. <div class="body">
  166. <body style="background-color:{color:background};">
  167. <div id="oldicon"><img height="200px" width "200px" src="{image:oldicon}"/></div></div>
  168.  
  169. <div id="newicon"><img height="200px" width "200px" src="{image:newicon}"/></div></div>
  170.  
  171.  
  172. <div id="oldblogblock">
  173. <h1><div id="oldlink">{text:Old Blog Name}</div></h1>
  174. <div id="text">{text:Is Now At}</div></div>
  175. </div>
  176.  
  177. <div id="newblogblock">
  178. <h1><div id="newlink"><div align=left><a href="http://{text:New Blog Name}.tumblr.com">{text:New Blog Name}</a></div></h1>
  179. </div>
  180. </div>
  181. </div>
  182.  
  183. <div id="credit">
  184. <a href="http://500daysoflahey.tumblr.com/">© 500daysoflahey</a></div>
  185.  
  186. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement