Re: menu font resize
Parish <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.prefs |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
On 31/01/2003 18:33 Parish stood on a soap-box and preached to the
unwashed masses:
> On 31/01/2003 18:19 Laurent Julliard stood on a soap-box and preached to
> the unwashed masses:
>
>> Does anybody knows how to redefine the size of the font in the Mozilla
>> menu bar (File, Edit, View...) and also in the left hand side pane
>> (folder view) and top pane (message list view).
>>
>> None of these are impacted by the change in the Preferences ->
>> Appearance -> Font.
>>
>> Any idea anyone?
>>
>
> http://www.mozilla.org/unix/customizing.html#usercss
>
> The first section,
> User CSS (changing fonts, colors and other style)
>
A bit too trigger-happy on the Send button there :-)
The bit you need is quite a way down:
/* Make menus big, pretty and readable (like the old SGI look):
* menubar isn't used after 12/19 builds, but is needed for NS6;
* the rest are for post-12/19
*/
menubar, menubutton, menulist, menu, menuitem {
font-family: helvetica !important;
font-style: italic !important;
font-weight: bold !important;
font-size: 4mm !important;
}
>> Thanks a lot.
>>
>> Laurent
>>
>