home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / Club_style / style.css < prev   
Cascading Style Sheet File  |  2007-01-09  |  3KB  |  168 lines

  1. /* CSS Document The Alternative*/
  2.  
  3. body {
  4. background: #131313 url('images/bkg.jpg') repeat-x;
  5. margin: 0px 0px 0px 0px;
  6. padding: 0px 0px 0px 0px;
  7. font-family: Verdana, Arial, Helvetica, sans-serif;
  8. font-size: 11px;
  9. }
  10.  
  11. #container {
  12. background: #0c1d0a;
  13. width: 726px;
  14. min-height: 600px;
  15. margin: 0px auto;
  16. }
  17.  
  18. #header {
  19. background: #131313 url('images/header.jpg') no-repeat top left;
  20. height: 237px;
  21. width: 725px;
  22. border-top: solid 1px #000;
  23. border-left: solid 1px #000;
  24. }
  25.  
  26. #headertxt {
  27. height: 180px;
  28. width: 725px;
  29. }
  30.  
  31. #menu {
  32. padding: 201px 0px 0px 10px;
  33. color: #000;
  34. font-variant: small-caps;
  35. font-style: bold;
  36. text-align: center;
  37. line-height: 33px;
  38. }
  39.  
  40. #menu a{
  41. color: #000;
  42. text-decoration: none;
  43. padding: 7px 10px 10px 10px;
  44. line-height: 33px;
  45. }
  46.  
  47. #menu a:hover{
  48. color: #87b16d;
  49. background: #131313 url('images/menubkg.jpg') no-repeat top left;
  50. line-height: 33px;
  51. padding: 7px 10px 10px 10px;
  52. }
  53.  
  54. #content {
  55. width: 723px;
  56. min-height: inherit;
  57. margin: 1px;
  58. border-left: solid 1px #87b16d;
  59. border-right: solid 1px #87b16d;
  60. font-family: Verdana, Arial, Helvetica, sans-serif;
  61. font-size: 11px;
  62. color: #87b16d;
  63. overflow: hidden;
  64. }
  65.  
  66. #footer {
  67. background: #131313 url('images/footer.jpg') no-repeat top left;
  68. height: 33px;
  69. width: 725px;
  70. font-size: 9px;
  71. text-align: center;
  72. margin: 0px 0px 0px 0px;
  73. padding: 9px 0px 0px 0px;
  74. color: #09002f;
  75. }
  76.  
  77. #footer a {
  78. color: #09002f;
  79. text-decoration: underline;
  80. }
  81.  
  82. #footer a:hover {
  83. text-decoration: none;
  84. }
  85.  
  86. #maincontentbox {
  87. float: left;
  88. width: 400px;
  89. padding: 10px 10px 10px 10px;
  90. }
  91.  
  92. .quotes {
  93. border-left: 2px #87b16d solid;
  94. margin-left: 15px;
  95. padding-left: 5px;
  96. line-style: justified;
  97. }
  98.  
  99. .img {
  100. padding: 5px 5px 5px 5px;
  101. }
  102.  
  103. #smallcontentbox {
  104. float: left;
  105. width: 200px;
  106. margin-left: 20px;
  107. padding: 10px 10px 10px 10px;
  108. }
  109.  
  110. h1 {    /*none*/
  111. font-size: 11px;
  112. background: url('images/headers.jpg') #131313 no-repeat top left;
  113. padding: 0 35px;
  114. font-variant: small-caps;
  115. }
  116.  
  117. h2 {    /*news*/
  118. font-size: 11px;
  119. background: url('images/newshdr.jpg') #131313 no-repeat top left;
  120. padding: 0 35px;
  121. font-variant: small-caps;
  122. line-height: 30px;
  123. }
  124.  
  125. h3 {    /*dance*/
  126. font-size: 11px;
  127. background: url('images/dancehdr.jpg') #131313 no-repeat top left;
  128. padding: 0 35px;
  129. font-variant: small-caps;
  130. line-height: 30px;
  131. }
  132.  
  133. h4 { /*music*/
  134. font-size: 11px;
  135. background: url('images/livemusichdr.jpg') #131313 no-repeat top left;
  136. padding: 0 35px;
  137. font-variant: small-caps;
  138. line-height: 30px;
  139. }
  140.  
  141. h5 {    /*party*/
  142. font-size: 11px;
  143. background: url('images/partyhdr.jpg') #131313 no-repeat top left;
  144. padding: 0 35px;
  145. font-variant: small-caps;
  146. line-height: 30px;
  147. }
  148.  
  149. a , a:visited {
  150. color: #87b16d;
  151. text-decoration: underline;
  152. }
  153.  
  154. a:hover {
  155. color: #87b16d;
  156. text-decoration: none;
  157. }
  158.  
  159. .bold {
  160. font-weight: bold;
  161. }
  162.  
  163. li, ul {
  164. list-style: none;
  165. text-align: left;
  166. margin: 0px 0px 0px 0px;
  167. padding: 0px 0px 5px 0px;
  168. }