David E. Ross wrote:
On 9/19/2017 6:22 AM, Bill Spikowski wrote:
Lori wrote:
"Control +" increases content in the individual messages box,
but Is there any way to increase the fonts in the message headers inbox list
for a vision impairment?
OR: Is there any way of changing font sizes /separately /in each of the three
message panels without using Magnifier?
Theme Font & Size Changer lets you adjust font sizes; doubt that it would let
you choose different font sizes for each of the message panels...
http://barisderin.com/?p=286
The Theme Font & Size Changer extension contains code that automatically
expires the extension after a month or two. This requires installing
repeated updates of the extension.
I took the extension and modified it as permitted by its GPL license,
eliminating that automatic expiration. You can get my modification --
Theme Font & Size Changer (no expire) 53.0 -- at
<http://www.rossde.com/computer/ThemeFontSizeChangerNoexpire/index.html>.
I changed the font interface everywhere in SeaMonkey by using code added
to userChrome.css (which you have to create yourself and put into a
created subdirectory called chrome in your profile).
/* Do not remove the @namespace line -- it's required for correct
functioning */
@namespace
url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* Fonts */
window,page,dialog,menu,wizard,prefwindow,tab,statusbar,toolbar,textbox,button
{
font-size: 15px !important;
font-family: Trebuchet MS !important;
}
Change the type and size of font to suit.
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey