MediaWiki:Common.css: Difference between revisions

Restore article heading styling
Strengthen tournament infobox styling in site CSS
Line 115: Line 115:
.mw-parser-output .sw-inline-logo img{
.mw-parser-output .sw-inline-logo img{
   object-fit:cover;
   object-fit:cover;
}
.mw-parser-output .infobox-tournament {
  border: 1px solid #a2a9b1;
  background: #f8f9fa;
}
.mw-parser-output .infobox-tournament .infobox-title {
  background: #cedff2;
}
.mw-parser-output .infobox-tournament th,
.mw-parser-output .infobox-tournament td {
  border-color: #a2a9b1;
}
.mw-parser-output .infobox-tournament .infobox-image,
.mw-parser-output .infobox-tournament .infobox-caption,
.mw-parser-output .infobox-tournament td {
  background: #ffffff;
}
}