« MediaWiki:Common.css » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 28 : | Ligne 28 : | ||
// ENLEVER AIDE | // ENLEVER AIDE | ||
/* Reset top margin for lists embedded in columns */ | /* Reset top margin for lists embedded in columns */ | ||
div.columns { | div.columns { | ||
margin-top: 0.3em; | margin-top: 0.3em; |
Version du 22 juin 2019 à 22:25
/* Le CSS placé ici sera appliqué à tous les habillages. */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans")
// ENTÊTES DU WIKI
#content h1 {font-family: "Noto Sans", Helvetica, Arial, sans-serif ; color:#AA0000;}
#content h2 {font-family: "Noto Sans", Helvetica, Arial, sans-serif ; color:#AA0000; line-height: 0.7em;padding-top:1.2em;}
#content h1 {color:#AA0000; }
// TYPOGRAPHIE DE BASE ET MENU
html, body, .mw-body, .mw-body-content { font-family: "Noto Sans", 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; }
.mw-body-content { position: relative; line-height: 1.6; font-size: 1em; z-index: 0; }
// 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; }
// ENLEVER AIDE
/* Reset top margin for lists embedded in columns */
div.columns {
margin-top: 0.3em;
}
div.columns dl,
div.columns ol,
div.columns ul {
margin-top: 0;
}
/* Avoid elements breaking between columns */
.nocolbreak,
div.columns li,
div.columns dd dd {
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid-column;
}