Nessun oggetto della modifica Etichetta: Annullato |
Nessun oggetto della modifica Etichetta: Annullato |
||
Riga 3: | Riga 3: | ||
.portable-infobox .pi-title { | .portable-infobox .pi-title { | ||
text-align: center; | text-align: center; | ||
} | |||
/*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; | |||
} | } |
Versione delle 09:52, 11 apr 2024
/* CSS placed here will be applied to all skins */ .portable-infobox .pi-title { text-align: center; } /*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; }