« MediaWiki:Common.css » : différence entre les versions

De Le wiki du climat
Aller à la navigation Aller à la recherche
(Annulation des modifications 691 de IgorK (discussion))
Balise : Annulation
Aucun résumé des modifications
Ligne 4 : Ligne 4 :


.portail-bloc {
.portail-bloc {
background-color: #58BFBF;
background-color: #eaf4fd;
border:2px solid #D62F1E;
border:2px solid #b9cce4;
margin-bottom: 0.5em;
margin-bottom: 0.5em;
padding: 0.8em;  
padding: 0.8em;  

Version du 27 mars 2020 à 18:51

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