Différences entre les versions de « MediaWiki:Vector.css »
Aller à la navigation
Aller à la recherche
| Ligne 15 : | Ligne 15 : | ||
a:active { | a:active { | ||
color: #ff7d27; | color: #ff7d27; | ||
| + | } | ||
| + | |||
| + | .mw-body, .parsoid-body { | ||
| + | color: #1c1c1c; | ||
| + | } | ||
| + | |||
| + | pre, .mw-code { | ||
| + | color: #2a2a2a; | ||
| + | background-color: #f5f3f1; | ||
| + | border: 1px solid #cfc8bf; | ||
} | } | ||
Version du 8 février 2021 à 04:39
/* Le CSS placé ici affectera les utilisateurs de l’habillage Vector. */
/* Refr Custom */
h1, h2, h3, h4, h5, h6 {
color: #1a0a00;
}
a {
color: #d45500;
}
a:visited {
color: #7b4829;
}
a:active {
color: #ff7d27;
}
.mw-body, .parsoid-body {
color: #1c1c1c;
}
pre, .mw-code {
color: #2a2a2a;
background-color: #f5f3f1;
border: 1px solid #cfc8bf;
}