« MediaWiki:Common.css » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 4 : | Ligne 4 : | ||
// CHANGER LES ENTETES SU WIKI | // CHANGER LES ENTETES SU WIKI | ||
div#content h1 {font-family: 'Segoe UI','Roboto','Lato','Helvetica','Arial',sans-serif ; font-weight: bold ; color:#AA0000;} | |||
div#content h2 {font-family: 'Segoe UI','Roboto','Lato','Helvetica','Arial',sans-serif ; font-weight: bold ; font-size: 1.2em; color:#AA0000;} | .mw-body h1, .mw-body-content h1, .mw-body-content h2 { | ||
font-family: 'Segoe UI','Roboto','Lato','Helvetica','Arial',sans-serif ; | |||
line-height: 1.3; margin-bottom: 0.25em; padding: 0; } | |||
//div#content h1 {font-family: 'Segoe UI','Roboto','Lato','Helvetica','Arial',sans-serif ; font-weight: bold ; color:#AA0000;} | |||
//div#content h2 {font-family: 'Segoe UI','Roboto','Lato','Helvetica','Arial',sans-serif ; font-weight: bold ; font-size: 1.2em; color:#AA0000;} | |||
div#content h1 {color:#AA0000; } | div#content h1 {color:#AA0000; } |
Version du 25 avril 2019 à 13:26
/* Le CSS placé ici sera appliqué à tous les habillages. */
// CHANGER LES ENTETES SU WIKI
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
font-family: 'Segoe UI','Roboto','Lato','Helvetica','Arial',sans-serif ;
line-height: 1.3; margin-bottom: 0.25em; padding: 0; }
//div#content h1 {font-family: 'Segoe UI','Roboto','Lato','Helvetica','Arial',sans-serif ; font-weight: bold ; color:#AA0000;}
//div#content h2 {font-family: 'Segoe UI','Roboto','Lato','Helvetica','Arial',sans-serif ; font-weight: bold ; font-size: 1.2em; color:#AA0000;}
div#content h1 {color:#AA0000; }
html, body, .mw-body { font-family: 'Segoe UI','Roboto','Lato','Helvetica','Arial', sans-serif ; }
div#mw-panel div.portal h3 { color: #AA0000; }
div#simpleSearch { width: 16em; }
// 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; }