I have included notes within the 'code' to explain what I've just learned. If I am mistaken somehow, by all means correct me! If this all goes according to plan, we will all get to pitch in to create this theme! How awesome is that??

Feel free to give suggestions and requests! I currently only have one request from Lee for modification of the mail header box within Mail & Newsgroups. The required code for that modification is below.

As stated before, I am developing these snippets through the Stylish extension and the DOM Inspector. I welcome any real-world userChrome.css experiences with the code.


@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


.header-part1 *{
background: black !important;

font-family: "verdana" !important;

/* you can try any font installed on your machine, just make sure to use quotes;
example

font-family: "tiresias"  will use Tiresias as the font
font-family "arial"  will use Arial

As an example of font family, you can also use whatever SeaMonkey has declared as monospace or sans or sans-serif like this:

font-family: monospace
font-family: sans
font-family: sans-serif

See no quotations used? Whatever SeaMonkey is set to use as the monospace font will be used in this instance. */


color: white !important;
font-size:12px !important;
}



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

Reply via email to