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.
.orb {
padding: 2px 6px;
border-radius: 4px;
color: white;
font-weight: bold;
font-size: 0.95em;
}
.orb-fire {
background-color: #e74c3c;
}
.orb-water {
background-color: #3498db;
}
.orb-wood {
background-color: #27ae60;
}
.orb-light {
background-color: #f1c40f;
color: black;
}
.orb-dark {
background-color: #8e44ad;
}