MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
TheMysterys (talk | contribs) mNo edit summary |
TheMysterys (talk | contribs) mNo edit summary |
||
Line 5: | Line 5: | ||
figure[ typeof~='mw:File/Frame' ] > a:first-child img { | figure[ typeof~='mw:File/Frame' ] > a:first-child img { | ||
transform: scale(1) !important; | transform: scale(1) !important; | ||
} | |||
.citizen-body a.image > img { | |||
transform: scale(1) !important; | |||
} | } |
Latest revision as of 17:23, 3 December 2024
/* All CSS here will be loaded for users of the Citizen skin */ figure[ typeof~='mw:File' ] > a:first-child img, figure[ typeof~='mw:File/Frameless' ] > a:first-child img, figure[ typeof~='mw:File/Thumb' ] > a:first-child img, figure[ typeof~='mw:File/Frame' ] > a:first-child img { transform: scale(1) !important; } .citizen-body a.image > img { transform: scale(1) !important; }