MediaWiki:Common.css: differenze tra le versioni

Da Wikiliscio.
Nessun oggetto della modifica
Nessun oggetto della modifica
Riga 7: Riga 7:
}
}


.full-width {
.full-width img {
     width: 100%;
     width: 100%;
     max-width: 100%;
     max-width: 100%;
     height: auto;
     height: auto;
}
}

Versione delle 04:32, 3 mar 2025

/* Gli stili CSS inseriti qui si applicano a tutti i temi */

.widget-maps {
    width: 100% !important; /* Larghezza dinamica */
    max-width: 100%;        /* Impedisce overflow */
    height: 800px;          /* Altezza fissa o adattabile */
}

.full-width img {
    width: 100%;
    max-width: 100%;
    height: auto;
}