12,652
editsStart cleaning up damage type color class names.
(Increase level header font size.) |
(Start cleaning up damage type color class names.) |
||
Line 1,018: | Line 1,018: | ||
.ui-menu .ui-menu-item a { | .ui-menu .ui-menu-item a { | ||
color: var(--bg3wiki-ui-menu-item-a); | color: var(--bg3wiki-ui-menu-item-a); | ||
} | } | ||
/* Damage colour | /* Damage type colors, primarily used by [[Template:Damage colour]]. */ | ||
.bg3wiki-damage-type-physical, | |||
.bg3wiki-damage-type-weapon, | |||
.bg3wiki-damage-type-piercing, | |||
.bg3wiki-damage-type-bludgeoning, | |||
.bg3wiki-damage-type-slashing { | |||
color: var(--bg3wiki-damage-colour-physical-fg); | |||
} | |||
.bg3wiki-damage-type-acid { | |||
color: var(--bg3wiki-damage-colour-acid-fg); | |||
} | |||
.bg3wiki-damage-type-cold { | |||
color: var(--bg3wiki-damage-colour-cold-fg); | |||
} | |||
.bg3wiki-damage-type-fire { | |||
color: var(--bg3wiki-damage-colour-fire-fg); | |||
} | |||
.bg3wiki-damage-type-force { | |||
color: var(--bg3wiki-damage-colour-force-fg); | |||
} | |||
.bg3wiki-damage-type-healing { | |||
color: var(--bg3wiki-damage-colour-healing-fg); | |||
} | |||
.bg3wiki-damage-type-lightning { | |||
color: var(--bg3wiki-damage-colour-lightning-fg); | |||
} | |||
.bg3wiki-damage-type-necrotic { | |||
color: var(--bg3wiki-damage-colour-necrotic-fg); | |||
} | |||
.bg3wiki-damage-type-poison { | |||
color: var(--bg3wiki-damage-colour-poison-fg); | |||
} | |||
.bg3wiki-damage-type-radiant { | |||
color: var(--bg3wiki-damage-colour-radiant-fg); | |||
} | |||
.bg3wiki-damage-type-thunder { | |||
color: var(--bg3wiki-damage-colour-thunder-fg); | |||
} | |||
.bg3wiki-damage-type-psychic { | |||
color: var(--bg3wiki-damage-colour-psychic-fg); | |||
} | |||
.bg3wiki-info-blob .bg3wiki-damage-type-physical, | |||
.bg3wiki-info-blob .bg3wiki-damage-type-weapon, | |||
.bg3wiki-info-blob .bg3wiki-damage-type-piercing, | |||
.bg3wiki-info-blob .bg3wiki-damage-type-bludgeoning, | |||
.bg3wiki-info-blob .bg3wiki-damage-type-slashing { | |||
color: var(--bg3wiki-damage-colour-physical-fg-bright); | |||
} | |||
.bg3wiki-info-blob .bg3wiki-damage-type-acid { | |||
color: var(--bg3wiki-damage-colour-acid-fg-bright); | |||
} | |||
.bg3wiki-info-blob .bg3wiki-damage-type-cold { | |||
color: var(--bg3wiki-damage-colour-cold-fg-bright); | |||
} | |||
.bg3wiki-info-blob .bg3wiki-damage-type-fire { | |||
color: var(--bg3wiki-damage-colour-fire-fg-bright); | |||
} | |||
.bg3wiki-info-blob .bg3wiki-damage-type-force { | |||
color: var(--bg3wiki-damage-colour-force-fg-bright); | |||
} | |||
.bg3wiki-info-blob .bg3wiki-damage-type-healing { | |||
color: var(--bg3wiki-damage-colour-healing-fg-bright); | |||
} | |||
.bg3wiki-info-blob .bg3wiki-damage-type-lightning { | |||
color: var(--bg3wiki-damage-colour-lightning-fg-bright); | |||
} | |||
.bg3wiki-info-blob .bg3wiki-damage-type-necrotic { | |||
color: var(--bg3wiki-damage-colour-necrotic-fg-bright); | |||
} | |||
.bg3wiki-info-blob .bg3wiki-damage-type-poison { | |||
color: var(--bg3wiki-damage-colour-poison-fg-bright); | |||
} | |||
.bg3wiki-info-blob .bg3wiki-damage-type-radiant { | |||
color: var(--bg3wiki-damage-colour-radiant-fg-bright); | |||
} | |||
.bg3wiki-info-blob .bg3wiki-damage-type-thunder { | |||
color: var(--bg3wiki-damage-colour-thunder-fg-bright); | |||
} | |||
.bg3wiki-info-blob .bg3wiki-damage-type-psychic { | |||
color: var(--bg3wiki-damage-colour-psychic-fg-bright); | |||
} | |||
/* The following single-word variants of the damage type class names are | |||
* obsolete and should be removed once we've confirmed that they aren't still | |||
* used somewhere. | |||
*/ | |||
.physical, | .physical, | ||
.weapon, | .weapon, | ||
Line 1,029: | Line 1,117: | ||
color: var(--bg3wiki-damage-colour-physical-fg); | color: var(--bg3wiki-damage-colour-physical-fg); | ||
} | } | ||
.acid { | .acid { | ||
color: var(--bg3wiki-damage-colour-acid-fg); | color: var(--bg3wiki-damage-colour-acid-fg); | ||
} | } | ||
.cold { | .cold { | ||
color: var(--bg3wiki-damage-colour-cold-fg); | color: var(--bg3wiki-damage-colour-cold-fg); | ||
} | } | ||
.fire { | .fire { | ||
color: var(--bg3wiki-damage-colour-fire-fg); | color: var(--bg3wiki-damage-colour-fire-fg); | ||
} | } | ||
.force { | .force { | ||
color: var(--bg3wiki-damage-colour-force-fg); | color: var(--bg3wiki-damage-colour-force-fg); | ||
} | } | ||
.healing { | .healing { | ||
color: var(--bg3wiki-damage-colour-healing-fg); | color: var(--bg3wiki-damage-colour-healing-fg); | ||
} | } | ||
.lightning { | .lightning { | ||
color: var(--bg3wiki-damage-colour-lightning-fg); | color: var(--bg3wiki-damage-colour-lightning-fg); | ||
} | } | ||
.necrotic { | .necrotic { | ||
color: var(--bg3wiki-damage-colour-necrotic-fg); | color: var(--bg3wiki-damage-colour-necrotic-fg); | ||
} | } | ||
.poison { | .poison { | ||
color: var(--bg3wiki-damage-colour-poison-fg); | color: var(--bg3wiki-damage-colour-poison-fg); | ||
} | } | ||
.radiant { | .radiant { | ||
color: var(--bg3wiki-damage-colour-radiant-fg); | color: var(--bg3wiki-damage-colour-radiant-fg); | ||
} | } | ||
.thunder { | .thunder { | ||
color: var(--bg3wiki-damage-colour-thunder-fg); | color: var(--bg3wiki-damage-colour-thunder-fg); | ||
} | } | ||
.psychic { | .psychic { | ||
color: var(--bg3wiki-damage-colour-psychic-fg); | color: var(--bg3wiki-damage-colour-psychic-fg); | ||
} | } | ||
.bg3wiki-info-blob .physical, | |||
.bg3wiki-info-blob .weapon, | |||
.bg3wiki-info-blob .piercing, | |||
.bg3wiki-info-blob .bludgeoning, | |||
.bg3wiki-info-blob .slashing { | |||
color: var(--bg3wiki-damage-colour-physical-fg-bright); | |||
} | |||
.bg3wiki-info-blob .acid { | |||
color: var(--bg3wiki-damage-colour-acid-fg-bright); | |||
} | |||
.bg3wiki-info-blob .cold { | |||
color: var(--bg3wiki-damage-colour-cold-fg-bright); | |||
} | |||
.bg3wiki-info-blob .fire { | |||
color: var(--bg3wiki-damage-colour-fire-fg-bright); | |||
} | |||
.bg3wiki-info-blob .force { | |||
color: var(--bg3wiki-damage-colour-force-fg-bright); | |||
} | |||
.bg3wiki-info-blob .healing { | |||
color: var(--bg3wiki-damage-colour-healing-fg-bright); | |||
} | |||
.bg3wiki-info-blob .lightning { | |||
color: var(--bg3wiki-damage-colour-lightning-fg-bright); | |||
} | |||
.bg3wiki-info-blob .necrotic { | |||
color: var(--bg3wiki-damage-colour-necrotic-fg-bright); | |||
} | |||
.bg3wiki-info-blob .poison { | |||
color: var(--bg3wiki-damage-colour-poison-fg-bright); | |||
} | |||
.bg3wiki-info-blob .radiant { | |||
color: var(--bg3wiki-damage-colour-radiant-fg-bright); | |||
} | |||
.bg3wiki-info-blob .thunder { | |||
color: var(--bg3wiki-damage-colour-thunder-fg-bright); | |||
} | |||
.bg3wiki-info-blob .psychic { | .bg3wiki-info-blob .psychic { | ||
color: var(--bg3wiki-damage-colour-psychic-fg-bright); | color: var(--bg3wiki-damage-colour-psychic-fg-bright); | ||
} | } | ||
/* WTF is this? */ | |||
.fire-radiant { | .fire-radiant { | ||
color: #db7d02; | color: #db7d02; | ||
} | } | ||