(tarquin tarquin@planetunreal.com):
The css has 3 blocks: body { /* these style rules apply to all articles */ } body.article { /* just sets the white colour for articles */ } body.meta { /* just sets the yellow colour for meta-pages*/ }
This is why it's called *cascading* stylesheets. :-D I think we have a communication problem! You speak PHP, I don't. I speak CSS, and I'm not sure you do.
Yes, I understand CSS just fine, I just hadn't looked specifically at yours yet to see what you were doing. And it /is/ a nuisance that you can't have multiple classes on a single element, even though you can do a lot without them. I never saw a line of PHP before I wrote the wiki code, so if I can learn it well enough to write the whole thing, you should be able to learn enough to make modifications without too much work.