MediaWiki:Common.css : Différence entre versions

De WikiFr_dbSQWare
Aller à : navigation, rechercher
Ligne 15 : Ligne 15 :
 
h2 {
 
h2 {
 
   border-bottom: 2px solid #f6761f;
 
   border-bottom: 2px solid #f6761f;
   color: #f6761f;
+
   color: #ff5e05;
 
}
 
}
  
Ligne 40 : Ligne 40 :
 
.mw-parser-output a.external,
 
.mw-parser-output a.external,
 
.mw-parser-output a.external.free {
 
.mw-parser-output a.external.free {
   color: #f6761f;
+
   color: #ff5e05;
 
}
 
}
  
Ligne 51 : Ligne 51 :
  
 
#mw-panel .portal .body li a {
 
#mw-panel .portal .body li a {
     color: #ff5e05;
+
     color: #f6761f;
 
}
 
}
  
Ligne 57 : Ligne 57 :
 
   background-color: #eaecf0;
 
   background-color: #eaecf0;
 
   text-align: center;
 
   text-align: center;
   color: #f6761f;
+
   color: #ff5e05;
 
   font-weight: normal;
 
   font-weight: normal;
 
}
 
}

Version du 15 mars 2021 à 15:46

/* 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: 2px solid #f6761f;
  color: #505050;
}

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 h3 {
  font-weight: normal;
  font-size: 1.3em;
}

a,
.mw-parser-output a.external,
.mw-parser-output a.external.free {
  color: #ff5e05;
}

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

#mw-panel .portal .body li a {
    color: #f6761f;
}

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