Advertisement
Jyuubi

[Page] → Redirect #01

May 8th, 2012
5,518
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3.  
  4. <!--
  5. THEME: REDIRECT PAGE #01
  6. BY: jyuubi.org / manatopia.org
  7.  
  8. Please do not redistribute or use to make your own!
  9. You may edit whatever you please, but leave credit.
  10. -->
  11.  
  12. <meta name="color:Background" content="#2c2929">
  13. <meta name="color:Moved Background" content="#7b2a2a">
  14. <meta name="color:Moved Link" content="#ad645b">
  15. <meta name="color:Moved Link Hover" content="#381515">
  16. <meta name="color:Text" content="#bc7b5c">
  17. <meta name="color:Shadow" content="#1d1b1b">
  18. <meta name="color:Credit Link" content="#902f2a">
  19.  
  20. <meta name="image:Background" content="http://s5.postimage.org/8pkqhg8af/redirect01_bg.png">
  21. <meta name="image:Side" content="http://s5.postimage.org/avf1bybqr/redirect01_zuko.png">
  22.  
  23. <meta name="text:Moved" content="moved to [blog]">
  24. <meta name="text:Moved URL" content="http://">
  25.  
  26. <meta name="text:Move From Top" content="200">
  27. <meta name="text:Move From Left" content="300">
  28.  
  29. <head>
  30. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  31. <title>{Title}</title>
  32. <link rel="shortcut icon" href="{Favicon}">
  33.  
  34. <style type="text/css">
  35. /* BODY */
  36. body {
  37. background-image: url('{image:Background}');
  38. background-attachment: fixed;
  39. background-color: {color:Background};
  40. }
  41.  
  42. #container {
  43. width: 400px;
  44. margin-left: {text:Move From Left}px;
  45. margin-top: {text:Move From Top}px;
  46. font-family: calibri;
  47. text-transform: uppercase;
  48. letter-spacing: 1px;
  49. position: fixed;
  50. }
  51.  
  52. #container img {
  53. -moz-border-radius: 100px;
  54. -webkit-border-radius: 100px;
  55. border-radius: 100px;
  56. float: left;
  57. max-width: 120px;
  58. max-height: 120px;
  59. }
  60.  
  61. .shadow {
  62. -moz-box-shadow: 1px 1px 3px {color:Shadow};
  63. -webkit-box-shadow: 1px 1px 3px {color:Shadow};
  64. box-shadow: 1px 1px 3px {color:Shadow};
  65. }
  66.  
  67. #moved {
  68. background-color: {color:Moved Background};
  69. width: 200px;
  70. height: 20px;
  71. line-height: 20px;
  72. margin-left: 80px;
  73. margin-top: 40px;
  74. -moz-border-radius: 0px 10px 10px 0px;
  75. -webkit-border-radius: 0px 10px 10px 0px;
  76. border-radius: 0px 10px 10px 0px;
  77. text-align: center;
  78. }
  79.  
  80. #moved a {
  81. color: {color:Moved Link};
  82. text-decoration: none;
  83. font-size: 10px;
  84. -webkit-transition: all 1s ease-in-out;
  85. -moz-transition: all 1s ease-in-out;
  86. -o-transition: all 1s ease-in-out;
  87. -ms-transition: all 1s ease-in-out;
  88. transition: all 1s ease-in-out;
  89. }
  90.  
  91. #moved a:hover {
  92. color: {color:Moved Link Hover};
  93. }
  94.  
  95. #title {
  96. width: 220px;
  97. margin-left: 50px;
  98. margin-top: 5px;
  99. font-family: calibri;
  100. font-size: 8px;
  101. color: {color:Text};
  102. text-transform: uppercase;
  103. letter-spacing: 1px;
  104. text-align: center;
  105. }
  106.  
  107. #credit {
  108. position: fixed;
  109. bottom: 10px;
  110. right: 10px;
  111. font-family: calibri;
  112. font-size: 8px;
  113. text-transform: uppercase;
  114. text-align: right;
  115. letter-spacing: 1px;
  116. }
  117.  
  118. #credit a {
  119. color: {color:Credit Link};
  120. text-decoration: none;
  121. }
  122. </style>
  123. </head>
  124. <body>
  125.  
  126. <div id="container">
  127. <img src="{image:Side}" class="shadow" alt="">
  128. <div id="moved" class="shadow"><a href="{text:Moved URL}">{text:Moved}</a></div>
  129. <div id="title">{Description}</div>
  130. </div>
  131.  
  132. <div id="credit">
  133. <!-- DO NOT REMOVE OR EDIT -->
  134. <a href="http://jyuubi.org" target="_blank">&copy; jyuubi.org</a>
  135. </div>
  136.  
  137. </body>
  138. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement