« MediaWiki:Common.css » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 5 : | Ligne 5 : | ||
.portail-bloc { | .portail-bloc { | ||
background-color: #eaf4fd; | background-color: #eaf4fd; | ||
border:2px solid # | border:2px solid #D62F1E; | ||
margin-bottom: 0.5em; | margin-bottom: 0.5em; | ||
padding: 0.8em; | padding: 0.8em; | ||
Version du 27 mars 2020 à 17:49
/** Le CSS placé ici sera appliqué à toutes les apparences. */
/*** Portails ***/
.portail-bloc {
background-color: #eaf4fd;
border:2px solid #D62F1E;
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;
}