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
 
(2 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 */
.nohoverzoom a.image {
body,
   background: transparent !important;
.mw-body,
  border: 0 !important;
#content {
  box-shadow: none !important;
   font-family: "Barlow", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  padding: 0 !important;
}
}
 
.or-h1 {
.nohoverzoom a.image img {
   border: none !important;
   border: 0 !important;
   outline: none !important;
   outline: 0 !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;
}