+ -
当前位置:首页 → 问答吧 → 请问如何修改mozilla菜单字体大小?

请问如何修改mozilla菜单字体大小?

时间:2005-04-15

来源:互联网

字体很小也很难看
不知道应该修改哪个参数?
多谢

作者: Prinstein   发布时间: 2005-04-15

~$ cat .mozilla/firefox/n7gsh0pn.default/chrome/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:*/




/* Make menu items in particular 15 pt instead of the default size:
*/
* {
font-size: 9pt !important
}

/*
* Give the Location (URL) Bar a fixed-width font
*/
#urlbar {
font-size: 9pt !important
font-family: SimSun !important;
}


/*
* Eliminate the throbber and its annoying movement:
*
* #throbber-box {
* display: none !important;
* }
*/

/*
* For more examples see http://www.mozilla.org/unix/customizing.html
*/

作者: potator   发布时间: 2005-04-15

热门下载

更多