home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / nightclub2 / style.css < prev   
Cascading Style Sheet File  |  2007-03-22  |  2KB  |  131 lines

  1. * {
  2.     margin: 0px;
  3.     padding: 0px;
  4. }
  5. body {
  6.     padding-top: 0px;
  7.     background-color: #01111d;
  8.     color: #FFF;
  9.     font-family: verdana, arial, sans-serif;
  10.     
  11.     text-align: left;
  12.     letter-spacing: 1px;
  13. }
  14. a {color: #FFF;font-size: 14px;}
  15. a:hover {color: #01a9c0;}
  16. .more{float: left;}
  17. .clear{clear:both;}
  18. p{    margin: 20px 0px 20px 0px;line-height: 16px;font-size: 14px;}
  19. #container {
  20.     margin: 0px auto;
  21.     width:873px;
  22. }
  23. #menu {
  24.     background-image:url(images/menu.gif);
  25.     width:862px;
  26.     height:90px;
  27.     position:relative;
  28. }
  29. #menu li{
  30.     position:absolute;
  31.     top:50px;
  32.     
  33.     list-style-type: none;
  34. }
  35. #m01 {left:160px;}
  36. #m02 {left:305px;}
  37. #m03 {left:450px;}
  38. #m04 {left:590px;}
  39. #m05 {left:730px;}
  40. #menu a{
  41.     font-family: verdana, arial, sans-serif;
  42.     font-size: 12px;
  43.     font-weight:bolder;
  44.     color:#FFFFFF;
  45.     text-decoration:none;
  46.     text-transform: uppercase;
  47. }
  48. #menu a:hover {color: #01a9c0;}
  49. #header {
  50.     background-image:url(images/header.gif);
  51.     background-repeat:repeat-y;
  52.     width:873px;
  53. }
  54. #logo {
  55.     width:240px;
  56.     height:46px;
  57.     margin: 0px 0px 0px 80px;
  58.     float:left;
  59.     display:inline;
  60. }
  61. #dj {
  62.     background-image:url(images/dj.jpg);
  63.     width:498px;
  64.     height:405px;
  65.     float:right;
  66.     margin-right:40px;
  67.     display:inline;
  68. }
  69. #welcome {
  70.     width:210px;
  71.     margin: 50px 0px 0px 100px;
  72.     float:left;
  73.     display:inline;
  74. }
  75. #welcome h2{
  76.     margin: 0px 0px 20px 0px;
  77. }
  78. #welcome p{
  79.     width:200px;
  80. }
  81. #welcome img{
  82.     border: solid 3px #FFFFFF;
  83. }
  84. #middle {
  85.     background-image:url(images/middle.gif);
  86.     width:873px;
  87.     height:21px;
  88. }
  89. #middle2 {
  90.     background-image:url(images/middle2.gif);
  91.     width:873px;
  92.     height:22px;
  93. }
  94. #content {
  95.     background-image:url(images/content.gif);
  96.     width:873px;
  97. }
  98. #left {
  99.     float:left;
  100.     width:435px;
  101.     margin: 0px 0px 0px 85px;
  102.     display:inline;
  103. }
  104. #right {
  105.     float:right;
  106.     width:258px;
  107.     height:auto;
  108.     margin: 0px 62px 20px 0px;
  109.     display:inline;
  110. }
  111. #right a img{
  112.     margin: 8px 8px 8px 0px;
  113.     border: none 0px #FFFFFF;
  114. }
  115. #footer {
  116.     background-image:url(images/footer.gif);
  117.     background-repeat:no-repeat;
  118.     width:873px;
  119. }
  120. #footer p{
  121.     height:58px;
  122.     width:873px;
  123.     text-align:center;
  124.     margin: 0px 0px 0px 0px;
  125.     padding: 30px 0px 0px 0px;
  126.     font-size:11px;
  127. }
  128. #footer a{
  129.     font-size:11px;
  130. }
  131.