/* stili per Template:Tassonomie dei libri [[Categoria:Fogli di stile TemplateStyles]] */
.tassonomie {
width: auto;
border: 2px solid #CCCCFF;
padding: 2px;
text-align: center;
background: white;
}
.tassonomie-header {
background-color: #DFEFFF;
border-bottom: 1px solid #CCCCFF;
padding: 3px;
font-weight: bold;
}
/* stili per tema scuro */
@media screen {
html.skin-theme-clientpref-night .tassonomie {
border: 2px solid #FFF;
background: #1f1f23;
}
html.skin-theme-clientpref-night .tassonomie-header {
background-color: #0d1a27;
border-bottom: 1px solid #FFF;
}
}
@media screen and ( prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .tassonomie {
border: 2px solid #FFF;
background: #1f1f23;
}
html.skin-theme-clientpref-os .tassonomie-header {
background-color: #0d1a27;
border-bottom: 1px solid #FFF;
}
}