some of these are really gross.
* tiny headers. with the amount of junk above the page header, it's even harder for the casual reader to *find the article title*. This must be made bigger UNTIL we redesign the skin (any news on this? I've more or less given up due to a) lack of interest and b) the threat of a vote. should I do more work on this?) * links: everyone here seems to hate underlined links. Fair enough. But it would be nice to add an underline on the hover pseudoclass.
I'll make these changes unless people object.
Another thing I would like to change is this:
Our code currently puts
<body bgcolor='#FFFFFF'>
for system pages. It would be more elegant (and more compliant) to do this:
<body class="meta"> or <body class="encyclopedia">
and then put two rules in the stylesheet. This would also allow skins to make other changes to distinguish between article & meta -- someone suggested italic headers for meta a long time ago. I can *probably* work out how to do this in PHP. But if someone is available to help me with this, please let me know!