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.
- root,
.skin-theme-clientpref-day, .skin-theme-clientpref-night, .skin-theme-clientpref-os {
--appendix-bg: #0f1115; --appendix-surface: #151922; --appendix-surface-2: #1c2230; --appendix-border: #303849; --appendix-text: #e6e8ee; --appendix-muted: #a7afbd; --appendix-link: #8ab4ff; --appendix-link-visited: #c9a7ff; --appendix-accent: #65d6ad;
}
html, body, .mw-page-container, .mw-body, .mw-content-container, .vector-header-container, .vector-sticky-header, .vector-main-menu, .vector-page-toolbar, .vector-dropdown-content, .vector-toc, .mw-footer {
background: var(--appendix-bg) !important; color: var(--appendix-text) !important;
}
.mw-body, .vector-page-toolbar, .vector-toc, .vector-main-menu, .vector-dropdown-content, .cdx-text-input__input, .oo-ui-panelLayout-framed {
border-color: var(--appendix-border) !important;
}
.mw-parser-output, .mw-heading, .firstHeading, .vector-pinnable-header-label, .vector-menu-heading, .vector-menu-content, .vector-toc-text, .vector-page-title-main, .mw-logo-wordmark, .mw-logo-tagline, .mw-footer li, .catlinks, .oo-ui-labelElement-label {
color: var(--appendix-text) !important;
}
a, .mw-parser-output a, .vector-menu-content a, .vector-toc-link {
color: var(--appendix-link) !important;
}
a:visited, .mw-parser-output a:visited {
color: var(--appendix-link-visited) !important;
}
.new, .new:visited {
color: #ff8f8f !important;
}
pre, code, .mw-code, blockquote, table.wikitable, .catlinks, .cdx-text-input__input, .oo-ui-panelLayout-framed {
background: var(--appendix-surface) !important; color: var(--appendix-text) !important;
}
blockquote {
border-color: var(--appendix-accent) !important;
}
.mw-logo-icon {
border-radius: 6px;
}
- footer-places-privacy,
- footer-places-about,
- footer-places-disclaimers,
- footer-icons-poweredby {
display: none;
}