Lyend

Untitled

Sep 29th, 2012
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #layer1
  2. {
  3. position:absolute;
  4. top:0px;
  5. left:0px;
  6. width:100%;
  7. height:100%;
  8. background-color:#000000;
  9. background-image:url('http://i.imgur.com/JxM7d.jpg');
  10. }
  11. #a
  12. {
  13. display: block;
  14. width: 50px;
  15. float: left;
  16. height: 15px;
  17. font-family: calibri;
  18. opacity: 0.4;
  19. filter:alpha(opacity=40);
  20. color: transparent;
  21. font-size: 8px;
  22. text-align: center;
  23. border-bottom: 0px solid#B7DFC8;
  24. border-bottom-width: 0px;
  25. border-bottom-style: solid;
  26. border-bottom-color: #B7DFC8;
  27. padding-top: 5px;
  28. padding-bottom: 5px;
  29. }
  30. #a:hover
  31. {
  32. height: 35px;
  33. z-index:+1;
  34. -webkit-transition: height 0.5s ease-in-out;
  35.         -moz-transition: height 0.5s ease-in-out;
  36.         -ms-transition: height 0.5s ease-in-out;
  37.         -o-transition: height 0.5s ease-in-out;
  38.         transition: height 0.5s ease-in-out;
  39. opacity: 0.8;
  40. filter:alpha(opacity=80);
  41. }
  42. #sel
  43. {
  44. position:fixed;
  45. display: block;
  46. top:80px;
  47. left:0px;
  48. width:100%;
  49. float: left;
  50. height: 24px;
  51. Background-color:#000;
  52. opacity: 0.5;
  53. filter:alpha(opacity=50);
  54. }
  55. /*Title for the intro Text 62px giving space for the sel*/
  56. #title
  57. {
  58. text-shadow: 12px 5px 3px #a306c2;
  59.         filter: dropshadow(color=#a306c2, offx=12, offy=5);
  60. font-size:62px;
  61. position:relative;
  62. top:0;
  63. font-family:La Belle Aurore;
  64. color:#fff;
  65. }
  66. .text
  67. {
  68. Font-family:times new roman;
  69. font-size:9px;
  70. padding-top:0px;
  71. padding-bottom:50px;
  72. padding-right:50px;
  73. padding-left:50px;
  74. position:fixed;
  75. Top:125px;
  76. left:40px;
  77. opacity: 0.5;
  78. filter:alpha(opacity=50);
  79. Background-color:#666;
  80. color:#fff;
  81. overflow:auto;
  82. }
  83. .text:hover
  84. {
  85. -webkit-transition: all 0.5s linear;
  86.         -moz-transition: all 0.5s linear;
  87.         -ms-transition: all 0.5s linear;
  88.         -o-transition: all 0.5s linear;
  89.         transition: all 0.5s linear;
  90. filter:alpha(opacity=90);
  91. opacity: 0.9;
  92. }
  93. #footer
  94. {
  95. filter:alpha(opacity=30);
  96. opacity: 0.3;
  97. position:relative;
  98. top:450px;
  99. }
  100. #footer:hover
  101. {
  102. filter:alpha(opacity=90);
  103. opacity: 0.9;
  104. -webkit-transition: all 0.5s linear;
  105.         -moz-transition: all 0.5s linear;
  106.         -ms-transition: all 0.5s linear;
  107.         -o-transition: all 0.5s linear;
  108.         transition: all 0.5s linear;
  109. }
  110. .titletext
  111. {
  112. text-transform: uppercase;
  113. font-size:18px;
  114. color:#999
  115. font-family:century gothic bold;
  116. border-bottom:2px dashed #999;
  117. border-bottom-width:1px;
  118. border-bottom-style:dashed;
  119. border-bottom-color:#999;
  120. line-spacing:0px;
  121. }
  122. #Box69
  123. {
  124. text-align: left;
  125. Height:290px;
  126. width:220px;
  127. padding:10px;
  128. border:5px;
  129. border-color:#777700;
  130. border-style:groove;
  131. margin:0px;
  132. overflow:auto;
  133. }
Advertisement
Add Comment
Please, Sign In to add comment