Page MenuHomePhabricator

suggestions for modern skin
Closed, ResolvedPublic

Description

Author: wiki.bugzilla

Description:
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).


Version: 1.12.x
Severity: enhancement
URL: http://en.wikipedia.org/skins-1.5/modern/main.css

Details

Reference
bz12894

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:04 PM
bzimport set Reference to bz12894.

river wrote:

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)