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

m Test
Tag: Reverted
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
.sprite {
/* Animation CSS for the Animated Sprites of the Crafting UI */
    display: inline-block;
 
    vertical-align: text-top;
.mw-body-content .animated > *:not(.animated-active),.mw-body-content .animated > .animated-subframe > *:not(.animated-active) {
     height: 16px;
     display: none;
    width: 16px;
    background-repeat: no-repeat
}
}


.sprite-file {
.mw-body-content span.animated,.mw-body-content span.animated.animated-visible > *,.mw-body-content span.animated.animated-visible > .animated-subframe > * {
    --vertical-align: text-top;
     display: inline-block;
     display: inline-block;
    height: 16px;
    width: 16px
}
.sprite-file img {
    vertical-align: var(--vertical-align)
}
}


.sprite-file + a > .sprite-text,.sprite-file + .sprite-text,.sprite + .sprite-text {
.mw-body-content div.animated.animated-visible > *,.mw-body-content div.animated.animated-visible > .animated-subframe > * {
    padding-left: 0.312em
     display: block;
}
 
.sprite-file a.new:first-child {
    vertical-align: var(--vertical-align);
    background-image: url(/images/Grid_Unknown.png?4cbf2);
    background-size: 100% 100%;
     display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    image-rendering: optimizeSpeed;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor
}
}