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 */ .note { position: relative; padding: 0.75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: 0.25rem; } .note-info { color: #0c5460; background-color: #d1ecf1; border-color: #bee5eb; /* other styles remain the same */ } .note-reminder { color: #155724; background-color: #d4edda; border-color: #c3e6cb; } .note-warn { color: #856404; background-color: #fff3cd; border-color: #ffeeba; /* other styles remain the same */ } .note-error { color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; }