Nessun oggetto della modifica |
Nessun oggetto della modifica |
||
| (3 versioni intermedie di uno stesso utente non sono mostrate) | |||
| Riga 1: | Riga 1: | ||
/* CSS placed here will affect users of the DarkVector skin */ | /* CSS placed here will affect users of the DarkVector skin */ | ||
body { font-size: larger; } | |||
/*colore di sfondo*/ | /*colore di sfondo*/ | ||
.portable-infobox.pi-background { | .portable-infobox.pi-background { | ||
| Riga 19: | Riga 21: | ||
border-color: #DF9700 !important; | border-color: #DF9700 !important; | ||
} | } | ||
Versione attuale delle 18:47, 16 mag 2024
/* CSS placed here will affect users of the DarkVector skin */
body { font-size: larger; }
/*colore di sfondo*/
.portable-infobox.pi-background {
background-color: #2A2A2A;
}
/*colore barra e linee tra testo infobox*/
.portable-infobox .pi-secondary-background {
background-color: #DF9700;
}
.portable-infobox .pi-border-color {
border-color: #DF9700;
}
body { font-size: larger; }
.thumbborder {
border-color: #DF9700 !important;
}