Advertisement
becky4268

theme 47 - redirect page

Apr 17th, 2014
244
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 XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7.  
  8. <!--
  9.  
  10. code вy oғjαcĸ
  11.  
  12. do ɴoт вreαĸ тнeѕe rυleѕ:
  13. - do ɴoт υѕe αѕ α вαѕe code.
  14. - do ɴoт clαιм αѕ yoυr owɴ.
  15. - do ɴoт reмove тнe credιт.
  16.  
  17. ---->
  18.  
  19. <meta name="text:old url" content=""/>
  20. <meta name="text:new url" content=""/>
  21. <meta name="text:new url link" content=""/>
  22.  
  23. <style type="text/css">
  24.  
  25. a {
  26. color:#111;
  27. text-decoration:none;
  28. -moz-transition-duration:0.5s;
  29. -webkit-transition-duration:0.5s;
  30. -o-transition-duration:0.5s;
  31. }
  32.  
  33. a:hover {
  34. color:#111;
  35. text-decoration:none;
  36. -moz-transition-duration:0.5s;
  37. -webkit-transition-duration:0.5s;
  38. -o-transition-duration:0.5s;
  39. }
  40.  
  41.  
  42. body {
  43. background-color:#fff;
  44. font-family:arial;
  45. font-weight:normal;
  46. font-size:20px;
  47. }
  48.  
  49. #themenum {
  50. background-color:#fff;
  51. width:700px;
  52. margin: 0 auto -12px auto;
  53. text-align: center;
  54. }
  55.  
  56. #circle {
  57. border-radius:200px;
  58. width:250px;
  59. height:250px;
  60. position:fixed;
  61. margin-top:200px;
  62. margin-left:220px;
  63. text-align:center;
  64. z-index:1;
  65. -moz-transition-duration:0.5s;
  66. -webkit-transition-duration:0.5s;
  67. -o-transition-duration:0.5s;
  68. }
  69.  
  70. #circle img {
  71. border-radius:200px;
  72. }
  73.  
  74. #text {
  75. margin-left:81px;
  76. margin-top:-190px;
  77. position:fixed;
  78. z-index:9;
  79. }
  80.  
  81. #text a {
  82. text-align:center;
  83. color:#111;
  84. font-weight:bold;
  85. }
  86.  
  87. #new {
  88. margin-top:-120px;
  89. margin-left:25px;
  90. width:200px;
  91. position:fixed;
  92. z-index:3;
  93. -moz-transition-duration:0.5s;
  94. -webkit-transition-duration:0.5s;
  95. -o-transition-duration:0.5s;
  96. }
  97.  
  98. #new a {
  99. font-style:italic;
  100. font-size:25px;
  101. color:#111;
  102. opacity:0;
  103. text-align:center;
  104. border-bottom:1px dotted transparent;
  105. }
  106.  
  107. #new a:hover {
  108. border-bottom:1px dotted #111;
  109. }
  110.  
  111. #circle:hover #new a {
  112. letter-spacing:10px;
  113. opacity:1;
  114. }
  115.  
  116. small {
  117. font-size:9px;
  118. }
  119.  
  120. #man {
  121. position:fixed;
  122. font-size:10px;
  123. font-weight:normal;
  124. line-height:100%;
  125. letter-spacing:1px;
  126. right:-48px;
  127. bottom:5px;
  128. text-transform:uppercase;
  129. text-align:center;
  130. }
  131.  
  132. #man a {
  133. padding:0px;
  134. color:#111;
  135. }
  136.  
  137. #man a:hover {
  138. margin-right:52px;
  139. color:#111;
  140. }
  141.  
  142. {CustomCSS}
  143.  
  144. </style></head>
  145.  
  146. <body>
  147.  
  148. <div id="themenum">
  149. <div id="circle"><img src="http://data2.whicdn.com/images/70798222/large.png">
  150. <div id="text">{text:old url} <br>moved to <br><small>(hover)</small></div>
  151. <div id="new"><a href="{text:new url link}">{text:new url}</a></div>
  152. </div>
  153. </div>
  154.  
  155. <div id="man"><a href="http://ofjack.tumblr.com/"> [c] ofjack </a></div>
  156.  
  157. </body>
  158. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement