home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Templates / CSS / nightclub / style.css < prev   
Cascading Style Sheet File  |  2006-11-10  |  2KB  |  104 lines

  1. body {
  2.     color: #97b15e;
  3.     font-family: Arial, Helvetica, sans-serif;
  4.     font-size: 12px;
  5.     margin: 0px;
  6.     padding: 0px;
  7.     background-color:#051c00;
  8. }
  9. .clear{clear:both;}
  10. * {margin: 0px;padding: 0px;}
  11. #container {
  12.     margin: 0 auto;
  13.     text-align: left;
  14.     width: 767px;
  15. }
  16. a{color:#80ba04;}
  17. a:hover{color:#b7fb24;}
  18. /********************** Header ***************************/
  19. #header {
  20.     background-image:url(images/header.jpg);
  21.     width:767px;
  22.     height:404px;
  23.     position:relative;
  24. }
  25. #header ul{
  26.     position:absolute;
  27.     top:367px;
  28.     left:100px;
  29. }
  30. #header li{
  31.     display:block;
  32.     float:left;
  33.     width:97px;
  34. }
  35. #header ul a{
  36.     color:#aefa0d;
  37.     text-decoration:none;
  38.     font-family: Arial, Helvetica, sans-serif;
  39.     font-size: 14px;
  40.     font-weight: 900;
  41.     text-transform: capitalize;
  42. }
  43. #header ul a:hover{color:#97b15e;}
  44.  
  45. /********************** Welcome ***************************/
  46. #welcome {
  47.     background-image:url(images/dj.gif);
  48.     background-repeat: no-repeat;
  49.     background-position: right top;
  50. }
  51. #welcome h3{
  52.     margin: 10px 10px 10px 110px;
  53.     font-family: Arial, Helvetica, sans-serif;
  54.     font-size: 20px;
  55.     font-weight: bolder;
  56.     text-transform: uppercase;
  57.     color: #7eae19;}
  58. #welcome p{
  59. margin: 10px 10px 10px 110px;width:416px;}
  60. #welcome a{}
  61.  
  62. /********************** News ***************************/
  63. #news {
  64.     background-image:url(images/line.jpg);
  65.     background-repeat: no-repeat;
  66.     background-position: left top;
  67.     padding: 10px 10px 10px 110px;
  68. }
  69. #news h3{
  70.     margin: 20px 10px 15px 0px;
  71.     font-family: Arial, Helvetica, sans-serif;
  72.     font-size: 20px;
  73.     font-weight: bolder;
  74.     text-transform: uppercase;
  75.     color: #7eae19;
  76. }
  77. .newsitem{float:left;width:275px;
  78. display:inline;}
  79. .newsitem a{}
  80. .newsitem img{float:left;margin-right:10px;}
  81. .newsitem span{
  82.     color:#97b15e;
  83.     font-size: 9px;
  84.     font-weight: 900;
  85. }
  86. .newsitem p{margin: 10px 10px 15px 10px;}
  87. /********************** Best DJ's ***************************/
  88. #dj {
  89.     background-image:url(images/line.jpg);
  90.     background-repeat: no-repeat;
  91.     background-position: left top;
  92.     padding: 30px 0px 0px 110px;
  93. }
  94. #dj img{border:0px;}
  95. #dj a{border:0px;float:left;}
  96. #dj a:hover{}
  97. /********************** Footer ***************************/
  98. #footer {
  99.     background-image:url(images/line.jpg);
  100.     background-repeat: no-repeat;
  101.     background-position: left top;
  102.     padding: 10px 10px 10px 110px;
  103.     text-align:center;
  104. }