Advertisement
e-law-ise

html3

Mar 10th, 2014
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 KB | None | 0 0
  1. <head>
  2.  
  3. <title>Redirecting</title>
  4.  
  5. <!--------------------------------------------------------------------------
  6. --------------------- Adrienne Law's redirecting page --------------------------------------------Give credit where credit is due-------------------------------------------------------------------------------------------------->
  7.  
  8.  
  9. <style type="text/css">
  10.  
  11. a {
  12. text-decoration:none;
  13. outline:none;
  14. -moz-outline-style:none;
  15. color:#4A032F;
  16. -moz-transition-duration:0.5s;
  17. -webkit-transition-duration:0.5s;
  18. -o-transition-duration:0.5s;
  19. }
  20. a:hover {
  21. color:#A30366;
  22. -moz-transition-duration:0.5s;
  23. -webkit-transition-duration:0.5s;
  24. -o-transition-duration:0.5s;
  25. }
  26.  
  27. #dropdown{
  28. text-align:center;
  29. width:300px;
  30. height:28px;
  31. background-color: white;
  32. color:#3D344D;
  33. padding-top:5px;
  34. padding-bottom:5px;
  35. line-height:30px;
  36. margin-top:0px;
  37. margin-right:auto;
  38. margin-left:auto;
  39. overflow:hidden;
  40. -o-transition: all 1s ease-in-out;
  41. -webkit-transition: all 1s ease-in-out;
  42. -moz-transition: all 1s ease-in-out;
  43. }
  44. #dropdown:hover{
  45. height:130px;
  46. -o-transition: all 1s ease-in-out;
  47. -webkit-transition: all 1s ease-in-out;
  48. -moz-transition: all 1s ease-in-out;
  49. }
  50.  
  51. #dropbottom{
  52. text-align:center;
  53. width:290px;
  54. height:auto;
  55. padding:10px 5px 10px 5px;
  56. background-color: #C4C0CC;
  57. color:#3D344D;
  58. margin-top:0;
  59. margin-right:auto;
  60. margin-left:auto;
  61.  
  62. }
  63.  
  64. #dropdown2{
  65. text-align:center;
  66. width:100px;
  67. height:auto;
  68. margin-right:auto;
  69. margin-left:auto;
  70. -o-transition: all 1s ease-out;
  71. -webkit-transition: all 1s ease-out;
  72. -moz-transition: all 1s ease-out;
  73.  
  74. }
  75. #dropdown2 img{
  76. width:50px;
  77.  
  78. }
  79.  
  80.  
  81.  
  82.  
  83.  
  84. #credit a {
  85. display:inline-block;
  86. width:40px;
  87. background-color:#fff;
  88. color:gray;
  89. text-decoration:none;
  90. border-right:1px solid;
  91. border-left: 1px solid;
  92. border-color:#878787;
  93. padding: 2px 0px 2px 0px;
  94. -o-transition: all 1s ease-out;
  95. -webkit-transition: all 1s ease-out;
  96. -moz-transition: all 1s ease-out;
  97. }
  98.  
  99. #credit a:hover {
  100. background-color:#667371;
  101. color:#fff;
  102. border-color:#fff;
  103. -o-transition: all 1s ease-out;
  104. -webkit-transition: all 1s ease-out;
  105. -moz-transition: all 1s ease-out;
  106. }
  107.  
  108. #credit {
  109. display:inline-block;
  110. font-size:10px;
  111. font-family: calibri;
  112. text-align:center;
  113. letter-spacing:1px;
  114. width:40px;
  115. height:15px;
  116. position: fixed;
  117. padding-top:1px;
  118. right:25px;
  119. bottom:10px;
  120.  
  121. }
  122.  
  123. </style>
  124.  
  125. <body>
  126.  
  127. <!-- oops message -->
  128. <div id="dropdown"><div style="background-color:#C4C0CC; font-family:calibri; font-size:20px; font-style: italic;">oops!</div>
  129.  
  130. <!--put wanted url here-->
  131. <p><div style="background-color:white; font-family:calibri; font-size: 12px; text-transform:uppercase">come visit me at my active blog:</div></p>
  132.  
  133. <div style="background-color:white; font-family:apple chancery; font-size: 18px; text-transform:uppercase; font-style: italic;"><a href="http://sherlscurlz.tumblr.com">sherlscurlz.tumblr.com</a></div>
  134.  
  135. </div>
  136.  
  137. <!-- inactive message -->
  138. <div id="dropbottom"><p><div style="font-family:calibri; font-size: 10px; text-transform:uppercase">this blog is inactive
  139. <p>v v v v</p>
  140. </div></p></div>
  141.  
  142. <!-- change image -->
  143. <div id="dropdown2"><img src="http://media.tumblr.com/bb0f3b0d9813aa161af4c0ad822d7743/tumblr_inline_mpzjik4C9d1qz4rgp.png"></div>
  144.  
  145.  
  146.  
  147. <!-------------------------------------------------------------------------------- I don't care if you edit, but please for the love of god do not -----
  148. -------------------- remove the credit on my stuff -------------------------
  149. --------------------------------------------------------------------------->
  150.  
  151. <div id="credit">
  152. <div style="font-size:12; font-style:italic; text-align:center; padding-left:2px; padding-right:2px;"><a href="http://theleakycauldron.co.vu"> ---a---</a></div>
  153. </div>
  154.  
  155. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement