MediaWiki:Vector.css: Difference between revisions

m CSS test
Tag: Reverted
m CSS test
Tag: Manual revert
 
Line 74: Line 74:
border-color: #ff4d4d;
border-color: #ff4d4d;
background-color: #ff4d4d;
background-color: #ff4d4d;
}
/* 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;
}
}