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: .citizen-body a.image:hover > img { transform: scale(1) !important; }"
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
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 */
.citizen-body a.image:hover > img {
body,
   transform: scale(1) !important;
.mw-body,
#content {
  font-family: "Barlow", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}
.or-h1 {
  border: none !important;
   outline: none !important;
}
}

Latest revision as of 04:07, 2 January 2026

/* All CSS here will be loaded for users of the Citizen skin */
body,
.mw-body,
#content {
  font-family: "Barlow", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}
.or-h1 {
  border: none !important;
  outline: none !important;
}