News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

splitting post text color from default body text color

Started by Dillio187, January 23, 2007, 11:10:38 AM

Previous topic - Next topic

Dillio187

is there anyway in the style.css or index.template.php file to move the text color that is used in posts/replies in forum topics from that of the default body text color that is defined in style.css?

The snipped of code I"m referring to is:

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


I am using a dark color background and would like to change the page numbering area and other default text to white, while keeping the text used in replies black.  Right now when I change this to white, I can't read replies but the page numbers etc turn white, and vice versa.  Thanks for any ideas.

Croco

in style.php search for this :


.post, .personalmessage
{
width: 100%;
overflow: auto;
line-height: 1.3em;
}


replace it with this :


.post, .personalmessage
{
color : white;
width: 100%;
overflow: auto;
line-height: 1.3em;
}

I am back. I will try to catch up with some stuff soon.
Regards,
Croco

My sites
Andareena.com
Andareen.net(Under Constraction :P)

New plans coming soon


Good links for you to visit:
Docs
Search

Advertisement: