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
No edit summary
No edit summary
Line 7: Line 7:
.citizen-footer { background-color: #383838;}
.citizen-footer { background-color: #383838;}


body { color: #ccad00; font-size: 15px; font-family: "Corbel"; }
body { color: #ccad00 !important; font-size: 15px; font-family: "Corbel" !important; }

Revision as of 22:52, 10 September 2024

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

#content { background-color: #383838; }

header { header-size: 5rem; }

.citizen-footer { background-color: #383838;}

body { color: #ccad00 !important; font-size: 15px; font-family: "Corbel" !important; }