MediaWiki:Common.css
Appearance
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.
/* Hide Semantic MediaWiki purge button */
.smw-purge {
display: none !important;
}
/* Hide SMW entity examiner / vertical bar loader (the ||| icon) */
.smw-indicator-vertical-bar-loader,
.smw-entity-examiner {
display: none !important;
}
/* Hide Vector 2022 page tools dropdown */
#vector-page-tools-dropdown {
display: none !important;
}
/* Site notice banner — make links visible on dark background */
#siteNotice a {
color: #90CAF9;
text-decoration: underline;
}
#siteNotice a:hover {
color: #BBDEFB;
}