MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
Content deleted Content added
No edit summary |
they've finally fixed the tabber border. |
||
| Line 13: | Line 13: | ||
ul { |
ul { |
||
margin-inline: 1.2rem 0; |
margin-inline: 1.2rem 0; |
||
} |
|||
/* bandaid fix for now */ |
|||
.tabber__panel { |
|||
padding-left: 1px; |
|||
} |
} |
||
Revision as of 20:12, 11 October 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)
}
ul {
margin-inline: 1.2rem 0;
}