|
楼主 |
发表于 2003-5-4 13:17:44
|
显示全部楼层
这是我的userChrome.css
/* PERSONAL TOOLBAR */
/* Set font size and family for dialogs
* and other miscellaneous text
*/
window {
font-size: 12pt !important;
font-family: Sans !important;
}
/* BOOKMARKS MENU */
/* Style the now-iconless bookmark menu items (mimicking the PT styles) */
/* bookmark folders */
menu.bookmark-item {
color: green !important;
/* font-weight: 600 !important; */
}
/* TABBROWSER TABS */
/* Make menus pretty and readable */
menubar, menubutton, menulist, menu, menuitem {
font-family: Sans !important;
font-style: regular !important;
font-weight: regular !important;
font-size: 12pt !important;
}
/* INPUT */
input {
/* Set font size and family of text fields */
font-family: Sans !important;
font-size: 12pt !important;
font-weight: 500 !important;
/* Set background color to something a little prettier */
background-color: rgb(200, 255, 220) !important;
} |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|