MediaWiki:Common.css: Difference between revisions

m
an attempt to keep the navbox colors more in line with current wiki colors...
mNo edit summary
m (an attempt to keep the navbox colors more in line with current wiki colors...)
Line 327: Line 327:
     line-height: 1.5em;
     line-height: 1.5em;
     text-align: right;
     text-align: right;
     background: #ddddff;      /* Background color */
     background: #B1EDFF;      /* Background color */
     font-weight: bold;
     font-weight: bold;
     white-space: nowrap;
     white-space: nowrap;
Line 344: Line 344:
.navbox,
.navbox,
.navbox-subgroup {
.navbox-subgroup {
     background: #fdfdfd;      /* Background color */
     background: #D9F6FE;      /* Background color */
}
}
.navbox-list {
.navbox-list {
     line-height: 1.8em;
     line-height: 1.8em;
     border-color: #fdfdfd;    /* Must match background color */
     border-color: #D9F6FE;    /* Must match background color */
}
}
.navbox-list a.external {
.navbox-list a.external {
Line 355: Line 355:
.navbox th,
.navbox th,
.navbox-title {
.navbox-title {
     background: #ccccff;      /* Level 1 color */
     background: #7FDBF7;      /* Level 1 color */
}
}
.navbox-abovebelow,
.navbox-abovebelow,
th.navbox-group,
th.navbox-group,
.navbox-subgroup .navbox-title {
.navbox-subgroup .navbox-title {
     background: #ddddff;      /* Level 2 color */
     background: #B1EDFF;      /* Level 2 color */
}
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
.navbox-subgroup .navbox-abovebelow {
     background: #e6e6ff;      /* Level 3 color */
     background: #C3F0FD;      /* Level 3 color */
}
}
.navbox-even {
.navbox-even {
67,566

edits