Hello!

  On 11/24/2010 06:48 PM, *Margo Guda* wrote, and I quote (in part):

> two. I'd like to be able to selectively turn font color (only) off and 
> on, preferably with the click of a button or check box. Can anyone point 
> me in the right direction for Seamonkey 2.0?

  Install the extension "Stylish" and here create a new css...


  You can switch it manualy, from Stylish menu

-----(Cut)-----
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document
url-prefix(http),
url-prefix(https)
{
* {color: black !important;}
* {background: white !important;}
}
-----(Cut)-----


  ...or you can set up automatic color changes for frequently visited
pages (here, just for example: lupa.cz, root.cz)...

-----(Cut)-----
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document
domain(lupa.cz),
domain(root.cz)
{
* {color: black !important;}
* {background: white !important;}
}
-----(Cut)-----

-- 
    Petr Voralek        (JabberID: [email protected])

{
 Exercise daily.  Eat wisely.  Die anyway.
}

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to