More actions
Content deleted Content added
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
Line 9: | Line 9: | ||
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(1) |
transform:scale(1) |
||
} |
|||
:root { |
|||
--font-family-base: "Barlow"; |
|||
} |
} |
Latest revision as of 17:08, 8 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)
}