MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| (15 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
:root { | :root { | ||
--transform-image-hover: none; | --transform-image-hover: none; | ||
} | } | ||
:root.skin-theme-clientpref- | img { | ||
max-width: 100%; | |||
height: auto; | |||
} | |||
:root.skin-theme-clientpref-os { | |||
/* Set hue to purple */ | /* Set hue to purple */ | ||
--color-progressive-oklch__h: | --color-progressive-oklch__h: 30.11; | ||
--color- | --color-progressive-oklch__l: 20.0; | ||
--color-link: #a50; | |||
} | } | ||
Latest revision as of 07:16, 1 June 2026
/* All CSS here will be loaded for users of the Citizen skin */
:root {
--transform-image-hover: none;
}
img {
max-width: 100%;
height: auto;
}
:root.skin-theme-clientpref-os {
/* Set hue to purple */
--color-progressive-oklch__h: 30.11;
--color-progressive-oklch__l: 20.0;
--color-link: #a50;
}