MediaWiki:Vector-2022.css: Difference between revisions

CSS test
m CSS test
Tag: Reverted
Line 493: Line 493:
.item-padding {
.item-padding {
padding: 16px;
padding: 16px;
}
/* Animation CSS for the Animated Sprites of the Crafting UI */
.mw-body-content .animated > *:not(.animated-active),.mw-body-content .animated > .animated-subframe > *:not(.animated-active) {
    display: none;
}
.mw-body-content span.animated,.mw-body-content span.animated.animated-visible > *,.mw-body-content span.animated.animated-visible > .animated-subframe > * {
    display: inline-block;
}
.mw-body-content div.animated.animated-visible > *,.mw-body-content div.animated.animated-visible > .animated-subframe > * {
    display: block;
}
}