xulrunner/app/profile/chrome/userChrome-example.css

Wed, 31 Dec 2014 07:22:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:22:50 +0100
branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
permissions
-rw-r--r--

Correct previous dual key logic pending first delivery installment.

     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/. */
     5 /*
     6  * Edit this file and copy it as userChrome.css into your
     7  * profile-directory/chrome/
     8  */
    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  */
    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 */
    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  */
    47 /*
    48  * Eliminate the throbber and its annoying movement:
    49  *
    50  * #throbber-box {
    51  *   display: none !important;
    52  * }
    53  */
    55 /*
    56  * For more examples see http://www.mozilla.org/unix/customizing.html
    57  */

mercurial