/* Classe pour afficher une icône de haut-parleur à gauche des liens audio. */
.prononciation > a {
background: url("//upload.wikimedia.org/wikipedia/commons/8/8a/Loudspeaker.svg") center left no-repeat;
background-size: 11px 11px;
padding-left: 15px;
font-size: smaller;
}
html.skin-theme-clientpref-night .prononciation > a {
background: url("//upload.wikimedia.org/wikipedia/commons/thumb/1/18/Antu_audio-volume-medium.svg/11px-Antu_audio-volume-medium.svg.png") center left no-repeat;
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .prononciation > a {
background: url("//upload.wikimedia.org/wikipedia/commons/thumb/1/18/Antu_audio-volume-medium.svg/11px-Antu_audio-volume-medium.svg.png") center left no-repeat;
}
}
/* ] */