Nessun oggetto della modifica Etichetta: Annullato |
Nessun oggetto della modifica Etichetta: Annullato |
||
Riga 24: | Riga 24: | ||
} | } | ||
.citizen-typeahead__item-md .citizen-typeahead__thumbnail { | .citizen-typeahead__item-md .citizen-typeahead__thumbnail { | ||
background-color: #14181f; | background-color: #14181f!important; | ||
background-position: center; | |||
background-size: cover; | |||
border-radius: var(--border-radius--medium); | |||
} | } |
Versione delle 13:34, 6 gen 2024
/* Gli stili CSS inseriti qui si applicano a tutti i temi */ .infobox { background: #14181F; border: 2px solid #eee; float: right; margin: 0 0 1em 1em; padding: 1em; width: 400px; } .infobox-title { font-size: 2em; text-align: center; } .infobox-image { text-align: center; } .infobox-table th { text-align: right; vertical-align: top; width: 120px; } .infobox-table td { vertical-align: top; } .citizen-typeahead__item-md .citizen-typeahead__thumbnail { background-color: #14181f!important; background-position: center; background-size: cover; border-radius: var(--border-radius--medium); }