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.
/* CSS placed here will be applied to all skins */
/* Hide mobile-only blocks on desktop skins */
.mw-mobile-only {
display: none;
}
/* Allow mobile skin (Minerva) to control visibility itself */
.skin-minerva .mw-mobile-only {
display: block;
}
/* Ensure desktop-only blocks show on desktop and hide on Minerva */
.skin-minerva .nomobile {
display: none;
}
/* Make Main Page flush at top */
.page-Main_Page .mw-body,
.page-Main_Page #content,
.page-Main_Page .mw-body-content {
padding-top: 0 !important;
margin-top: 0 !important;
}
.page-Main_Page .firstHeading {
display: none;
}
#mw-panel a[href*="buymeacoffee.com/Raleighpedia"] {
color: #c0392b; /* muted red */
font-weight: 600;
}