Topic: Error in Default Style Sheets? List Text in Tables not Proper Color...
Hi Folks,
I did search, but if I missed the report/fix on this, then please point me to it (I mean, I can't imagine this has not been identified and fixed before now, it seems so basic, but)...
I noticed that every default "xxxxx_cs.css" stylesheet where a font color is specified, for instance, take the "Radium_cs.css" file for example,
/****************************************************************/
/* 1. BACKGROUND AND TEXT COLOURS */
/****************************************************************/
/* 1.1 Default background colour and text colour */
BODY {BACKGROUND-COLOR: #2A2A2A}
.pun {COLOR: #D4D4D4}
.......it seems there is no 'other' code in these styles to cause the text in the various lists, and many other places, to appear the correct/intended color.
It is the same for every relevant stylesheet.
=============================
What I did to correct this was I changed the code on that color-line to be
.pun TD {COLOR: #D4D4D4}
After trying out differnt things in different places, this seemed to be the best I could come up with without creating a conflict elsewhere.
And it seems to be working fine thusfar, HOWEVER, due to the complexity of the handling of styles in PunBB I do not know if this is the correct or best thing/way to be correcting this? Might I find some other issue on down the line due to some unreckognized charactereistic of running the style?
Let me know.
Cheers,
Love is the Function
No Form is the Tool