MediaWiki:Common.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* ─── Flat Black Colour Override (no layout shifts) ─── */
/* 1) Page & containers */
html, body,
.mw-body, .mw-page-container,
#content, #bodyContent {
background-color: #000000 !important;
color: #FFFFFF !important;
}
/* 2) Sidebar & portlets */
#mw-panel, #p-navigation, #p-tb, .portal {
background-color: #000000 !important;
}
/* 3) Top action tabs (Read/Edit/etc.) */
.vector-menu-tabs,
#p-views {
background-color: #000000 !important;
border-color: #000000 !important;
}
/* 4) Search form */
#searchInput, #searchButton {
background-color: #000000 !important;
color: #FFFFFF !important;
border-color: #000000 !important;
}
/* 5) Tables, boxes, galleries, TOC */
.gallerybox, .thumb, .thumbinner, .infobox, .toc,
table.wikitable, /* if you use wikitables */
table, th, td {
background-color: transparent !important;
border-color: transparent !important;
color: #FFFFFF !important;
}
/* 6) Links in blue */
a, a:link, a:visited {
color: #3399FF !important;
}
a:hover {
color: #66CCFF !important;
text-decoration: underline !important;
}
/* 7) Footer */
#footer, #footer-info, #footer-icons {
background-color: #000000 !important;
border-color: #000000 !important;
color: #888888 !important;
}
#footer a {
color: #3399FF !important;
}
#footer a:hover {
color: #66CCFF !important;
}
/* 8) Hide logos & powered-by */
#p-logo, .mw-wiki-logo,
.mw-footer-logo, .printfooter,
.ccicons, .license,
#footer-icons, .noprint {
display: none !important;
}