wok-current annotate seamonkey/stuff/userChrome.css @ rev 5315
Up: emacs-pkg-lua-mode (2010-04-04)
| author | Dominique Corbex <domcox@slitaz.org> |
|---|---|
| date | Wed Apr 21 18:25:39 2010 +0200 (2010-04-21) |
| parents | |
| children |
| rev | line source |
|---|---|
| pankso@2747 | 1 /* |
| pankso@2747 | 2 * Default userChrome.css for Seamonkey on SliTaz GNU/Linux. |
| pankso@2747 | 3 * |
| pankso@2747 | 4 * This file can be used to customize the look of Mozilla's user interface |
| pankso@2747 | 5 * You should consider using !important on rules which you want to |
| pankso@2747 | 6 * override default settings. |
| pankso@2747 | 7 * |
| pankso@2747 | 8 * For more examples see http://www.mozilla.org/unix/customizing.html |
| pankso@2747 | 9 * |
| pankso@2747 | 10 */ |
| pankso@2747 | 11 |
| pankso@2747 | 12 /* |
| pankso@2747 | 13 * Do not remove the @namespace line -- it's required for correct functioning |
| pankso@2747 | 14 */ |
| pankso@2747 | 15 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */ |
| pankso@2747 | 16 |
| pankso@2747 | 17 |
| pankso@2747 | 18 /* |
| pankso@2747 | 19 * Make all the default font sizes 9 pt to other GTK+ applications : |
| pankso@2747 | 20 * |
| pankso@2747 | 21 */ |
| pankso@2747 | 22 |
| pankso@2747 | 23 * { |
| pankso@2747 | 24 font-size: 9pt !important |
| pankso@2747 | 25 } |