michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: /* michael@0: * Edit this file and copy it as userChrome.css into your michael@0: * profile-directory/chrome/ michael@0: */ michael@0: michael@0: /* michael@0: * This file can be used to customize the look of Mozilla's user interface michael@0: * You should consider using !important on rules which you want to michael@0: * override default settings. michael@0: */ michael@0: michael@0: /* michael@0: * Do not remove the @namespace line -- it's required for correct functioning michael@0: */ michael@0: @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */ michael@0: michael@0: michael@0: /* michael@0: * Some possible accessibility enhancements: michael@0: */ michael@0: /* michael@0: * Make all the default font sizes 20 pt: michael@0: * michael@0: * * { michael@0: * font-size: 20pt !important michael@0: * } michael@0: */ michael@0: /* michael@0: * Make menu items in particular 15 pt instead of the default size: michael@0: * michael@0: * menupopup > * { michael@0: * font-size: 15pt !important michael@0: * } michael@0: */ michael@0: /* michael@0: * Give the Location (URL) Bar a fixed-width font michael@0: * michael@0: * #urlbar { michael@0: * font-family: monospace !important; michael@0: * } michael@0: */ michael@0: michael@0: /* michael@0: * Eliminate the throbber and its annoying movement: michael@0: * michael@0: * #throbber-box { michael@0: * display: none !important; michael@0: * } michael@0: */ michael@0: michael@0: /* michael@0: * For more examples see http://www.mozilla.org/unix/customizing.html michael@0: */ michael@0: