home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / regus.xpi / bin / defaults / profile / US / chrome / userChrome.css next >
Cascading Style Sheet File  |  2001-04-04  |  698b  |  27 lines

  1. /*
  2.  * This file can be used to customize the look of Mozilla's user interface
  3.  * You should consider using !important on rules which you want to
  4.  * override default settings.
  5.  */
  6.  
  7. /*
  8.  * example: make the UI look a little more like Irix (nice readable
  9.  *          slanted-helvetical menus, funny pink color on text fields)
  10.  *
  11.  * input {
  12.  *   color: black !important;
  13.  *   background-color: rgb(255, 225, 175) !important;
  14.  * }
  15.  *
  16.  * menubar {
  17.  *   font-family: helvetica !important;
  18.  *   font-style: italic !important;
  19.  *   font-weight: bold !important;
  20.  *   font-size: 4mm !important;
  21.  * }
  22.  */
  23. /*
  24.  * For more examples see http://www.mozilla.org/unix/customizing.html
  25.  */
  26.  
  27.