Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
More languages
m (Attempt to make Summary textbox white in light theme instead of just when you hover it)
m (Removing from this place, shouldn't be here at all)
Tags: Blanking Manual revert
 
(260 intermediate revisions by 3 users not shown)
Line 1: Line 1:
@media screen {
:root {
--color-surface-5:hsl(220,17%,93%);
--color-surface-6:hsl(200,2%,60%);
--color-surface-7:hsl(180,2%,40%);
}
:root.skin-citizen-dark {
--color-surface-5:hsl(220,15%,30%);
--color-surface-6:hsl(220,12%,35%);
--color-surface-7:hsl(220,12%,40%);
}
}
/***
****
**** Source editor interface
****
***/


.skin-citizen .mw-editform .editOptions {
background-color: var(--color-surface-5);
}
.oo-ui-textInputWidget .oo-ui-inputWidget-input {
background-color: var(--color-surface-0);
}

Latest revision as of 14:32, 30 September 2024