MediaWiki:Common.css: Różnice pomiędzy wersjami

Z wiki.lighting-gallery.pl
Przejdź do nawigacji Przejdź do wyszukiwania
Nie podano opisu zmian
Nie podano opisu zmian
Linia 12: Linia 12:
     margin-left: auto;
     margin-left: auto;
     margin-right: auto;
     margin-right: auto;
}
table img.thumbimage {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
}
}

Wersja z 12:47, 12 sie 2025

/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */

/* Obrazy w treści responsywne */
img {
    max-width: 100%;
    height: auto;
}

/* Wyśrodkowanie obrazów */
.thumb img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

table img.thumbimage {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
}