More actions
Created page with "→All CSS here will be loaded for users of the Citizen skin: figure[typeof~='mw:File'] > a:first-child:hover:not(.lazy):not(.new) img, figure[typeof~='mw:File/Frameless'] > a:first-child:hover:not(.lazy):not(.new) img, figure[typeof~='mw:File/Thumb'] > a:first-child:hover:not(.lazy):not(.new) img, figure[typeof~='mw:File/Frame'] > a:first-child:hover:not(.lazy):not(.new) img, figure[typeof~='mw:File'] > a:first-child:hover:not(.lazy):not(.new) source, figure[typeof~='..." |
No edit summary Tag: Manual revert |
||
(10 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
figure[typeof~='mw:File/Thumb'] > a:first-child:hover:not(.lazy):not(.new) source, | figure[typeof~='mw:File/Thumb'] > a:first-child:hover:not(.lazy):not(.new) source, | ||
figure[typeof~='mw:File/Frame'] > a:first-child:hover:not(.lazy):not(.new) source { | figure[typeof~='mw:File/Frame'] > a:first-child:hover:not(.lazy):not(.new) source { | ||
transform:scale( | transform:scale(1.1) | ||
} | } | ||
.mw-editsection-visualeditor { | |||
display: none; | |||
} |
Latest revision as of 01:30, 24 May 2025
/* All CSS here will be loaded for users of the Citizen skin */
figure[typeof~='mw:File'] > a:first-child:hover:not(.lazy):not(.new) img,
figure[typeof~='mw:File/Frameless'] > a:first-child:hover:not(.lazy):not(.new) img,
figure[typeof~='mw:File/Thumb'] > a:first-child:hover:not(.lazy):not(.new) img,
figure[typeof~='mw:File/Frame'] > a:first-child:hover:not(.lazy):not(.new) img,
figure[typeof~='mw:File'] > a:first-child:hover:not(.lazy):not(.new) source,
figure[typeof~='mw:File/Frameless'] > a:first-child:hover:not(.lazy):not(.new) source,
figure[typeof~='mw:File/Thumb'] > a:first-child:hover:not(.lazy):not(.new) source,
figure[typeof~='mw:File/Frame'] > a:first-child:hover:not(.lazy):not(.new) source {
transform:scale(1.1)
}
.mw-editsection-visualeditor {
display: none;
}