What exactly in style.css changes the overall font colour?

Started by Emperium, February 16, 2008, 09:55:16 PM

Previous topic - Next topic

Emperium

I managed to change the colours of links and such but where exactly on the style.css of the theme can I edit the overall font colour (like in posts and such)?


Daniel15

This bit, the color: #000000 line:
/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
color: #000000;
font-size: small;
font-family: verdana, sans-serif;
}


This bit sets it for posts:
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
color: #000000;
background-color: #ECEDF3;
}
.windowbg2
{
color: #000000;
background-color: #F6F6F6;
}
.windowbg3
{
color: #000000;
background-color: #E0E1E8;
}

(these are the alternating background colours... The first post in a topic uses windowbg, second uses windowbg2, third uses windowbg again, etc.)

This bit sets it for quotes:

/* A quote, perhaps from another post. */
.quote
{
color: #000000;
background-color: #D7DAEC;
border: 1px solid #000000;
margin: 1px;
padding: 1px;
font-size: x-small;
line-height: 1.4em;
}
Daniel15, former Customisation team member, resigned due to lack of time. I still love everyone here :D.
Go to smfshop.com for SMFshop support, do NOT email or PM me!

Advertisement: