Nessun oggetto della modifica Etichetta: Annullato |
Nessun oggetto della modifica |
||
(2 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 18: | Riga 20: | ||
.thumbborder { | .thumbborder { | ||
border-color: #DF9700 !important; | border-color: #DF9700 !important; | ||
} | } |
Versione attuale delle 19: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; }