home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip_2003-11_cd1.bin / chplus / chlapark / splash.css < prev    next >
Cascading Style Sheet File  |  2003-09-29  |  423b  |  47 lines

  1. body {
  2.     background-color: #00371C;
  3. }
  4. body, a {
  5.     color: #fff;
  6. }
  7.  
  8. h1, #menu, #sponsors, #bg {
  9.     position: absolute;
  10.     left: 0;
  11.     width: 100%;
  12.     text-align: center;
  13. }
  14.  
  15. #bg {
  16.     top: 0;
  17.     background-color: #E51F1F;
  18.     height: 398px;
  19. }
  20.  
  21. h1 {
  22.     margin: 0;
  23.     top: 70px;
  24. }
  25.  
  26. #menu {
  27.     top: 30px;
  28.     text-transform: uppercase;
  29. }
  30.  
  31. /*/*/
  32. #menu a {
  33.     padding: 0 5px;
  34.     white-space: nowrap;
  35. }
  36. /* */
  37.  
  38. #sponsors {
  39.     top: 520px;
  40. }
  41.  
  42.  
  43. hr {
  44.     display: none;
  45. }
  46.  
  47.