home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / groupoffice-com-2.01 / classes / phpmailer / phpdoc / media / banner.css next >
Encoding:
Cascading Style Sheet File  |  2004-03-08  |  425 b   |  33 lines

  1. body 
  2.     background-color: #CCCCFF; 
  3.     margin: 0px; 
  4.     padding: 0px;
  5. }
  6.  
  7. /* Banner (top bar) classes */
  8.  
  9. .banner {  }
  10.  
  11. .banner-menu 
  12.     clear: both;
  13.     padding: .5em;
  14.     border-top: 2px solid #6666AA;    
  15. }
  16.  
  17. .banner-title 
  18.     text-align: right; 
  19.     font-size: 20pt; 
  20.     font-weight: bold; 
  21.     margin: .2em;
  22. }
  23.  
  24. .package-selector 
  25.     background-color: #AAAADD; 
  26.     border: 1px solid black; 
  27.     color: yellow;
  28. }
  29.