MediaWiki:Common.css : Différence entre versions

De Indicateurs EA
Ligne 4 : Ligne 4 :
 
   display: none;  
 
   display: none;  
 
}
 
}
div.jumbotron {
+
div.jumbotron p {
 
   font-weight:600;
 
   font-weight:600;
 
}
 
}
Ligne 10 : Ligne 10 :
 
div.jumbotron small {
 
div.jumbotron small {
 
   font-size:80%;
 
   font-size:80%;
   font-weight:normal;
+
   font-weight:200;
 
}
 
}
 
.déclaration {
 
.déclaration {

Version du 29 novembre 2017 à 10:58

/* Le CSS placé ici sera appliqué à tous les habillages. */

body h1.firstHeading {
  display: none; 
}
div.jumbotron p {
  font-weight:600;
}

div.jumbotron small {
  font-size:80%;
  font-weight:200;
}
.déclaration {
  font-size:110%;
  background-color:beige;
}