/[config]/userChrome.css

Contents of /userChrome.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 57 - (show annotations) (download) (as text)
Sun Jun 13 18:13:04 2010 PDT (2 months, 3 weeks ago) by hulet
File MIME type: text/css
File size: 2099 byte(s)
add windows paths
1 /*
2
3 $Revision$
4 $Date$
5 $Author$
6
7 lives at:
8 ~/.mozilla/firefox/xxxxxxxx.default/chrome/userChrome.css
9 ~/Library/Application\ Support/Firefox/Profiles/xxxxxxxx.default/chrome/userChrome.css
10 C:\Documents and Settings\xxxxx\Application Data\Mozilla\Firefox\Profiles\xxxxxxxx.default\chrome\userChrome.css
11
12 */
13
14 /*
15 * Edit this file and copy it as userChrome.css into your
16 * profile-directory/chrome/
17 */
18
19 /*
20 * This file can be used to customize the look of Mozilla's user interface
21 * You should consider using !important on rules which you want to
22 * override default settings.
23 */
24
25 /*
26 * Do not remove the @namespace line -- it's required for correct functioning
27 */
28 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
29
30
31 /*
32 * Some possible accessibility enhancements:
33 */
34 /*
35 * Make all the default font sizes 20 pt:
36 *
37 * * {
38 * font-size: 20pt !important
39 * }
40 */
41 /*
42 * Make menu items in particular 15 pt instead of the default size:
43 *
44 * menupopup > * {
45 * font-size: 15pt !important
46 * }
47 */
48 /*
49 * Give the Location (URL) Bar a fixed-width font
50 *
51 * #urlbar {
52 * font-family: monospace !important;
53 * }
54 */
55
56 /*
57 * Eliminate the throbber and its annoying movement:
58 *
59 * #throbber-box {
60 * display: none !important;
61 * }
62 */
63
64 /*
65 * For more examples see http://www.mozilla.org/unix/customizing.html
66 */
67
68
69 /* -------- */
70
71
72 /* Remove the Go and Help menus
73 (These are just examples. Try changing "Go" to "Edit" or "Bookmarks") */
74 menu[label="Go"] {
75 display: none !important;
76 }
77
78
79 /* Remove the close button on the tab bar */
80 .tabs-closebutton-box {
81 display: none !important;
82 }
83
84 /* Remove magnifying glass button from search box */
85 .search-go-button-stack > vbox, .search-go-button
86 {
87 display: none !important
88 }
89
90 /* Remove the new tab button */
91 .tabs-newtab-button { display: none; !important }
92
93 /* Tab bar: hide all tabs drop-down list */
94 .tabbrowser-strip *[class^="tabs-alltabs"] { display: none !important }

Properties

Name Value
svn:keywords Revision Date Author

  ViewVC Help
Powered by ViewVC 1.1.2