MediaWiki:Common.css

From StrawberryMC
Revision as of 03:42, 12 October 2025 by Ratet (talk | contribs) (Added some css (will add more later))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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;
}