Jump to content

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

Tidying up
No edit summary
 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
.mw-page-container {
/* Animation CSS for the Animated Sprites of the Crafting UI */
max-width: 1400px;
background-color: transparent;
}
 
.vector-pinned-container {
background-color: transparent;
}
 
.vector-header-container .mw-header, .vector-header-container .vector-sticky-header {
max-width: 1400px;
}


.vector-header-container .mw-header {
.mw-body-content .animated > *:not(.animated-active),.mw-body-content .animated > .animated-subframe > *:not(.animated-active) {
background-color: transparent;
    display: none;
}
}


 
.mw-body-content span.animated,.mw-body-content span.animated.animated-visible > *,.mw-body-content span.animated.animated-visible > .animated-subframe > * {
@media screen and (min-width: 1200px) {
    display: inline-block;
.vector-feature-limited-width-clientpref1 #mw-panel {
left: unset;
}
}
}


/*
.mw-body-content div.animated.animated-visible > *,.mw-body-content div.animated.animated-visible > .animated-subframe > * {
body {
    display: block;
background: url() #f6f6f6 top left / 640px 250px no-repeat
}
}
*/

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