Jump to content

MediaWiki:Common.css: Difference between revisions

Added Unknown category for risk levels; to beused for Addiction risk.
m (Changed Risk Mild text color from yellow to gold)
(Added Unknown category for risk levels; to beused for Addiction risk.)
 
(3 intermediate revisions by 2 users not shown)
Line 280: Line 280:
#footer-poweredbyico {
#footer-poweredbyico {
display: none;
display: none;
}
.infobox-risk-Critical {
  border: 2px solid #880808;
  color: #880808;
  display: inline;
  font-weight: bold;
}
}


Line 294: Line 301:
.infobox-risk-Mild {
.infobox-risk-Mild {
   color: gold;
   color: gold;
  font-weight: bold;
}
.infobox-risk-Unknown {
  color: silver;
   font-weight: bold;
   font-weight: bold;
}
}