Questa pagina definisce alcuni parametri di aspetto e comportamento generale di tutte le pagine. Per personalizzarli vedi Aiuto:Stile utente.
Nota: dopo aver salvato è necessario pulire la cache del proprio browser per vedere i cambiamenti (per le pagine globali è comunque necessario attendere qualche minuto). Per Mozilla / Firefox / Safari: fare clic su Ricarica tenendo premuto il tasto delle maiuscole, oppure premere Ctrl-F5 o Ctrl-R (Command-R su Mac); per Chrome: premere Ctrl-Shift-R (Command-Shift-R su un Mac); per Konqueror: premere il pulsante Ricarica o il tasto F5; per Opera può essere necessario svuotare completamente la cache dal menù Strumenti → Preferenze; per Internet Explorer: mantenere premuto il tasto Ctrl mentre si preme il pulsante Aggiorna o premere Ctrl-F5.
/* Rendi automaticamente scuri i colori in dark mode */
/* Colore: scuro */
@media screen {
/* Modifica elementi selezionati con attributo HTML 'style' contenente 'background' */
html.skin-theme-clientpref-night .mw-parser-output span[style*="background"]:not([style*="transparent"]):not([style*="inherit"]),
html.skin-theme-clientpref-night .mw-parser-output div[style*="background"]:not([style*="transparent"]):not([style*="inherit"]),
html.skin-theme-clientpref-night .mw-parser-output table:not(.infobox):not(.navbox-inner):not(.navbox) [bgcolor],
html.skin-theme-clientpref-night .mw-parser-output table:not(.infobox):not(.navbox-inner):not(.navbox)[style*="background"]:not([style*="transparent"]):not([style*="inherit"]),
html.skin-theme-clientpref-night .mw-parser-output table:not(.infobox):not(.navbox-inner):not(.navbox) th[style*="background"]:not([style*="transparent"]):not([style*="inherit"]),
html.skin-theme-clientpref-night .mw-parser-output table:not(.infobox):not(.navbox-inner):not(.navbox) td[style*="background"]:not([style*="transparent"]):not([style*="inherit"]),
html.skin-theme-clientpref-night .mw-parser-output table:not(.infobox):not(.navbox-inner):not(.navbox) tr[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) td
{
/* Forza colore del testo base */
color: var(--color-base) !important;
/* Scurisce lo sfondo */
background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)) !important;
background-blend-mode: multiply;
}
/* Sovrascrive il --color-base-inverted attribuito a questi link dalle skin vector22 e minerva */
html.skin-theme-clientpref-night .mw-parser-output [style*='background'], html.skin-theme-clientpref-night body.ns-0:not(.page-Main_Page) .mw-parser-output table:not(.infobox):not(.navbox-inner):not(.navbox) [bgcolor] a:not(.mw-selflink), html.skin-theme-clientpref-night body.ns-0:not(.page-Main_Page) .mw-parser-output table:not(.infobox):not(.navbox-inner):not(.navbox)[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) a:not(.mw-selflink), html.skin-theme-clientpref-night body.ns-0:not(.page-Main_Page) .mw-parser-output table:not(.infobox):not(.navbox-inner):not(.navbox) th[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) a:not(.mw-selflink), html.skin-theme-clientpref-night body.ns-0:not(.page-Main_Page) .mw-parser-output table:not(.infobox):not(.navbox-inner):not(.navbox) td[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) a:not(.mw-selflink), html.skin-theme-clientpref-night body.ns-0:not(.page-Main_Page) .mw-parser-output table:not(.infobox):not(.navbox-inner):not(.navbox) tr[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) td a:not(.mw-selflink){
color: var(--color-base) !important;
}
}
/* Colore: automatico e preferenza browser dark */
@media screen and (prefers-color-scheme: dark) {
/* Modifica elementi selezionati con attributo HTML 'style' contenente 'background' */
html.skin-theme-clientpref-os .mw-parser-output span[style*="background"]:not([style*="transparent"]):not([style*="inherit"]),
html.skin-theme-clientpref-os .mw-parser-output div[style*="background"]:not([style*="transparent"]):not([style*="inherit"]),
html.skin-theme-clientpref-os .mw-parser-output table:not(.infobox):not(.navbox-inner):not(.navbox) [bgcolor],
html.skin-theme-clientpref-os .mw-parser-output table:not(.infobox):not(.navbox-inner):not(.navbox)[style*="background"]:not([style*="transparent"]):not([style*="inherit"]),
html.skin-theme-clientpref-os .mw-parser-output table:not(.infobox):not(.navbox-inner):not(.navbox) th[style*="background"]:not([style*="transparent"]):not([style*="inherit"]),
html.skin-theme-clientpref-os .mw-parser-output table:not(.infobox):not(.navbox-inner):not(.navbox) td[style*="background"]:not([style*="transparent"]):not([style*="inherit"]),
html.skin-theme-clientpref-os .mw-parser-output table:not(.infobox):not(.navbox-inner):not(.navbox) tr[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) td
{
/* Forza colore del testo base */
color: var(--color-base) !important;
/* Scurisce lo sfondo */
background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)) !important;
background-blend-mode: multiply;
}
/* Sovrascrive il --color-base-inverted attribuito a questi link dalle skin vector22 e minerva */
html.skin-theme-clientpref-os .mw-parser-output [style*='background'],
html.skin-theme-clientpref-os body.ns-0:not(.page-Main_Page) .mw-parser-output table:not(.infobox):not(.navbox-inner):not(.navbox) [bgcolor] a:not(.mw-selflink),
html.skin-theme-clientpref-os body.ns-0:not(.page-Main_Page) .mw-parser-output table:not(.infobox):not(.navbox-inner):not(.navbox)[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) a:not(.mw-selflink),
html.skin-theme-clientpref-os body.ns-0:not(.page-Main_Page) .mw-parser-output table:not(.infobox):not(.navbox-inner):not(.navbox) th[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) a:not(.mw-selflink),
html.skin-theme-clientpref-os body.ns-0:not(.page-Main_Page) .mw-parser-output table:not(.infobox):not(.navbox-inner):not(.navbox) td[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) a:not(.mw-selflink),
html.skin-theme-clientpref-os body.ns-0:not(.page-Main_Page) .mw-parser-output table:not(.infobox):not(.navbox-inner):not(.navbox) tr[style*="background"]:not([style*="transparent"]):not([style*="inherit"]) td a:not(.mw-selflink)
{
color: var(--color-base) !important;
}
}
/** Impedisce di scurire lo sfondo attraverso la modalità utilizzata sopra **/
.itwiki-preserve-color {
background-blend-mode: exclusion !important;
}