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

m CSS test
Tag: Reverted
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
#newsticker {
/* Animation CSS for the Animated Sprites of the Crafting UI */
border: 2px solid #eaecf0;
 
border-radius: 10px;
.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;
}
}


.newsmarquee p {
.mw-body-content div.animated.animated-visible > *,.mw-body-content div.animated.animated-visible > .animated-subframe > * {
margin-top: 4px;
    display: block;
}
}