Author: conrad.irwin
Description:
There is invalid CSS in the Monobook main.css file,
The online validation service gives the following for CSS 3:
1454 div.multipageimagenavbox
Property -moz-border-radius doesn't exist : 6px
Validating against CSS 2.1, gives:
1122 * > html #bodyContent, * > html #bodyContent pre
Property overflow-x doesn't exist in CSS level 2.1 but exists in [css3] : auto
1446 div#searchTargetHide
Value Error : background Too many values or values are not recognized : gainsboro
1454 div.multipageimagenavbox
Property -moz-border-radius doesn't exist : 6px
I'm not too aggrieved that MediaWiki is trying to push browsers towards the CSS 3 standard (though it's a bit ambitious and causes Opera to moan), but I am very disappointed that it is including proprietary browser extensions in a site-wide file.
Things to fix:
Remove -moz-border-radius
Replace Gainsboro with #DCDCDC
(Possibly remove Overflow-x: rule, I don't know anything about it)
Version: unspecified
Severity: trivial