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
Tag: Reverted
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the Citizen skin */
/* All CSS here will be loaded for users of the Citizen skin */
.page-Main_Page .mw-body {
.page-Main_Page .citizen-page-heading,
    display: flex;
.page-Main_Page #firstHeading,
    flex-direction: column;
.page-Main_Page .mw-first-heading,
}
.page-Main_Page #siteSub {
.page-Main_Page .citizen-page-header {
     display: block !important;
     order: -1;
}
}

Revision as of 16:56, 26 April 2026

/* All CSS here will be loaded for users of the Citizen skin */
.page-Main_Page .citizen-page-heading,
.page-Main_Page #firstHeading,
.page-Main_Page .mw-first-heading,
.page-Main_Page #siteSub {
    display: block !important;
}