« MediaWiki:Common.css » : différence entre les versions


Aucun résumé des modifications
Balises : mobile edit mobile web edit
Aucun résumé des modifications
Ligne 10 : Ligne 10 :
//  TYPOGRAPHIE DE BASE ET MENU
//  TYPOGRAPHIE DE BASE ET MENU
html,  body, .mw-body, .mw-body-content  {  font-family: 'Segoe UI','Roboto','Lato','Helvetica','Arial', sans-serif ;  line-height: 1.5em;  font-size: 1em; }
html,  body, .mw-body, .mw-body-content  {  font-family: 'Segoe UI','Roboto','Lato','Helvetica','Arial', sans-serif ;  line-height: 1.5em;  font-size: 1em; }
#mw-panel .portal .body li {  line-height: 1.3em;  font-size: 0.9em; }
#mw-panel .portal .body li {  line-height: 1em;  font-size: 0.9em; }
div#mw-panel div.portal h3 { color: #AA0000;  font-size: .9em;  font-weight: bold ;}
div#mw-panel div.portal h3 { color: #AA0000;  font-size: .9em;  font-weight: bold ;}
div#simpleSearch { width: 18em; }
div#simpleSearch { width: 18em; }

Version du 26 avril 2019 à 12:55

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


// ENTÊTES DU WIKI  

#content h1 {font-family: 'Segoe UI','Roboto','Lato','Helvetica','Arial',sans-serif ; font-weight: bold ; color:#AA0000;}
#content h2 {font-family: 'Segoe UI','Roboto','Lato','Helvetica','Arial',sans-serif ; font-weight: bold ; font-size: 1.2em; color:#AA0000;}
#content h1 {color:#AA0000; }

//   TYPOGRAPHIE DE BASE ET MENU
html,  body, .mw-body, .mw-body-content  {  font-family: 'Segoe UI','Roboto','Lato','Helvetica','Arial', sans-serif ;   line-height: 1.5em;  font-size: 1em; }
#mw-panel .portal .body li {  line-height: 1em;  font-size: 0.9em; }
div#mw-panel div.portal h3 { color: #AA0000;  font-size: .9em;  font-weight: bold ;}
div#simpleSearch { width: 18em; }


// IMAGES RESPONSIVE   
res-img {max-width:100%; height:auto; }

//  Enlever le mot MODIFIER  des sections
.mw-content-ltr .mw-editsection, .mw-content-rtl .mw-content-ltr .mw-editsection {   float: right;  display:none; }
.ltr .mw-editsection {float: right;  display:none; }