« MediaWiki:Common.css » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 19 : | Ligne 19 : | ||
h3 { | h3 { | ||
border-bottom: | border-bottom: 2px solid #f6761f; | ||
color: #595959; | color: #595959; | ||
} | } | ||
| Ligne 30 : | Ligne 30 : | ||
.mw-body h1, .mw-body-content h1, .mw-body-content h2 { | .mw-body h1, .mw-body-content h1, .mw-body-content h2 { | ||
font-family: 'NunitoSans', 'Tahoma', 'Verdana', 'Arial', 'SunSans-Regular', Sans-Serif; | font-family: 'NunitoSans', 'Tahoma', 'Verdana', 'Arial', 'SunSans-Regular', Sans-Serif; | ||
} | |||
.mw-body-content h2 { | |||
font-weight: normal; | |||
} | } | ||
.mw-body-content h3 { | .mw-body-content h3 { | ||
font-weight: bold; | |||
font-weight: | |||
} | } | ||
Version du 15 mars 2021 à 14:09
/* Le CSS placé ici sera appliqué à tous les habillages. */
html, body {
font-family: 'NunitoSans', 'Tahoma', 'Verdana', 'Arial', 'SunSans-Regular', Sans-Serif;
}
.mw-body, .parsoid-body {
color: #424666;
}
h1 {
border-bottom: 3px solid #f6761f;
color: #595959;
}
h2 {
border-bottom: 2px solid #f6761f;
color: #f6761f;
}
h3 {
border-bottom: 2px solid #f6761f;
color: #595959;
}
h4, h5, h6 {
border-bottom: 1px solid #f6761f;
color: #7F7F7F;
}
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
font-family: 'NunitoSans', 'Tahoma', 'Verdana', 'Arial', 'SunSans-Regular', Sans-Serif;
}
.mw-body-content h2 {
font-weight: normal;
}
.mw-body-content h3 {
font-weight: bold;
}
a,
.mw-parser-output a.external {
color: #f6761f;
}
pre, .mw-code {
font-family: consolas,'Arial', 'SunSans-Regular', Sans-Serif;
color: #222;
background-color: #dedfe2;
border: 1px solid #c5c8ca;
}