/* STILI PER [[Template:Noarticletext]] */
/* Non modificare se non sei sicuro di quello che stai facendo */
/* {{protetta}} */
/* [[Categoria:Fogli di stile TemplateStyles]] */
.noarticletext {
background: #F9F9F9;
margin-top: 1em;
padding: 1em;
border: 1px solid #ccc;
border-right: 2px solid #ccc;
border-bottom: 2px solid #ccc;
}
.noarticletext-header {
text-align: center;
}
.noarticletext-red {
color: red;
}
.noarticletext-grey {
background: #FFFFFF;
margin-top: 1em;
padding: 1em;
border: 1px solid #ccc;
border-right: 2px solid #ccc;
border-bottom: 2px solid #ccc;
}
.noarticletext-search {
float: right;
border: none;
width: 50%;
}
/* Dark mode */
@media screen {
html.skin-theme-clientpref-night .noarticletext {
background: #27292d;
}
html.skin-theme-clientpref-night .noarticletext-grey {
background: #101418;
}
html.skin-theme-clientpref-night .noarticletext-red {
color: #e06b5b;
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .noarticletext {
background: #27292d;
}
html.skin-theme-clientpref-os .noarticletext-grey {
background: #101418;
}
html.skin-theme-clientpref-os .noarticletext-red {
color: #e06b5b;
}
}