On 2/06/2017 11:45 AM, rickman wrote:
EE wrote on 5/27/2017 1:27 PM:
rickman wrote:

<Snip>

When you figure out that one let me know!  I nearly can't read the post
subjects or tell when a group has new posts.  I'm getting serious
eyestrain.

I got the font to be readable in the whole interface by adding code to my
userChrome.css file in the profile in the subdirectory "chrome".  The
first
line in that file has to be the namespace line.

/* 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 */

/* Fonts */
window,page,dialog,menu,wizard,prefwindow,tab,statusbar,toolbar,textbox,button

{
   font-size: 15px !important;
   font-family: Trebuchet MS !important;
}

More info about userChrome.css here:
http://kb.mozillazine.org/UserChrome.css

I looked for this file and can't even find the chrome directory.  It is
not under the Mozilla folder.  I found userChrome.css under a
Thunderbird directory, but they say not to use that one.

Rickman, userChrome.css if a text file that tells SeaMonkey specific stuff that you want to do. Natively, SM does not have a userChrome.css file, but you should find a userChrome-example.css file. Just rename it to userChrome.css, add the css that you want a start SM, and you should be on your way!

Hope this helps.

--
Daniel

User agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0) Gecko/20100101 SeaMonkey/2.46 Build identifier: 20161213183751
_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to