MediaWiki:Common.css: differenze tra le versioni
Nessun oggetto della modifica Etichetta: Annullato |
Nessun oggetto della modifica Etichetta: Annullato |
||
Riga 7: | Riga 7: | ||
} | } | ||
.gallery mw-gallery-packed { | .gallery .mw-gallery-packed { | ||
display: grid; | display: grid; | ||
grid-template-columns: repeat(3, 1fr); | grid-template-columns: repeat(3, 1fr); | ||
gap: 10px; | gap: 10px; | ||
} | } | ||
.gallery mw-gallery-packed img { | .gallery .mw-gallery-packed img { | ||
width: 100%; | width: 100%; | ||
height: auto; | height: auto; | ||
} | } |
Versione delle 07:31, 13 dic 2024
/* 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 */ } .gallery .mw-gallery-packed { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .gallery .mw-gallery-packed img { width: 100%; height: auto; }