« 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; | ||
} | |||
#portail-illustration { | |||
-ms-flex-item-align: start; | |||
align-self: flex-start; | |||
background: white; | |||
width: 120px; | |||
border-radius: 100px; | |||
-moz-border-radius: 100px; | |||
-webkit-border-radius: 100px; | |||
border: solid 4px #b9cce4; | |||
padding: 6px; | |||
margin: 1em; | |||
} | } | ||
Version du 27 mars 2020 à 18:52
/** 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;
}
#portail-illustration {
-ms-flex-item-align: start;
align-self: flex-start;
background: white;
width: 120px;
border-radius: 100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
border: solid 4px #b9cce4;
padding: 6px;
margin: 1em;
}