|
|
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-value {
| |
| display: flex;
| |
| align-items: left;
| |
| }
| |
|
| |
| .portable-infobox .pi-navigation {
| |
| text-align: left;
| |
| }
| |
|
| |
| /*allinea al centro il titolo infobox*/
| |
| .portable-infobox .pi-title {
| |
| text-align: left;
| |
| }
| |
|
| |
| /*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 16:52, 10 apr 2024
/* CSS placed here will be applied to all skins */