[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/tftp-tools/install-clients-linux/sources/.mozilla/firefox/default/chrome/ -> userChrome-example.css (source)

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


Generated: Tue Mar 17 22:47:18 2015 Cross-referenced by PHPXref 0.7.1