Advertisement
Kiara_

Redirect theme #1 - tumblr

Apr 25th, 2013
11,376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.87 KB | None | 0 0
  1. <html>
  2. <!--
  3. REDIRECT THEME #01
  4. by Kiara ~ tardix.tumblr.com
  5.  
  6. You can edit the code, but
  7. *please don't steal and
  8. *don't remove the credits.
  9. -->
  10. <head>
  11. <title>{Title}</title>
  12.  
  13. <link rel="shortcut icon" href="{Favicon}" />
  14.  
  15. <meta name="title" content="moved">
  16.  
  17. <meta name="image:Sidebar Image" content="">
  18.  
  19. <meta name="color:Font" content="#a09e9e">
  20. <meta name="color:Link" content="#44443d">
  21. <meta name="color:Link Hover" content="#5e7ab8">
  22. <meta name="color:Font Background" content="#dce4f8">
  23. <meta name="color:Background" content="#ffffff">
  24.  
  25. <meta name="text:Your old URL Name" content="xxx">
  26. <meta name="text:Link to your new URL" content="http://">
  27. <meta name="text:Your new URL Name" content="yyy">
  28.  
  29. <style>
  30. body {
  31. background-color:{color:background};
  32. }
  33.  
  34. iframe#tumblr_controls {
  35. opacity:0.5;
  36. -webkit-transition: all 0.7s ease-out;
  37. -moz-transition: all 0.7s ease-out;
  38. transition: all 0.7s ease-out;
  39. }
  40.  
  41. iframe#tumblr_controls:hover {
  42. opacity: 1;
  43. -webkit-transition: all 0.4s ease-out;
  44. -moz-transition: all 0.4s ease-out;
  45. transition: all 0.4s ease-out;
  46. }
  47.  
  48. #content {
  49. margin-top:235px;
  50. margin-left:-10px;
  51. margin-right:-7px;
  52. opacity:1;
  53. background-color:{color:font background};
  54. }
  55.  
  56. #image {
  57. width:150px;
  58. height:150px;
  59. overflow:hidden;
  60. margin-left:435px;
  61. margin-top:-109px;
  62. opacity:1;
  63. background-color:{color:Font background};
  64. border:15px solid {color:Font background};
  65. border-radius:4000px;
  66. -moz-border-radius:4000px;
  67. -webkit-border-radius:4000px;
  68. -o-border-radius:4000px;
  69. }
  70.  
  71. #moved {
  72. margin-left:650px;
  73. padding-top:7px;
  74. padding-bottom:10px;
  75. letter-spacing:0.6;
  76. font-size:20px;
  77. font-family:Calibri,Verdana;
  78. text-transform:uppercase;
  79. border-radius:14px;
  80. -moz-border-radius:14px;
  81. -webkit-border-radius:14px;
  82. -o-border-radius:14px;
  83. color:{color:font};
  84. }
  85.  
  86. #moved a, #moved a:visited, #moved a:active {
  87. text-decoration:none;
  88. color:{color:link};
  89. -webkit-transition: all 0.4s ease-in-out;
  90. -moz-transition: all 0.4s ease-in-out;
  91. -o-transition: all 0.4s ease-in-out;
  92. }
  93.  
  94. #moved a:hover {
  95. text-decoration:none;
  96. color:{color:link hover};
  97. -webkit-transition: all 0.4s ease-in-out;
  98. -moz-transition: all 0.4s ease-in-out;
  99. -o-transition: all 0.4s ease-in-out;
  100. }
  101.  
  102. #credit {
  103. bottom:5px;
  104. right:6px;
  105. position:fixed;
  106. opacity:0.8;
  107. }
  108.  
  109. #credit a,#credit a:active,#credit a:visited {
  110. padding-left:3px;
  111. padding-right:3px;
  112. padding-top:1px;
  113. text-decoration:none;
  114. font-size:12px;
  115. color:#000000;
  116. background-color:#ffffff;
  117. border:1px solid #000000;
  118. -webkit-transition: all 0.4s ease-in-out;
  119. -moz-transition: all 0.4s ease-in-out;
  120. -o-transition: all 0.4s ease-in-out;
  121. }
  122.  
  123. #credit a:hover {
  124. color:#a09e9e;
  125. border:1px solid #a09e9e;
  126. -webkit-transition: all 0.4s ease-in-out;
  127. -moz-transition: all 0.4s ease-in-out;
  128. -o-transition: all 0.4s ease-in-out;
  129. }
  130. </style>
  131.  
  132. </head>
  133. <body>
  134. <div id="content">
  135. <div id="moved">
  136. {text:Your old URL Name} has moved to <a href="{text:Link to your new URL}">{text:Your new URL Name}</a>
  137. </div>
  138. </div>
  139. <div id="image">
  140. <img src="{image:Sidebar Image}">
  141. </div>
  142. <div id="credit">
  143. <a href="http://tardix.tumblr.com" title="tardix">Credit</a>
  144. </div>
  145. </body>
  146. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement