holmesthemes

Redirect page (search and find)

Apr 1st, 2015
628
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 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">
  3. <head>
  4.  
  5. <!-- REDIRECT PAGE BY EXCOLO [excolo.tumblr.com] -->
  6.  
  7. <title>New blog at...</title>
  8. <meta name="viewport" content="width=820" />
  9. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  10.  
  11. <meta name="text:New Username" content=""/>
  12. <meta name="color:Link" content="#ffffff"/>
  13. <meta name="color:Link Hover" content="#191970"/>
  14. <meta name="color:Body" content="#000000"/>
  15.  
  16. <style>
  17. body {
  18. background:#ffffff;
  19. font-family:Times;
  20. letter-spacing:2px;
  21. font-size:10px;
  22. }
  23.  
  24. a {
  25. text-decoration: none;
  26. -webkit-transition: all .5s ease-in-out;
  27. color:{color:Link};
  28. }
  29.  
  30. a:hover{
  31. color: {color:Link Hover};
  32. }
  33.  
  34. #imageborder {
  35. padding:10px;
  36. background:#000000;
  37. width:300px;
  38. height:300px;
  39. -webkit-border-radius: 500px;
  40. -moz-border-radius: 500px;
  41. border-radius: 500px;
  42. margin-left:40%;
  43. margin-top:10%;
  44. z-index:-1;
  45. }
  46.  
  47. #imageborder2 {
  48. padding:10px;
  49. background:#ffffff;
  50. width:280px;
  51. height:280px;
  52. -webkit-border-radius: 500px;
  53. -moz-border-radius: 500px;
  54. border-radius: 500px;
  55. margin-left:0%;
  56. margin-top:0%;
  57. z-index:-1;
  58. }
  59.  
  60. #imageborder3 {
  61. padding:2px;
  62. background:#000000;
  63. width:5px;
  64. height:140px;
  65. border:1px #000000 solid;
  66. -webkit-border-radius: 500px;
  67. -moz-border-radius: 500px;
  68. border-radius: 500px;
  69. -ms-transform: rotate(305deg); /* IE 9 */
  70. -webkit-transform: rotate(305deg); /* Chrome, Safari, Opera */
  71. transform: rotate(305deg);
  72. margin-left:65%;
  73. margin-top:-8%;
  74. z-index:1;
  75. opacity:1;
  76. position:absolute;
  77. }
  78.  
  79. #text {
  80. position:absolute;
  81. text-align:center;
  82. width:320px;
  83. margin-top:340px;
  84. margin-left:39%;
  85. color:#000000;
  86. }
  87.  
  88. #text span {
  89. background:#ffffff;
  90. padding:0px 5px;
  91. color:#000000;
  92. }
  93.  
  94. #text2 {
  95. font-size:16px;
  96. text-align:center;
  97. -webkit-transition: all 0.4s linear;
  98. -moz-transition: all 0.4s linear;
  99. transition: all 0.4s linear;
  100. margin-top:-180px;
  101. margin-left:39%;
  102. opacity:0;
  103. width:300px;
  104. height:300px;
  105. -webkit-border-radius: 500px;
  106. -moz-border-radius: 500px;
  107. border-radius: 500px;
  108. }
  109.  
  110. #text2:hover {
  111. color:{color:Link Hover};
  112. opacity:1;
  113. }
  114.  
  115. .credit {
  116. width:15px;
  117. height:15px;
  118. bottom:10px;
  119. right:10px;
  120. padding:4px;
  121. font-size:9px;
  122. letter-spacing:2px;
  123. color:#ffffff;
  124. line-height:15px;
  125. position:fixed;
  126. text-align:center;
  127. color:#000000;
  128. font-family:Times;
  129. text-transform:normal;
  130. background-color:#ffffff;
  131. border:1px solid #000000;
  132. -webkit-transition: all 0.5s ease-in-out;
  133. -moz-transition: all 0.5s ease-in-out;
  134. -o-transition: all 0.5s ease-in-out;
  135. transition: all 0.5s ease-in-out;
  136. }
  137.  
  138. .credit a:hover {
  139. -webkit-transition: all 0.5s ease-in-out;
  140. -moz-transition: all 0.5s ease-in-out;
  141. -o-transition: all 0.5s ease-in-out;
  142. transition: all 0.5s ease-in-out;
  143. transform:rotate(360deg);
  144. -ms-transform:rotate(360deg);
  145. -webkit-transform:rotate(360deg);
  146. color:#000000;
  147. }
  148.  
  149. </style>
  150.  
  151. </head>
  152. <body>
  153. <div id="text"><p><span>Current blog has a theme blog</span></p><p><span>look through the magnifying glass</span></p></div>
  154. <div id="imageborder"><div id="imageborder2"></div>
  155. </div>
  156. <div id="imageborder3"></div>
  157. <div id="text2"><a href="http://{New URL}.tumblr.com">New blog name</a></div>
  158.  
  159. <!-- Please don't remove -->
  160. <div class="credit"><a href="http://holmesthemes.tumblr.com/" target="_blank" title="theme by holmesthemes">☂</a>
  161. </div>
  162.  
  163. </body>
  164. </html>
Advertisement
Add Comment
Please, Sign In to add comment