.vl-mehrere-bilder {
margin-top: .5em;
}
.vl-mehrere-bilder-kopf {
clear: both;
font-weight: bold;
}
.vl-mehrere-bilder-horizontal {
float: left;
padding: 1px;
}
/* Dunkelmodus */
@media screen {
html.skin-theme-clientpref-night .vl-mehrere-bilder .thumbimage:not([style*='background']) span:not([class]) img {
background-color: #c8ccd1;
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .vl-mehrere-bilder .thumbimage:not([style*='background']) span:not([class]) img {
background-color: #c8ccd1;
}
}