« 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 1 : Ligne 1 :
/** Le CSS placé ici sera appliqué à toutes les apparences. */
/** Le CSS placé ici sera appliqué à toutes les apparences. */


body {
text-align: justify;
text-align: justify;
}


/*** Portails ***/
/*** Portails ***/

Version du 7 mai 2020 à 12:42

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

body {
text-align: justify;
}

/*** 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;
}