/* {{Protetta}} */
.itwiki-template-occhiello {
width: 100%;
line-height: 25px;
border: 1px solid #CCF;
background-color: #F0EEFF;
box-sizing: border-box;
}
.itwiki-template-occhiello-progetto {
background-color: #FAFAFA
}
@media screen {
html.skin-theme-clientpref-night .itwiki-template-occhiello {
background-color: #202122;
border-color: #54595D;
}
html.skin-theme-clientpref-night .itwiki-template-occhiello-progetto {
background-color: #282929;
}
}
@media screen and ( prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .itwiki-template-occhiello {
background-color: #202122;
border-color: #54595D;
}
html.skin-theme-clientpref-os .itwiki-template-occhiello-progetto {
background-color: #282929;
}
}