Advertisement
imgirlrauhl

Redirect Theme #1 "Fly Away" - vitanica (themesbyvanne)

Apr 3rd, 2014
1,931
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.09 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <!----------
  5.  
  6. Redirect Theme #1 "Fly Away" by Vanne @ vitanica.tumblr.com (previously themesbyvanne.tumblr.com)
  7.  
  8. .Do NOT remove the credits
  9. .Do NOT steal my codes
  10. .Do NOT use as base code
  11. .Do NOT claim as your own
  12.  
  13. Thank you so much for using my theme! <3
  14.  
  15. ----------->
  16.  
  17. <html>
  18.  
  19. <head>
  20.  
  21. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  22. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23. <link rel="shortcut icon" href="{Favicon}">
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  25.  
  26. <meta name="image:Background" content=""/>
  27.  
  28. <meta name="color:Background" content="#fff"/>
  29. <meta name="color:Previous Username" content="#82d7db"/>
  30. <meta name="color:Has Moved" content="#5aa0bb">
  31. <meta name="color:Border" content="#84DECC">
  32. <meta name="color:Now I am" content="#82D7DB">
  33. <meta name="color:New Username Hover" content="#56BDA9">
  34. <meta name="color:New Username Hover" content="#54B3B7">
  35.  
  36. <meta name="text:Previous Username" content="previousurl">
  37. <meta name="text:New URL" content="http://urlhere.tumblr.com">
  38. <meta name="text:New Username" content="newurl">
  39.  
  40. <style type="text/css">
  41.  
  42. iframe#tumblr_controls {
  43. display: none;
  44. }
  45.  
  46. body {
  47. background: {color:Background} url('{image:Background}');
  48. background-attachment: fixed;
  49. }
  50.  
  51. a {
  52. text-decoration: none;
  53. }
  54.  
  55. a:hover {
  56. text-decoration: none;
  57. }
  58.  
  59. #all {
  60. position:relative;
  61. top:0px;
  62. width:400px;
  63. margin:0 auto;
  64. padding:5px;
  65. }
  66.  
  67. #title1 {
  68. position: fixed;
  69. margin-top: 200px;
  70. width: 400px;
  71. font-size: 30px;
  72. font-family: arial;
  73. font-weight: bold;
  74. letter-spacing: -3px;
  75. word-spacing: 5px;
  76. color: {color:Previous Username};
  77. text-align: center;
  78. text-shadow: 2px 2px 0px #fff;
  79. }
  80.  
  81. #title2 {
  82. position: fixed;
  83. margin-top: 230px;
  84. width: 400px;
  85. font-size: 40px;
  86. font-family: consolas;
  87. font-style: italic;
  88. color: {color:Has Moved};
  89. text-align: center;
  90. text-shadow: 2px 2px 0px #fff;
  91. }
  92.  
  93. #title3 {
  94. position: fixed;
  95. margin-top: 300px;
  96. width: 400px;
  97. font-size: 20px;
  98. font-style: italic;
  99. letter-spacing: 2px;
  100. word-spacing: 4px;
  101. font-family: consolas;
  102. color: {color:Now I am};
  103. text-align: center;
  104. text-shadow: 2px 2px 0px #fff;
  105. padding-top: 30px;
  106. border-top: 3px solid {color:Border};
  107. }
  108.  
  109. #title4 {
  110. position: fixed;
  111. margin-top: 348px;
  112. width: 400px;
  113. font-size: 55px;
  114. font-weight: bold;
  115. letter-spacing: -6px;
  116. word-spacing: 6px;
  117. font-family: arial;
  118. text-align: center;
  119. text-shadow: 3px 3px 0px #fff;
  120. }
  121.  
  122. #title4 a {
  123. color: {color:New Username};
  124. }
  125.  
  126. #title4 a:hover {
  127. color: {color:New Username};
  128. }
  129.  
  130. #pancake {
  131. position: fixed;
  132. bottom: 10px;
  133. left: 10px;
  134. -webkit-transition: all 0.5s ease-in-out;
  135. -moz-transition: all 0.5s ease-in-out;
  136. -o-transition: all 0.5s ease-in-out;
  137. -ms-transition: all 0.5s ease-in-out;
  138. transition: all 0.5s ease-in-out;
  139. }
  140.  
  141. #pancake a {
  142. display: inline-block;
  143. text-align: center;
  144. font-size: 15px;
  145. font-family: arial;
  146. letter-spacing: -1px;
  147. padding: 2px 4px 4px 3px;
  148. font-weight: bold;
  149. width: 14px;
  150. height: 15px;
  151. line-height: 15px;
  152. overflow: hidden;
  153. background: {color:Previous Username};
  154. color: #fff;
  155. -webkit-transition: all 0.5s ease-in-out;
  156. -moz-transition: all 0.5s ease-in-out;
  157. -o-transition: all 0.5s ease-in-out;
  158. -ms-transition: all 0.5s ease-in-out;
  159. transition: all 0.5s ease-in-out;
  160. }
  161.  
  162. #cupcake {
  163. z-index: -1;
  164. position: fixed;
  165. margin-top: -25px;
  166. margin-left: 0px;
  167. -webkit-transition: all 0.5s ease-in-out;
  168. -moz-transition: all 0.5s ease-in-out;
  169. -o-transition: all 0.5s ease-in-out;
  170. -ms-transition: all 0.5s ease-in-out;
  171. transition: all 0.5s ease-in-out;
  172. }
  173.  
  174. #cupcake a {
  175. display: inline-block;
  176. font-size: 15px;
  177. font-family: arial;
  178. letter-spacing: -1px;
  179. padding: 4px 4px 4px 0px;
  180. font-weight: bold;
  181. width: 10px;
  182. height: 13px;
  183. line-height: 13px;
  184. overflow: hidden;
  185. background: #fff;
  186. color: {color:Previous Username};
  187. -webkit-transition: all 0.5s ease-in-out;
  188. -moz-transition: all 0.5s ease-in-out;
  189. -o-transition: all 0.5s ease-in-out;
  190. -ms-transition: all 0.5s ease-in-out;
  191. transition: all 0.5s ease-in-out;
  192. }
  193.  
  194. #pancake:hover #cupcake a {
  195. width: 70px;
  196. margin-left: 21px;
  197. }
  198.  
  199. </style>
  200.  
  201. </head>
  202.  
  203. <body>
  204.  
  205. <div id="all">
  206.  
  207. <div id="title1">{text:Previous Username}</div>
  208.  
  209. <div id="title2">has moved!</div>
  210.  
  211. <div id="title3">now I am:</div>
  212.  
  213. <div id="title4"><a href="{text:New URL}">{text:New Username}</a></div>
  214.  
  215. </div>
  216.  
  217. <div id="pancake">
  218. <a href="http://vitanica.tumblr.com/">v</a>
  219. <div id="cupcake"><a href="http://vitanica.tumblr.com">vitanica</a></div>
  220. </div>
  221.  
  222. </body>
  223.  
  224. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement