8,282
edits
No edit summary |
No edit summary |
||
Line 668: | Line 668: | ||
/* [[Template:Sound]] */ | /* [[Template:Sound]] */ | ||
.sound-audio { | .sound-audio { | ||
display: block; | |||
} | |||
/* Element animator */ | |||
#mw-content-text .animated > *:not(.animated-active), | |||
#mw-content-text .animated > .animated-subframe > *:not(.animated-active) { | |||
display: none | |||
} | |||
#mw-content-text span.animated, | |||
#mw-content-text span.animated.animated-visible > *, | |||
#mw-content-text span.animated.animated-visible > .animated-subframe > * { | |||
display: inline-block; | |||
} | |||
#mw-content-text div.animated.animated-visible > *, | |||
#mw-content-text div.animated.animated-visible > .animated-subframe > * { | |||
display: block; | display: block; | ||
} | } |