MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
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 */ | ||
. | .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; | |||
} | } | ||
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;
}