Nessun oggetto della modifica |
Nessun oggetto della modifica |
||
Riga 1: | Riga 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.portable-infobox .pi-data-label, | /*.portable-infobox .pi-data-label, | ||
.portable-infobox .pi-data-value { | |||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
} | } | ||
.portable-infobox .pi-navigation { | |||
text-align: center; | text-align: center; | ||
}*/ | }*/ |
Versione delle 16:03, 10 apr 2024
/* CSS placed here will be applied to all skins */ /*.portable-infobox .pi-data-label, .portable-infobox .pi-data-value { display: flex; align-items: center; } .portable-infobox .pi-navigation { text-align: center; }*/ /*allinea al centro il titolo infobox*/ .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; }