Template:Infobox incident report/styles.css: Difference between revisions

From RACKWiki
(Created blank page)
 
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
.infobox-outcome-Fatality {
  color: red;
  font-weight: bold;
}


.infobox-outcome-Permanent-injury, .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;
}

Latest revision as of 14:55, 17 January 2025

.infobox-outcome-Fatality {
  color: red;
  font-weight: bold;
}

.infobox-outcome-Permanent-injury, .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;
}