麻煩您了......先謝啦 * This file can be used to customize the look of Mozilla's user interface * You should consider using !important on rules which you want to * override default settings. */
/* * Do not remove the @namespace line -- it's required for correct functioning */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
/* * Make all the default font sizes 20 pt: * * * { * font-size: 20pt !important * } * * Make menu items in particular 15 pt instead of the default size: * * menupopup > * { * font-size: 15pt !important * } * * Give the Location (URL) Bar a fixed-width font * * #urlbar { * font-family: monospace !important; * } * * Eliminate the throbber and its annoying movement: * * #throbber-box { * display: none !important; * } * * example: make the UI look a little more like Irix (nice readable * slanted-helvetical menus, funny pink color on text fields) * * input { * color: black !important; * background-color: rgb(255, 225, 175) !important; * } * menubar { * font-family: helvetica !important; * font-style: italic !important; * font-weight: bold !important; * font-size: 4mm !important; * } */
/* * For more examples see http://www.mozilla.org/unix/customizing.html */
/* List of 'font-size:smaller' in Netscape 6.2 Modern theme */ .button-toolbar-2 { font-size: 100% !important; } .button-toolbar-1 { font-size: 100% !important; } .button-toolbar.tabpanel { font-size: 100% !important; } /* List of 'font-size:smaller' in Mozilla 0.9.5 Modern theme */ /* modern/communicator/button.css */ .toolbarbutton-1 { font-size: 100% !important; } /* List of 'font-size:smaller' common items in both Moz and NS6 */ /* modern/communicator/directory/directory.css */ div.server { font-size: 100% !important; } div.client { font-size: 100% !important; } /* modern/global/global.css */ #status-bar { font-size: 100% !important; } /* modern/global/global.css for Mozilla 1.0.0 RC2+ */ status-bar { font-size: 100% !important; }
/* ----- piaip: Uncomment lines below and change the 14 to some value that fits best on your system. Remember to entirely restart your Mozilla. And you must NOT put any space between 14 and the word 'pt'. [Big5] 如果你的 Mozilla 看起來字太小/大,可把下面的 註解(就是寫「請刪除此行」的那兩行) 拿掉,再把 14 換成 適合你的系統的字型大小。記得要完全重開 Mozilla。 還有注意 14 與 pt 中間不可有空白。 */ /* --- Delete this line if you need [big5] 如要變換字型大小請刪除此行 * { font-size: 14pt !important; } --- Delete this line if you need [big5] 如要變換字型大小請刪除此行 */