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
No edit summary
No edit summary
Line 9: Line 9:


.citizen-page-header {
.citizen-page-header {
margin-top:50px;
margin-top:100px;
}
}
.citizen-footer, #siteSub {
.citizen-footer, #siteSub {
display:none;
display:none;
}
}

Revision as of 16:19, 4 April 2025

/* All CSS here will be loaded for users of the Citizen skin */


/*:root,
:root.skin-theme-clientpref-os {
--color-surface-0-oklch__c: 0;
--color-surface-0-oklch__l: 100%;
}*/

.citizen-page-header {
margin-top:100px;
}
.citizen-footer, #siteSub {
display:none;
}