MediaWiki:Common.css : Différence entre versions

De WikiFr_dbSQWare
Aller à : navigation, rechercher
Ligne 1 : Ligne 1 :
 
/* Le CSS placé ici sera appliqué à tous les habillages. */
 
/* 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;
 +
}
 +
 
.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;
 
}
 
}
 +
 
h1, h2, h3, h4, h5, h6 {
 
h1, h2, h3, h4, h5, h6 {
 
   color: #424666;
 
   color: #424666;

Version du 15 mars 2021 à 11:28

/* 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;
}

.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
  font-family: 'NunitoSans', 'Tahoma', 'Verdana', 'Arial', 'SunSans-Regular', Sans-Serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #424666;
}

h1, h2, h3, h4, h5, h6 {
  border-bottom: 1px solid #f6761f;
}