Template:Infobox incident report/styles.css: Difference between revisions
(Created blank page) |
No edit summary |
||
Line 1: | Line 1: | ||
.infobox-outcome-Fatality { | |||
border: 2px solid #880808; | |||
color: #880808; | |||
display: inline; | |||
font-weight: bold; | |||
} | |||
.infobox-outcome-Permanent-injury { | |||
color: red; | |||
font-weight: bold; | |||
} | |||
.infobox-outcome-Temporary-injury { | |||
color: orange; | |||
font-weight: bold; | |||
} | |||
.infobox-outcome-Near-miss { | |||
color: gold; | |||
font-weight: bold; | |||
} | |||
.infobox-risk-Unknown { | |||
color: silver; | |||
font-weight: bold; | |||
} |
Revision as of 12:44, 17 January 2025
.infobox-outcome-Fatality { border: 2px solid #880808; color: #880808; display: inline; font-weight: bold; } .infobox-outcome-Permanent-injury { color: red; font-weight: bold; } .infobox-outcome-Temporary-injury { color: orange; font-weight: bold; } .infobox-outcome-Near-miss { color: gold; font-weight: bold; } .infobox-risk-Unknown { color: silver; font-weight: bold; }