VOOZH about

URL: https://minecraft.wiki/w/MediaWiki:Gadget-sound.css

⇱ MediaWiki:Gadget-sound.css – Minecraft Wiki


MediaWiki:Gadget-sound.css

From Minecraft Wiki
Jump to navigation Jump to search
In other languages

Note: After saving, you have to bypass your browser's cache to see the changes.

Google Chrome, Firefox, Microsoft Edge, and Safari: Hold down the key and click the Reload toolbar button.
For details and instructions about other browsers, see Wikipedia:Bypass your cache.

/* These styles are only loaded via JS */
.sound{
cursor:pointer;
}
.sound-title::after{
background:url('filepath://Speaker.svg');
background-size:contain;
}
@supports((mask:url())or(-webkit-mask:url())){
.sound-playing>.sound-title::after{
background:#80B640;
-webkit-mask:url('filepath://Speaker.svg');
-webkit-mask-size:contain;
mask:url('filepath://Speaker.svg');
mask-size:contain;
}
}
#sound-contextmenu{
position:absolute;
font-size:0.875em;
z-index:9999;
background:white;
display:block;
padding:5px;
border-radius:5px;
box-shadow:005pxgrey;
}
.wgl-theme-dark#sound-contextmenu{
background:black;
}
Retrieved from "https://minecraft.wiki/w/MediaWiki:Gadget-sound.css?oldid=2743570"

Navigation menu