MediaWiki:Common.css : Différence entre versions
De Indicateurs EA
| Ligne 22 : | Ligne 22 : | ||
} | } | ||
.panel { | .panel { | ||
| − | + | margin-left:0; | |
| − | + | margin-right:0; | |
} | } | ||
.col-md-6 { | .col-md-6 { | ||
width:49%; | width:49%; | ||
| + | } | ||
| + | |||
| + | .success h3, .warning h3 { | ||
| + | color:white; | ||
} | } | ||
Version du 16 janvier 2018 à 23:38
/* Le CSS placé ici sera appliqué à tous les habillages. */
body h1.firstHeading {
display: none;
}
div.jumbotron p {
font-weight:normal;
}
div.jumbotron small {
font-size:80%;
font-weight:200;
}
.déclaration {
font-size:110%;
background-color:beige;
}
/* AJOUTS 2018 */
#p-logo a, #p-logo a:hover {
margin-left: 10%;
}
.panel {
margin-left:0;
margin-right:0;
}
.col-md-6 {
width:49%;
}
.success h3, .warning h3 {
color:white;
}
