MediaWiki:Common.css: Difference between revisions
Created page with ".item-infobox { width: 250px; float: right; border: 1px solid #aaa; margin: 0 0 1em 1em; } .item-infobox th { background: #ddd; } .rarity-uncommon th:first-child { background: #2d5a2d; color: white; } .rarity-rare th:first-child { background: #2d4a7a; color: white; } .rarity-epic th:first-child { background: #5a2d7a; color: white; } .rarity-legendary th:first-child { background: #7a5a0f; color: white; }" |
No edit summary |
||
| Line 5: | Line 5: | ||
.rarity-epic th:first-child { background: #5a2d7a; color: white; } | .rarity-epic th:first-child { background: #5a2d7a; color: white; } | ||
.rarity-legendary th:first-child { background: #7a5a0f; color: white; } | .rarity-legendary th:first-child { background: #7a5a0f; color: white; } | ||
.monster-infobox { width: 280px; float: right; clear: right; border: 1px solid #aaa; margin: 0 0 1em 1em; border-collapse: collapse; } | |||
.monster-infobox th, .monster-infobox td { border: 1px solid #aaa; padding: 4px 8px; } | |||
.monster-infobox th { background: #c44; color: white; text-align: left; } | |||
.monster-infobox th[colspan="2"] { text-align: center; } | |||
.loot-semirare { background: #2a2; color: white; } | |||
.loot-rare { background: #44f; color: white; } | |||
.loot-veryrare { background: #a3a; color: white; } | |||
.loot-ultrarare { background: #b90; color: white; } | |||
Revision as of 14:16, 20 January 2026
.item-infobox { width: 250px; float: right; border: 1px solid #aaa; margin: 0 0 1em 1em; }
.item-infobox th { background: #ddd; }
.rarity-uncommon th:first-child { background: #2d5a2d; color: white; }
.rarity-rare th:first-child { background: #2d4a7a; color: white; }
.rarity-epic th:first-child { background: #5a2d7a; color: white; }
.rarity-legendary th:first-child { background: #7a5a0f; color: white; }
.monster-infobox { width: 280px; float: right; clear: right; border: 1px solid #aaa; margin: 0 0 1em 1em; border-collapse: collapse; }
.monster-infobox th, .monster-infobox td { border: 1px solid #aaa; padding: 4px 8px; }
.monster-infobox th { background: #c44; color: white; text-align: left; }
.monster-infobox th[colspan="2"] { text-align: center; }
.loot-semirare { background: #2a2; color: white; }
.loot-rare { background: #44f; color: white; }
.loot-veryrare { background: #a3a; color: white; }
.loot-ultrarare { background: #b90; color: white; }