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

Aucun résumé des modifications
Aucun résumé des modifications
Ligne 104 : Ligne 104 :
}
}


#debiantoolsimg .image img {
#debiantools{
     width: 100% !important;
     width:100%;
     height: auto !important; /* Conserve le ratio d'aspect */
     height:32em;
     max-width: 100%; /* Évite un débordement */
    font-family:'Open Sans',Sans-serif;
    display: block; /* Supprime l'espace sous l'image */
    background-image: url('https://marmits.com/w/images/4/4e/Debiantools.webp');
    background-size: cover;
    background-position: center;
     background-repeat: no-repeat;
}
@media screen and (min-width: 2000px) {
    #debiantools{
        width:100%;
        height:70em;
    }
}
}