MediaWiki:Common.css : Différence entre versions
De Indicateurs EA
Ligne 41 : | Ligne 41 : | ||
font-size:80%; | font-size:80%; | ||
font-style:italic; | font-style:italic; | ||
− | background-color:# | + | background-color:#eee; |
− | color: | + | color:silver; |
border: 1px silver solid; | border: 1px silver solid; | ||
border-radius:3px; | border-radius:3px; | ||
Ligne 48 : | Ligne 48 : | ||
.themes .theme:hover { | .themes .theme:hover { | ||
background-color:white; | background-color:white; | ||
+ | } | ||
+ | .themes .theme a { | ||
+ | text-decoration:none; | ||
} | } |
Version du 17 janvier 2018 à 09:56
/* 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:5px; } .col-md-6 { width:49%; } .panel-success .panel-heading h3, .panel-warning .panel-heading h3 { color:white; } .themes { display:block; float:right; } .themes .theme { font-size:80%; font-style:italic; background-color:#eee; color:silver; border: 1px silver solid; border-radius:3px; } .themes .theme:hover { background-color:white; } .themes .theme a { text-decoration:none; }