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
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 {
.nohoverzoom a.image {
   transform: scale(1) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
 
.nohoverzoom a.image img {
   border: 0 !important;
  outline: 0 !important;
}
}

Revision as of 02:10, 1 January 2026

/* All CSS here will be loaded for users of the Citizen skin */
.nohoverzoom a.image {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.nohoverzoom a.image img {
  border: 0 !important;
  outline: 0 !important;
}