Jump to content

User:4erospace/common.css: Difference between revisions

m CSS test
No edit summary
 
(45 intermediate revisions by the same user not shown)
Line 1: Line 1:
@media screen and (min-width: 1200px) {
/* Animation CSS for the Animated Sprites of the Crafting UI */
.vector-feature-limited-width-clientpref1 #mw-panel {
 
left: unset;
.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-panel {
.mw-body-content div.animated.animated-visible > *,.mw-body-content div.animated.animated-visible > .animated-subframe > * {
position: absolute;
    display: block;
top: 0;
width: 10em;
left: 0;
}
}

Latest revision as of 03:49, 13 July 2025

/* 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;
}