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

m CSS test
No edit summary
 
(47 intermediate revisions by the same user not shown)
Line 1: Line 1:
a:-webkit-any-link {
/* Animation CSS for the Animated Sprites of the Crafting UI */
cursor: grab;
 
.mw-body-content .animated > *:not(.animated-active),.mw-body-content .animated > .animated-subframe > *:not(.animated-active) {
    display: none;
}
}


body {
.mw-body-content span.animated,.mw-body-content span.animated.animated-visible > *,.mw-body-content span.animated.animated-visible > .animated-subframe > * {
background-color: var(--background-color-base);
    display: inline-block;
}
}


.mw-userlink[href="/w/User:4erospace"], .mw-userlink[href="/w/User:4erospace?action=edit&redlink=1"], .mw-userlink[href="/w/User:OneDarkWolfy"], .mw-userlink[href="/w/User:OneDarkWolfy?action=edit&redlink=1"] {
.mw-body-content div.animated.animated-visible > *,.mw-body-content div.animated.animated-visible > .animated-subframe > * {
padding-left: 17px;
    display: block;
background: url('https://wiki.nanoflare.net/images/e/ed/Resistance_effect_icon.png') no-repeat left center;
background-size: 14px 14px;
font-weight: normal;
}
}