Last modified: 2012-09-27 01:14:33 UTC
Please add the following from monobook/main.css to modern's main.css too (toccolours adapted slightly): /* emulate center */ .center { width:100%; text-align:center; } *.center * { margin-left:auto; margin-right:auto; } /* table standards */ .toccolours { border:1px solid #bbbbbb; background-color:#f0f0f0; border-spacing:0pt; margin:0pt; padding:0pt; } .usermessage is still suboptimal: a) If viewed on special pages or on redirects, there are some overlap effects. I didn't find the reason yet. b) Even if it's not as obtrusive as Monobook's orange bar, it could be a wee bit more eye-catching (some light-blue background perhaps).
i have changed the background colour of the new messages bar to #dadaff. this is a purplish blue which stands out from the other skin elements without being garish. the overlap problem on special pages has been fixed (i haven't tested with sitenotice or other decorations at the top of the page) i added the missing css classes from monobook (all these changes are in r30490, which i will put live shortly)