MediaWiki:Common.css: Difference between revisions
From StrawberryMC
Added some css (will add more later) |
No edit summary |
||
| Line 1: | Line 1: | ||
.item-rarity-common { color: # | .item-rarity-common { color: #A9A9A9; font-weight: bold; } | ||
.item-rarity-uncommon { color: # | .item-rarity-uncommon { color: #3DA93D; font-weight: bold; } | ||
.item-rarity-rare { color: # | .item-rarity-rare { color: #3D3DD9; font-weight: bold; } | ||
.item-rarity-epic { color: # | .item-rarity-epic { color: #C33DC3; font-weight: bold; } | ||
.item-rarity-legendary { color: # | .item-rarity-legendary { color: #D1C63D; font-weight: bold; } | ||
.item-rarity-exotic { color: # | .item-rarity-exotic { color: #007A7A; font-weight: bold; } | ||
.item-rarity-admin { color: # | .item-rarity-admin { color: #D73737; font-weight: bold; } | ||
} | |||
Revision as of 06:37, 12 October 2025
.item-rarity-common { color: #A9A9A9; font-weight: bold; }
.item-rarity-uncommon { color: #3DA93D; font-weight: bold; }
.item-rarity-rare { color: #3D3DD9; font-weight: bold; }
.item-rarity-epic { color: #C33DC3; font-weight: bold; }
.item-rarity-legendary { color: #D1C63D; font-weight: bold; }
.item-rarity-exotic { color: #007A7A; font-weight: bold; }
.item-rarity-admin { color: #D73737; font-weight: bold; }