![]() |
VOOZH | about |
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; }