MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 836: | Line 836: | ||
} | } | ||
.bs-infobox-section { | table.bs-infobox th.bs-infobox-section, | ||
table.bs-infobox td.bs-infobox-section { | |||
background: #323230 !important; | background: #323230 !important; | ||
color: var(--bs-gray-850) !important; | color: var(--bs-gray-850) !important; | ||
| Line 843: | Line 844: | ||
} | } | ||
.bs-infobox-logo, | table.bs-infobox .bs-infobox-logo, | ||
.bs-infobox-screenshot { | table.bs-infobox .bs-infobox-screenshot { | ||
background: #252523 !important; | background: #252523 !important; | ||
color: var(--bs-text-primary) !important; | color: var(--bs-text-primary) !important; | ||
} | } | ||
.bs-infobox-caption { | table.bs-infobox .bs-infobox-caption { | ||
color: var(--bs-text-muted) !important; | color: var(--bs-text-muted) !important; | ||
} | } | ||
/* active status — dark green */ | /* active status — dark green */ | ||
tr.bs-infobox-active th, | table.bs-infobox tr.bs-infobox-active th, | ||
tr.bs-infobox-active td, | table.bs-infobox tr.bs-infobox-active td, | ||
th.bs-infobox-active, | table.bs-infobox th.bs-infobox-active, | ||
td.bs-infobox-active { | table.bs-infobox td.bs-infobox-active { | ||
background: #0d2b0d !important; | background: #0d2b0d !important; | ||
color: #7ee8a2 !important; | color: #7ee8a2 !important; | ||
| Line 863: | Line 864: | ||
/* inactive status — dark red */ | /* inactive status — dark red */ | ||
tr.bs-infobox-inactive th, | table.bs-infobox tr.bs-infobox-inactive th, | ||
tr.bs-infobox-inactive td, | table.bs-infobox tr.bs-infobox-inactive td, | ||
th.bs-infobox-inactive, | table.bs-infobox th.bs-infobox-inactive, | ||
td.bs-infobox-inactive { | table.bs-infobox td.bs-infobox-inactive { | ||
background: #2b0d0d !important; | background: #2b0d0d !important; | ||
color: #f5a8a8 !important; | color: #f5a8a8 !important; | ||
| Line 872: | Line 873: | ||
/* completed / discontinued */ | /* completed / discontinued */ | ||
td.bs-infobox-ended { | table.bs-infobox td.bs-infobox-ended { | ||
color: #f5a8a8 !important; | color: #f5a8a8 !important; | ||
} | } | ||
/* stats as of — dark purple tint | /* stats as of — dark purple tint */ | ||
th.bs-infobox-statsdate, | table.bs-infobox th.bs-infobox-statsdate, | ||
td.bs-infobox-statsdate { | table.bs-infobox td.bs-infobox-statsdate { | ||
background: #2a1f42 !important; | background: #2a1f42 !important; | ||
color: var(--bs-purple-900) !important; | color: var(--bs-purple-900) !important; | ||