« MediaWiki:Common.css » : différence entre les versions

aucun résumé des modifications
Aucun résumé des modifications
Balises : Modification par mobile Modification par le web mobile
Aucun résumé des modifications
Ligne 2 474 : Ligne 2 474 :
     width: 35% !important;
     width: 35% !important;
     min-width: 280px !important;
     min-width: 280px !important;
    max-width: 100%;
     margin: 0 0 1em 2em !important;
     margin: 0 0 1em 2em !important;
     border-collapse: collapse;   background: #fff;
     border-collapse: collapse;
    background: #fff;
     border-radius: 4px;
     border-radius: 4px;
     overflow: hidden;
     overflow: hidden;
Ligne 2 482 : Ligne 2 482 :
     font-family: 'EB Garamond', 'Georgia', serif;
     font-family: 'EB Garamond', 'Georgia', serif;
     font-size: 0.92em;
     font-size: 0.92em;
}
/* --- Responsive mobile --- */
@media screen and (max-width: 768px) {
    .mw-parser-output table.infobox-supplement {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 0 0 1em 0 !important;
        box-sizing: border-box !important;
    }
    table.infobox-supplement td,
    table.infobox-supplement th {
        width: auto !important;
        min-width: 0 !important;
    }
    table.infobox-supplement img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
}
}
.infobox-supplement-badge {
.infobox-supplement-badge {