MediaWiki:Gadget-sound-styles.css - minecraft.fandom.com
Treść tej podstrony pochodzi z artykułu „MediaWiki:Gadget-sound-styles.css” w domenie minecraft.fandom.com na licencji CC BY-NC-SA 3.0
/* These styles are applied before JS is loaded, to create the final layout
to prevent any FOUC */
.client-js .sound-audio {
display: none;
}
.client-js .sound-title::after {
content: '';
display: inline-block;
width: 1.143em;
height: 1.143em;
margin-left: 0.286em;
vertical-align: text-top;
}
.theme-fandomdesktop-dark .sound-title::after {
filter: invert(1);
}