MediaWiki:Common.css: Difference between revisions

Added Unknown category for risk levels; to beused for Addiction risk.
 
(Added Unknown category for risk levels; to beused for Addiction risk.)
 
(9 intermediate revisions by 2 users not shown)
Line 5: Line 5:
/* Reset italic styling set by user agent */
/* Reset italic styling set by user agent */
cite,
cite,
dfn {
dfn {R
font-style: inherit;
font-style: inherit;
}
}
Line 273: Line 273:
display: none;
display: none;
}
}
/* RACKWiki customizations */
#siteSub {
    display: none;
}
#footer-poweredbyico {
display: none;
}
.infobox-risk-Critical {
  border: 2px solid #880808;
  color: #880808;
  display: inline;
  font-weight: bold;
}
.infobox-risk-High {
  color: red;
  font-weight: bold;
}
.infobox-risk-Moderate {
  color: orange;
  font-weight: bold;
}
.infobox-risk-Mild {
  color: gold;
  font-weight: bold;
}
.infobox-risk-Unknown {
  color: silver;
  font-weight: bold;
}


/*
/*