(Creata pagina con "→CSS placed here will affect users of the DarkVector skin: →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; }") |
Nessun oggetto della modifica |
||
Riga 15: | Riga 15: | ||
body { font-size: larger; } | body { font-size: larger; } | ||
.thumbborder { | |||
border-color: #DF9700 !important; | |||
} |
Versione delle 10:22, 11 apr 2024
/* CSS placed here will affect users of the DarkVector skin */ /*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; }