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

De WikiFr_dbSQWare
Aller à la navigation Aller à la recherche
Aucun résumé des modifications
Aucun résumé des modifications
 
(76 versions intermédiaires par 2 utilisateurs non affichées)
Ligne 3 : Ligne 3 :
   font-family: 'NunitoSans', 'Tahoma', 'Verdana', 'Arial', 'SunSans-Regular', Sans-Serif;
   font-family: 'NunitoSans', 'Tahoma', 'Verdana', 'Arial', 'SunSans-Regular', Sans-Serif;
}
}


.mw-body, .parsoid-body {
.mw-body, .parsoid-body {
   color: #424666;
   color: #424666;
}
h1 {
  border-bottom: 3px solid #f6761f;
  color: #595959;
}
h2 {
  border-bottom: 2px solid #f6761f;
  color: #ff5e05;
}
h3 {
  border-bottom: 1px solid #f66125;
  color: #505050;
}
h4 {
  border-bottom: 1px solid #706969;
  color: #6a6c6e;
}
h5 {
  text-decoration: underline;
  text-decoration-color: #f6761f;
  color: #706969;
}
h6 {
  text-decoration: underline;
  text-decoration-color: #8d8c8b;
  color: #8d8c8b;
}
}


.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 h3 {
  font-weight: normal;
  font-size: 1.3em;
  padding-left: 0.3em;
}
.mw-body-content h4 {
  font-size: 1.1em;
  padding-left: 0.6em;
}
.mw-body-content h5 {
  font-weight: normal;
  padding-left: 0.9em;
}
.mw-body-content h6 {
  font-weight: normal;
  font-style : italic;
  font-size: 1.0em;
  padding-left: 1.2em;
}
}


a,
a,
.mw-parser-output a.external {
a:visited,
   color: #f6761f;
.mw-parser-output a.external,
.mw-parser-output a.external.free,
.vector-menu-tabs-legacy li a,
.wikiEditor-ui-toolbar .tabs span.tab a {
   color: #ff5e05;
}
}


Ligne 21 : Ligne 79 :
   font-family: consolas,'Arial', 'SunSans-Regular', Sans-Serif;
   font-family: consolas,'Arial', 'SunSans-Regular', Sans-Serif;
   color: #222;
   color: #222;
   background-color: #dedfe2;
   background-color: #e9eaed;
   border: 1px solid #c5c8ca;
   border: 1px solid #c5c8ca;
}
}


h1 {
.tocnumber,
  border-bottom: 3px solid #f6761f;
.toctogglelabel {
   color: #595959;
   color: #424666;
}
}


h2 {
#mw-panel .portal h3 {
  border-bottom: 2px solid #f6761f;
   color: #f6761f;
   color: #f6761f;
}
}


h3 {
#mw-panel .portal .body li a,
   border-bottom: 2px solid #f6761f;
#mw-panel .portal .body li a:visited {
   color: #7F7F7F;
   color: #424666;
}
 
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a,
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:visited {
    color: #424666;
}
 
table.wikitable > tr > th, table.wikitable > * > tr > th {
  background-color: #eaecf0;
  text-align: center;
   color: #ff5e05;
  font-weight: normal;
}
 
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
  border: 1px solid #7f7f7f;
}
}


h4, h5, h6 {
table.wikitable {
   border-bottom: 1px solid #f6761f;
   background-color: #fff;
   color: #7F7F7F;
   color: #424666;
}
}

Dernière version du 30 juin 2025 à 17:04

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

h3 {
  border-bottom: 1px solid #f66125;
  color: #505050;
}

h4 {
  border-bottom: 1px solid #706969;
  color: #6a6c6e;
}

h5 {
  text-decoration: underline;
  text-decoration-color: #f6761f;
  color: #706969;
}

h6 {
  text-decoration: underline;
  text-decoration-color: #8d8c8b;
  color: #8d8c8b;
}

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

.mw-body-content h3 {
  font-weight: normal;
  font-size: 1.3em;
  padding-left: 0.3em;
}

.mw-body-content h4 {
  font-size: 1.1em;
  padding-left: 0.6em;
}

.mw-body-content h5 {
  font-weight: normal;
  padding-left: 0.9em;
}

.mw-body-content h6 {
  font-weight: normal;
  font-style : italic;
  font-size: 1.0em;
  padding-left: 1.2em;
}

a,
a:visited,
.mw-parser-output a.external,
.mw-parser-output a.external.free,
.vector-menu-tabs-legacy li a,
.wikiEditor-ui-toolbar .tabs span.tab a {
  color: #ff5e05;
}

pre, .mw-code {
  font-family: consolas,'Arial', 'SunSans-Regular', Sans-Serif;
  color: #222;
  background-color: #e9eaed;
  border: 1px solid #c5c8ca;
}

.tocnumber,
.toctogglelabel {
  color: #424666;
}

#mw-panel .portal h3 {
  color: #f6761f;
}

#mw-panel .portal .body li a,
#mw-panel .portal .body li a:visited {
  color: #424666;
}

.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a,
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:visited {
    color: #424666;
}

table.wikitable > tr > th, table.wikitable > * > tr > th {
  background-color: #eaecf0;
  text-align: center;
  color: #ff5e05;
  font-weight: normal;
}

table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
  border: 1px solid #7f7f7f;
}

table.wikitable {
  background-color: #fff;
  color: #424666;
}