MediaWiki:Common.css : Différence entre versions
De Indicateurs EA
(3 révisions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
/* Le CSS placé ici sera appliqué à tous les habillages. */ | /* Le CSS placé ici sera appliqué à tous les habillages. */ | ||
− | body h2,body h3 | + | body h2,body h3{ |
font-family:"Open Sans", AvantGarde,Univers, Helvetica, sans-serif; | font-family:"Open Sans", AvantGarde,Univers, Helvetica, sans-serif; | ||
font-weight:500; | font-weight:500; | ||
Ligne 101 : | Ligne 101 : | ||
div.panel-heading h3 { | div.panel-heading h3 { | ||
max-height:3em; | max-height:3em; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* AJOUT Yves 2020-02-11 */ | ||
+ | .checkboxLabel { | ||
+ | width:100%; | ||
+ | } | ||
+ | .checkboxSwitch { | ||
+ | display:block; | ||
} | } |
Version actuelle datée du 11 février 2020 à 09:05
/* Le CSS placé ici sera appliqué à tous les habillages. */ body h2,body h3{ font-family:"Open Sans", AvantGarde,Univers, Helvetica, sans-serif; font-weight:500; } 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 */ h3.titrepanel a { color:white !important; text-decoration:none; } h3.titrepanel a:hover { color:yellow !important; } .catlinks { display:none; } #p-logo a, #p-logo a:hover { margin-left: 10%; } .panel { margin-left:0; margin-right:5px; } .panel-success .panel-heading h3, .panel-warning .panel-heading h3 { color:white; } .themes { display:block; float:right; margin-bottom:.5rem; } .themes .theme { padding: 0 3px; margin-right:3px; font-size:67%; 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; } /* TAGCLOUD pour les documents - Modèle thèmes traités */ .srf-tagcloud { font-size:100%; text-align:left; } .srf-tagcloud span { border:1px solid silver; border-radius:3px; padding:1px 3px; line-height:1.5em; margin:3px 3px 3px 0 ; font-size:100% !important; wrap-break:keep-all; display:inline-block; } .srf-tagcloud span:hover { background-color:silver; } .srf-tagcloud span a { text-decoration:none; } .srf-listwidget-navigation .ln-letters { max-width: 400px; } .srf-listwidget-navigation a { border: none; } div.panel-heading h3 { max-height:3em; } /* AJOUT Yves 2020-02-11 */ .checkboxLabel { width:100%; } .checkboxSwitch { display:block; }