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

Aucun résumé des modifications
Balise : Révoqué
Aucun résumé des modifications
Balise : Révocation manuelle
Ligne 105 : Ligne 105 :


#debiantools{
#debiantools{
     box-sizing: border-box;  
     width:100%;
     height:32em;
     height:32em;
    font-family:'Open Sans',Sans-serif;
     background-image: url('https://marmits.com/w/images/4/4e/Debiantools.webp');
     background-image: url('https://marmits.com/w/images/4/4e/Debiantools.webp');
max-width: 100%;
    background-size: cover;
 
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
}
@media screen and (min-width: 2000px) {
    #debiantools{
        width:100%;
        height:70em;
    }
}
}