MediaWiki:Citizen.css
MediaWiki interface page
More actions
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.res-img img {
max-width: 100%;
height: auto;
}
:root {
--width-layout: 980px;
--text-header: rgb(255 255 255 / 100%);
--text-content: rgb(255 255 255 / 80%);
}
:root.skin-theme-clientpref-night {
/* Set hue to BGB Blue*/
--color-progressive-oklch__l: 0.3693;
--color-progressive-oklch__c: 0.1013;
--color-progressive-oklch__h: 258.93;
--color-surface-0-oklch__l: 0.2589;
--color-surface-0-oklch__c: 0.0568;
--color-surface-0-oklch__h: 261.9;
--color-base-oklch__l: 0.9;
--color-base-oklch__c: 0.0;
--color-base-oklch__h: 0.0;
--color-emphasized-oklch__l: 1.0;
--color-emphasized-oklch__c: 0.0;
--color-emphasized-oklch__h: 0.0;
}
a:link {
color: #4a70aa;
a:visited {
color: #4a70aa;
}
.mw-datatable th {
background-color: #4a70aa;
}
#skin-client-prefs-skin-theme .citizen-client-prefs-radio:has(input[value="os"]) {
display: none;
}
#skin-client-prefs-skin-theme form {
grid-template-columns: repeat(2,1fr);
}