|
|
发表于 2004-10-7 11:09:04
|
显示全部楼层
谢谢楼主及各位大虾!
但我的 vi /.mozilla/firefox/default.bao/userChrome.css并不生效,不知为何
*
* Edit this file and copy it as userChrome.css into your
* profile-directory/chrome/
*/
/*
* 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 */
/*
* Some possible accessibility enhancements:
*/
/*
* Make all the default font sizes 20 pt:
*/
{
font-size: 20pt !important;
font-family:SimSun !important
}
/*
* Make menu items in particular 15 pt instead of the default size:
*
"userChrome.css" [dos] 55L, 1158C 15,15 顶端 |
|