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.
/* === BASE: Full dark mode, flat, Arial === */
body, .mw-body, .mw-page-container, #content, #mw-content-text, div, p, li, td, th {
background-color: #121212 !important;
color: #ffffff !important;
font-family: Arial, sans-serif !important;
font-size: 15px;
box-shadow: none !important;
border: none !important;
}
/* === LINKS: Flat RGB Blue === */
a, a:link, a:visited {
color: rgb(0, 122, 255) !important;
text-decoration: none !important;
}
a:hover {
color: #66bfff !important;
text-decoration: underline !important;
}
/* === HEADINGS === */
h1, h2, h3, h4, h5, h6 {
color: #ffffff !important;
font-family: Arial, sans-serif !important;
font-weight: 600 !important;
border-bottom: 1px solid #2c2c2c !important;
padding-bottom: 4px;
}
/* === SIDEBAR & MENUS === */
#mw-panel, #p-navigation, #p-tb, .vector-menu-content,
.vector-menu, .vector-menu h3, .vector-menu-portal, .vector-menu-tabs,
.vector-menu-tabs ul, .vector-menu-tabs li {
background-color: #1e1e1e !important;
color: #cccccc !important;
border: none !important;
box-shadow: none !important;
}
/* === TABS (Read, Edit, View History etc.) === */
.vector-menu-tabs li a {
background-color: #1e1e1e !important;
color: rgb(0, 122, 255) !important;
border: 1px solid #2a2a2a !important;
border-bottom: none !important;
padding: 6px 10px !important;
}
.vector-menu-tabs li a:hover {
background-color: #2a2a2a !important;
}
/* === INPUTS & FORMS === */
input, textarea, select, button {
background-color: #1e1e1e !important;
color: #ffffff !important;
border: 1px solid #444 !important;
border-radius: 0 !important;
box-shadow: none !important;
font-family: Arial, sans-serif !important;
padding: 6px 8px !important;
}
input:focus, textarea:focus, select:focus {
border-color: rgb(0, 122, 255) !important;
outline: none !important;
}
/* === MESSAGES === */
.mw-message-box, .mw-warning, .successbox {
background-color: #2a2a2a !important;
border: 1px solid #444 !important;
color: #dddddd !important;
border-radius: 0 !important;
padding: 8px 12px !important;
box-shadow: none !important;
}
/* === SIDEBAR SECTION HEADINGS === */
.portal h3 {
color: #bbbbbb !important;
font-family: Arial, sans-serif !important;
border-bottom: 1px solid #333 !important;
margin-bottom: 6px;
font-weight: 500 !important;
}
/* === LOGOS & FOOTER ICONS – REMOVE ALL === */
#p-logo, .mw-wiki-logo, /* Top left logo */
#footer-icons, .flickrBadge, .mw-footer-logo, .printfooter, /* Footer logos */
#footer-info, .license, .footer-icons, .noprint, .ccicons, .noprint {
display: none !important;
}
/* === CLEAN FOOTER AREA === */
#footer {
background-color: #121212 !important;
color: #666 !important;
border: none !important;
box-shadow: none !important;
padding: 10px 0 !important;
}