MediaWiki:Common.css
MediaWiki interface page
More actions
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.
/* CSS placed here will be applied to all skins */
/* Dark Mode */
.client-dark-mode body {
background-color: #121212;
color: #e0e0e0;
}
.client-dark-mode #content,
.client-dark-mode .mw-body {
background-color: #1e1e1e;
}
.client-dark-mode a {
color: #8ab4f8;
}
.client-dark-mode .wikitable {
background-color: #1e1e1e;
color: #e0e0e0;
}
.client-dark-mode img {
filter: brightness(0.9);
}
/* Language switcher */
.lang-switcher .external {
background-image: none !important;
padding-right: 0 !important;
}
.lang-switcher a .lang-create {
color: #ba0000 !important;
font-weight: 500;
}
.lang-switcher .mw-file-element {
margin-bottom: 2px;