MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
TheMysterys (talk | contribs) Prevent zoom on image links |
TheMysterys (talk | contribs) mNo 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 */ | ||
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; | transform: scale(1) !important; | ||
} | } |
Revision as of 21:46, 20 November 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; }