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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */ a { color: #3366CC } /** Main Page */ body.page-Main_Page h1.firstHeading { display: none; } .hhw-mp-icons { padding: 1rem; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; } .hhw-mp-icon { display: flex; flex-direction: column; text-align: center; } .hhw-mp-icon-img { width: 64px; } /** Notice Boxes */ .hhw-noticebox { display: flex; padding: 1rem; margin: 0.5rem auto 0.5rem; border-radius: 0.5rem; border: solid 2px var(--color-progressive); border-left: solid 8px var(--color-progressive); } .hhw-noticebox-error { border: solid 2px var(--color-error); border-left: solid 8px var(--color-error); } .hhw-noticebox-warning { border: solid 2px var(--color-warning); border-left: solid 8px var(--color-warning); }