Lyend

Untitled

Oct 13th, 2012
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. <html>
  2. <style>
  3. #div2
  4. {
  5. text-align:center;
  6. position:absolute;
  7. left:80px;
  8. top:70px;
  9. padding-top:25px;
  10. padding-bottom:25px;
  11. padding-right:50px;
  12. padding-left:50px;
  13. overflow:hidden;
  14. background-color:#C0C0C0;
  15. border:1px solid black;
  16. opacity:0.5;
  17. filter:alpha(opacity=50);
  18. overflow:auto;
  19. }
  20. #div3
  21. {
  22. text-align:center;
  23. position:absolute;
  24. left:800px;
  25. top:70px;
  26. padding-top:25px;
  27. padding-bottom:25px;
  28. padding-right:50px;
  29. padding-left:50px;
  30. overflow:hidden;
  31. background-color:#C0c0c0;
  32. border:1px solid black;
  33. opacity:0.5;
  34. filter:alpha(opacity=50);
  35. overflow:auto;
  36. }
  37. #layer1
  38. {
  39. position:absolute;
  40. top:0px;
  41. left:0px;
  42. width:100%;
  43. height:100%;
  44. background-color:#000000;
  45. background-image:url('http://www.wallpaperpimper.com/wallpaper/Art_&_3D/Abstract/Black-Abstract-1-A2ZHFOACK7-1280x960.jpg')
  46. }
  47. #div1
  48. {
  49. opacity:0.9;
  50. filter:alpha(opacity=90);
  51. position:fixed;
  52. top:0px;
  53. left:0px;
  54. width:100%;
  55. height:100%;
  56. display:none;
  57. background-color:#000;
  58. }
  59. #text
  60. {
  61. text-align:center;
  62. position:absolute;
  63. left:380px;
  64. top:70px;
  65. padding-top:25px;
  66. padding-bottom:25px;
  67. padding-right:50px;
  68. padding-left:50px;
  69. overflow:hidden;
  70. background-color:#000;
  71. border:1px solid black;
  72. opacity:0.3;
  73. filter:alpha(opacity=30);
  74. }
  75. #text:hover
  76. {
  77. -webkit-transition: all 0.5s linear;
  78. -moz-transition: all 0.5s linear;
  79. -ms-transition: all 0.5s linear;
  80. -o-transition: all 0.5s linear;
  81. transition: all 0.5s linear;
  82. opacity:1;
  83. padding-bottom:80px;
  84. }
  85. #div2:hover
  86. {
  87. -webkit-transition: all 0.5s linear;
  88. -moz-transition: all 0.5s linear;
  89. -ms-transition: all 0.5s linear;
  90. -o-transition: all 0.5s linear;
  91. transition: all 0.5s linear;
  92. opacity:1;
  93. }
  94. #div3:hover
  95. {
  96. -webkit-transition: all 0.5s linear;
  97. -moz-transition: all 0.5s linear;
  98. -ms-transition: all 0.5s linear;
  99. -o-transition: all 0.5s linear;
  100. transition: all 0.5s linear;
  101. opacity:1;
  102. }
  103. .h
  104. {
  105. text-align:center;
  106. text-transform: uppercase;
  107. font-size:32px;
  108. color:#999
  109. font-family:century gothic bold serif;
  110. border-bottom:2px dashed #999;
  111. border-bottom-width:1px;
  112. border-bottom-style:dashed;
  113. border-bottom-color:#999;
  114. letter-spacing:2px:0px;
  115. text-shadow: #5992A3 20px 12px 2px;
  116. }
  117. .h:hover
  118. {
  119. -webkit-transition: all 0.5s ease-in-out;
  120. -moz-transition: all 0.5s ease-in-out;
  121. -ms-transition: all 0.5s ease-in-out;
  122. -o-transition: all 0.5s ease-in-out;
  123. transition: all 0.5s ease-in-out;
  124. letter-spacing:12px;
  125. }
  126. </style>
  127. <div id="layer1"></div>
  128. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  129. <script>
  130. $(document).ready(function(){
  131. $("#text").click(function(){
  132. $("#div1").fadeIn("slow");
  133. $("#div2").fadeIn("4000");
  134. $("#div3").fadeIn("4000");
  135. });
  136. });
  137. document.title('Sayium Vi Victorian');
  138. </script>
  139. <center><div id="text"><font color="#ffffff">Enter Sayium's page?</font></center></div>
  140. <div id="div1"><div class="h"><font color="#ffffff">// Sayium // Vi Victorian //</font></div><br><br>
  141. <div id="div2">Text</div>
  142. <div id="div3">Text</div>
  143. </div></html>
Advertisement
Add Comment
Please, Sign In to add comment