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.
/* CSS placed here will be applied to all skins */ .infobox { float: right; clear: right; margin: 0 0 1em 1em; } .stub-box { display: flex; align-items: center; background-color: #3a2b28; border-left: 4px solid #a1724e; color: #fff; padding: 10px; margin: 1em 0; border-radius: 5px; font-size: 0.95em; } .stub-image { display: inline-block; margin-right: 10px; } .stub-image img { display: inline-block !important; vertical-align: middle; } .stub-text { line-height: 1.4em; } .stub-word { color: #d39d7c; }