NewHumanTesting
Attachment 'userChrome.css'
Download 1 /*
2 * Edit this file and copy it as userChrome.css into your
3 * profile-directory/chrome/
4 */
5
6 /*
7 * This file can be used to customize the look of Mozilla's user interface
8 * You should consider using !important on rules which you want to
9 * override default settings.
10 */
11
12 /*
13 * Do not remove the @namespace line -- it's required for correct functioning
14 */
15 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
16
17
18 /*
19 * Some possible accessibility enhancements:
20 */
21 /*
22 * Make all the default font sizes 20 pt:
23 *
24 * * {
25 * font-size: 20pt !important
26 * }
27 */
28 /*
29 * Make menu items in particular 15 pt instead of the default size:
30 *
31 * menupopup > * {
32 * font-size: 15pt !important
33 * }
34 */
35 /*
36 * Give the Location (URL) Bar a fixed-width font
37 *
38 * #urlbar {
39 * font-family: monospace !important;
40 * }
41 */
42
43 /*
44 * Eliminate the throbber and its annoying movement:
45 *
46 * #throbber-box {
47 * display: none !important;
48 * }
49 */
50
51 /*
52 * For more examples see http://www.mozilla.org/unix/customizing.html
53 */
54
55 /* With dark themes the notification message is not readable many time
56 * these codes are to fix that.
57 */
58 #newMailAlertNotification {
59 color: black !important;
60 }
61 #alertContainer
62 {
63 color: black !important;
64 }
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.