MediaWiki:Common.css
From StrawberryMC
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.
.item-rarity-common { color: #FFFFFF; }
.item-rarity-uncommon { color: #55FF55; }
.item-rarity-rare { color: #5555FF; }
.item-rarity-epic { color: #FF55FF; }
.item-rarity-legendary { color: #FFFF55; }
.item-rarity-exotic { color: #55FFFF; }
.item-rarity-admin { color: #FF5555; }
.item-stat-label:hover .tooltip {
visibility: visible;
opacity: 1;
}
.item-stat-label .tooltip {
visibility: hidden;
opacity: 0;
position: absolute;
background: #333;
color: white;
padding: 2px 6px;
border-radius: 4px;
font-size: 90%;
transition: opacity 0.2s;
z-index: 100;
}