MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 260: | Line 260: | ||
.bs-stat-blue .bs-stat-number { color: var(--bs-blue-800); } | .bs-stat-blue .bs-stat-number { color: var(--bs-blue-800); } | ||
.bs-stat-blue .bs-stat-label { color: var(--bs-blue-400); } | .bs-stat-blue .bs-stat-label { color: var(--bs-blue-400); } | ||
.bs-stat-pink { | |||
background: var(--bs-pink-50); | |||
border-color: var(--bs-pink-200); | |||
} | |||
.bs-stat-pink .bs-stat-number { color: var(--bs-pink-800); } | |||
.bs-stat-pink .bs-stat-label { color: var(--bs-pink-200); } | |||
/* ══════════════════════════════════════════════════════ | /* ══════════════════════════════════════════════════════ | ||
| Line 612: | Line 619: | ||
color-scheme: dark; | color-scheme: dark; | ||
} | } | ||
/* ── Stat ribbon — pink tile ────────────────────── */ | |||
.bs-stat-pink .bs-stat-label { color: var(--bs-pink-800); } | |||
/* ── Article content area ───────────────────────── */ | /* ── Article content area ───────────────────────── */ | ||
| Line 677: | Line 686: | ||
} | } | ||
/* ── Image / thumb frames ───────────────────────── */ | |||
.thumb, | .thumb, | ||
.thumbinner, | div.thumb, | ||
div. | .thumbinner, | ||
div.thumbinner, | |||
border-color: #3a3a38; | figure.mw-halign-right, | ||
figure.mw-halign-left, | |||
.thumbcaption { | figure.mw-halign-none, | ||
color: var(--bs-text-muted); | figure.mw-halign-center, | ||
.mw-parser-output figure { | |||
border-color: #3a3a38 !important; | |||
/* no background — transparent PNGs show through correctly */ | |||
} | |||
.thumbcaption, | |||
figcaption { | |||
color: var(--bs-text-muted) !important; | |||
background: transparent !important; | |||
} | } | ||