Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 68: | Line 68: | ||
background-color: #2f4f4f; | background-color: #2f4f4f; | ||
} | } | ||
| − | + | menu view-border-box { | |
| + | background-color: red; | ||
| + | color: yellow; | ||
| + | } | ||
navigation-drawer view-border-box { | navigation-drawer view-border-box { | ||
background-color: #333333; | background-color: #333333; | ||
} | } | ||
Revision as of 03:22, 13 November 2020
/* CSS placed here will be applied to all skins */
#siteNotice,
footer .footer-content {
background-color: #556b2f;
}
body {
color: #555555;
}
a {
color: #800000;
}
.header-container.header-chrome {
color: #8fbc8f;
background-color: #556b2f;
}
.mw-highlight {
background-color: #828282;
}
body,
#content,
footer,
.content table.infobox,
.navbox,
.navbox-subgroup {
background-color: #a5b567;
}
#mw-script-doc {
background-color: #828282 !important;
}
.header-container.header-chrome {
color: #8fbc8f;
}
parser-output {
background-color: #828282;
}
content,
mw-content-ltr {
color; #6a6a6a;
}
.hatnote,
.dablink,
.rellink,
.content table.infobox,
.client-js .toc-mobile,
#toc,
.search-box .search,
.content kbd,
.content samp,
.content code,
.content pre,
footer .last-modified-bar,
.navbox th, .navbox-title,
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title,
.navbox-even,
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
color: #800000;
background-color: #bdb76b;
border-color: #bfbfbf;
}
#toc {
border: 0;
}
table.fmbox-warning {
background-color: #2f4f4f;
}
menu view-border-box {
background-color: red;
color: yellow;
}
navigation-drawer view-border-box {
background-color: #333333;
}