2 * Edit this file and copy it as userChrome.css into your
3 * profile-directory/chrome/
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.
13 * Do not remove the @namespace line -- it's required for correct functioning
15 @namespace url
("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
19 * Some possible accessibility enhancements:
22 * Make all the default font sizes 20 pt:
25 * font-size: 20pt !important
29 * Make menu items in particular 15 pt instead of the default size:
32 * font-size: 15pt !important
36 * Give the Location (URL) Bar a fixed-width font
39 * font-family: monospace !important;
44 * Eliminate the throbber and its annoying movement:
47 * display: none !important;
52 * For more examples see http://www.mozilla.org/unix/customizing.html