« 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 49 : | Ligne 49 : | ||
.portail-bloccatégories > div.floatleft { | .portail-bloccatégories > div.floatleft { | ||
max-width: 55px; | max-width: 55px; | ||
} | } |
Version du 27 mars 2020 à 18:55
/** 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; } .portail-bloccatégories { -ms-flex-positive: 1; flex-grow: 1; -ms-flex-preferred-size: 18rem; flex-basis: 18rem; height: 5em; background: #eaf4fd; margin: 0.1em; padding: 0.8em; display: flex; justify-content: space-between; } .portail-bloccatégories > div { margin-left: 1em; flex-grow: 1; } .portail-bloccatégories > div.floatleft { max-width: 55px; }