.itwiki-template-da-Wikipedia-ad-Aiuto {
margin-bottom: .5em;
padding: .5em 1em;
font-size: 95%;
text-align: center;
border: 1px solid var(--border-color-base, #a2a9b1);
background-color: #FEE;
color: inherit;
}
@media screen {
html.skin-theme-clientpref-night .itwiki-template-da-Wikipedia-ad-Aiuto {
background-color: var(--background-color-neutral);
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .itwiki-template-da-Wikipedia-ad-Aiuto {
background-color: var(--background-color-neutral);
}
}