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

De Le wiki du climat
Aller à la navigation Aller à la recherche
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 19 : Ligne 19 :
-ms-flex-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
justify-content: space-between;
}
.bloc-liste {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}

Version du 27 mars 2020 à 19:02

/** Le CSS placé ici sera appliqué à toutes les apparences. */

/*** Portails ***/

.portail-bloc {
background-color: #eaf4fd;
border:2px solid #b9cce4;
margin-bottom: 0.5em;
padding: 0.8em; 
}



.bloc-ligne {
display:-ms-flexbox;
display:flex;
-ms-flex-align: stretch;
align-items: stretch;
-ms-flex-pack: justify;
justify-content: space-between;
}

.bloc-liste {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}