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 Dark Theme: Final and Clean ─── */
/* 1. Base Backgrounds and Texts */
html, body,
.mw-body, .mw-page-container,
#content, #bodyContent,
#mw-panel, #p-navigation, #p-tb, .portal,
.vector-menu-tabs, #p-views,
#footer, #footer-info, #footer-icons,
#searchInput, #searchButton,
.thumbinner, .gallerybox, .thumbcaption,
.toc, .infobox, .mw-parser-output .infobox, .metadata {
background-color: #000 !important;
color: #fff !important;
border: none !important;
box-shadow: none !important;
font-family: Arial, sans-serif !important;
}
/* 2. Headings */
h1, h2, h3, h4, h5, h6 {
color: #fff !important;
border: none !important;
background: none !important;
}
/* 3. Links */
a, a:link, a:visited {
color: #3399ff !important;
text-decoration: none !important;
}
a:hover {
color: #66ccff !important;
text-decoration: underline !important;
}
/* 4. Search Bar */
#searchInput,
#searchButton,
#searchform input,
#searchform button {
background-color: #000 !important;
color: #fff !important;
border: 1px solid #000 !important;
}
/* 5. Sidebar */
#mw-panel, .portal, #p-navigation, #p-tb {
background-color: #000 !important;
border: none !important;
}
/* 6. Footer */
#footer, #footer-info, #footer-icons {
background-color: #000 !important;
color: #fff !important;
border: none !important;
}
#footer a {
color: #3399ff !important;
}
#footer a:hover {
color: #66ccff !important;
}
/* 7. Tables and Gallery */
table, th, td, .gallerybox, .thumb, .thumbinner, .navbox {
background: transparent !important;
border: none !important;
box-shadow: none !important;
color: #fff !important;
}
/* 8. Infobox (right box) */
table.infobox, .infobox {
background-color: #000 !important;
border: none !important;
box-shadow: none !important;
color: #fff !important;
}
table.infobox th, table.infobox td {
border: none !important;
}
/* 9. Table of Contents */
#toc, .toc {
background-color: #000 !important;
border: none !important;
box-shadow: none !important;
}
#toc .toctitle, #toc .toctitle a {
color: #fff !important;
}
#toc ul li a {
color: #3399ff !important;
}
#toc ul li a:hover {
color: #66ccff !important;
}
/* 10. Remove Logos and Powered-by */
#p-logo, .mw-wiki-logo,
.mw-footer-logo, .printfooter,
.ccicons, .license, #footer-icons, .noprint {
display: none !important;
}