« 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 50 : Ligne 50 :
     max-width: 55px;
     max-width: 55px;
}
}
#article, #bodyContent, #mw_content { text-align: justify; }

Version du 7 mai 2020 à 11:53

/** 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;
}
#article, #bodyContent, #mw_content { text-align: justify; }