/* STILI PER [[Template:Edittools]] */
/* Non modificare se non sai quello che stai facendo */
/* {{protetta}} */
/* [[Categoria:Fogli di stile TemplateStyles]] */
.edittools-tags {
margin-top: 0.5em;
background: #f4f4f4;
width: 48%;
float: right;
}
.edittools-symbols {
margin-top: 1px;
border-width: 1px;
border-style: solid;
border-color: #aaaaaa;
border-left-width: 0;
border-right-width: 0;
padding: 2px;
}
.edittools-text {
margin: 0.1em;
/* background: none; */
width: 48%;
float: left;
}
/* Dark mode */
@media screen {
html.skin-theme-clientpref-night .edittools-tags {
background: #27292d;
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .edittools-tags {
background: #27292d;
}
}