home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 May / PCWorld_2003-05_cd.bin / Komunik / phoenix / defaults / profile / US / chrome / userChrome-example.css next >
Cascading Style Sheet File  |  2002-09-29  |  1KB  |  55 lines

  1. /*
  2.  * Edit this file and copy it as userChrome.css into your
  3.  * profile-directory/chrome/
  4.  */
  5.  
  6. /*
  7.  * This file can be used to customize the look of Mozilla's user interface
  8.  * You should consider using !important on rules which you want to
  9.  * override default settings.
  10.  */
  11.  
  12. /*
  13.  * Do not remove the @namespace line -- it's required for correct functioning
  14.  */
  15. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
  16.  
  17.  
  18. /*
  19.  * Some possible accessibility enhancements:
  20.  */
  21. /*
  22.  * Make all the default font sizes 20 pt:
  23.  *
  24.  * * {
  25.  *   font-size: 20pt !important
  26.  * }
  27.  */
  28. /*
  29.  * Make menu items in particular 15 pt instead of the default size:
  30.  *
  31.  * menupopup > * {
  32.  *   font-size: 15pt !important
  33.  * }
  34.  */
  35. /*
  36.  * Give the Location (URL) Bar a fixed-width font
  37.  *
  38.  * #urlbar {
  39.  *    font-family: monospace !important;
  40.  * }
  41.  */
  42.  
  43. /*
  44.  * Eliminate the throbber and its annoying movement:
  45.  *
  46.  * #throbber-box {
  47.  *   display: none !important;
  48.  * }
  49.  */
  50.  
  51. /*
  52.  * For more examples see http://www.mozilla.org/unix/customizing.html
  53.  */
  54.  
  55.