Toggle menu
Toggle preferences 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
Fixed sidebar styling from appearing on smaller screens
Disable auto theme and extra midnight theme
Line 17: Line 17:
     --color-destructive__h: 360;
     --color-destructive__h: 360;
     --color-destructive__l: 67%;
     --color-destructive__l: 67%;
}
/* Disable auto theme and extra midnight theme */
#skin-client-prefs-skin-theme .citizen-client-prefs-radio:has(input[value="os"]),
#skin-client-prefs-citizen-feature-pure-black {
    display: none !important;
}
#skin-client-prefs-skin-theme form {
    grid-template-columns:repeat(2,1fr);
}
}