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 */ /* article message box, used by templates like Stub */ div.ambox { border: 1px solid orange; border-left: 5px solid orange; width: 70%; margin-left: auto; margin-right: auto; background: #fbfbfb; padding: 5px; margin-bottom: 5px; } div.ambox + div.ambox { /* make two notices next to each other overlap a bit */ margin-bottom: -1px; } /* infobox styling */ div.infobox { float: right; clear: right; width: 250px; border: 3px solid black; border-radius: 5px; background-color: #dfdfdf; padding-top: 5px; } div.infobox div { text-align: center; margin-bottom: 8px; font-size:26px; } div.infobox hr { color: black; background-color: black; height: 2px; margin-bottom: 3px; }