MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
} | } | ||
/* Cargo fixes */ | |||
.fieldBox, .templateForm | .fieldBox, .templateForm | ||
{ | { | ||
background-color: var(--background-color-interactive); | background-color: var(--background-color-interactive); | ||
} | |||
div.otherInputParams > div:nth-child(odd) { | |||
background: var(--color-surface-3) !important; | |||
} | |||
div.otherInputParams > div:nth-child(even) { | |||
background: var(--color-surface-4) !important; | |||
} | } | ||
Revision as of 20:15, 15 July 2026
/* All CSS here will be loaded for users of the Citizen skin */
:root
{
--color-emphasized: oklch(var(--color-emphasized-oklch__l) var(--color-emphasized-oklch__c) var(--color-progressive-oklch__h));
}
/* Cargo fixes */
.fieldBox, .templateForm
{
background-color: var(--background-color-interactive);
}
div.otherInputParams > div:nth-child(odd) {
background: var(--color-surface-3) !important;
}
div.otherInputParams > div:nth-child(even) {
background: var(--color-surface-4) !important;
}