MediaWiki:Common.css : Différence entre versions
De Indicateurs EA
Ligne 3 : | Ligne 3 : | ||
body h1.firstHeading { | body h1.firstHeading { | ||
display: none; | display: none; | ||
+ | } | ||
+ | div.jumbotron { | ||
+ | font-weight:600; | ||
} | } | ||
div.jumbotron small { | div.jumbotron small { | ||
font-size:80%; | font-size:80%; | ||
+ | font-weight:normal; | ||
} | } | ||
.déclaration { | .déclaration { |
Version du 29 novembre 2017 à 09:58
/* Le CSS placé ici sera appliqué à tous les habillages. */ body h1.firstHeading { display: none; } div.jumbotron { font-weight:600; } div.jumbotron small { font-size:80%; font-weight:normal; } .déclaration { font-size:110%; background-color:beige; }