MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
--pi-background: var(--background-color-interactive-subtle, #f8f9fa) !important; | --pi-background: var(--background-color-interactive-subtle, #f8f9fa) !important; | ||
--pi-secondary-background: var(--background-color-interactive, #eaecf0) !important; | --pi-secondary-background: var(--background-color-interactive, #eaecf0) !important; | ||
} | |||
.content .mw-parser-output .portable-infobox .pi-data-label { | |||
flex-basis: 90px; | |||
} | } | ||
Revision as of 02:22, 12 January 2025
/* CSS placed here will be applied to all skins */
:root {
--pi-background: var(--background-color-interactive-subtle, #f8f9fa) !important;
--pi-secondary-background: var(--background-color-interactive, #eaecf0) !important;
}
.content .mw-parser-output .portable-infobox .pi-data-label {
flex-basis: 90px;
}