More actions
No edit summary |
No edit summary Tag: Reverted |
||
Line 13: | Line 13: | ||
.mw-editsection-visualeditor { | .mw-editsection-visualeditor { | ||
display: none; | display: none; | ||
} | |||
:root { | |||
--font-family-citizen-base: 'Barlow', 'Roboto'; | |||
} | } |
Revision as of 10:48, 21 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;
}
:root {
--font-family-citizen-base: 'Barlow', 'Roboto';
}