MediaWiki:Common.css: Difference between revisions

Normal damage style
No edit summary
(Normal damage style)
Line 3:
/*** Damage and Armor colors ***/
:root {
--normal: #485582;
 
--explosive: #930008;
--light: #930008;
Line 19 ⟶ 21:
}
 
.normal {color: var(--normal);}
.explosive {color: var(--explosive);}
.light {color: var(--light);}
Line 27 ⟶ 30:
.siege {color: var(--siege);}
.structure {color: var(--structure);}
.sonic {color: var(--siegesonic);}
.elastic {color: var(--structureelastic);}
 
 
.bg-normal {background-color: var(--normal);}
.bg-explosive {background-color: var(--explosive);}
.bg-light {background-color: var(--light);}
Line 38 ⟶ 43:
.bg-siege {background-color: var(--siege);}
.bg-structure {background-color: var(--structure);}
.bg-sonic {background-color: var(--siegesonic);}
.bg-elastic {background-color: var(--structureelastic);}
 
.bg-element {