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
Created page with "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; }"
 
m Protected "MediaWiki:Citizen.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
(No difference)

Revision as of 16:20, 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;
}