MediaWiki:Common.css : Différence entre versions
De AGX
Ligne 1 : | Ligne 1 : | ||
/* Le CSS placé ici sera appliqué à tous les habillages. */ | /* Le CSS placé ici sera appliqué à tous les habillages. */ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | . | + | .bleuAGX { |
− | #EA5B0C; | + | color: #0092C7; |
− | } | + | } |
+ | |||
+ | .orangeAGX { | ||
+ | color: #EA5B0C; | ||
+ | } | ||
+ | |||
+ | .vertAGX { | ||
+ | color: #95C11F; | ||
+ | } | ||
+ | |||
+ | .violetAGX { | ||
+ | color: #B90066; | ||
+ | } | ||
− | + | ||
− | + | h2 { | |
− | } | + | color: @couleur-bleu; |
+ | } | ||
+ | |||
+ | h3 { | ||
+ | color: @couleur-orange; | ||
+ | } | ||
+ | |||
+ | .firstHeading { | ||
+ | /* Change the default from mediawiki.skinning CSS to let indicators float into heading area */ | ||
+ | overflow: visible; | ||
+ | color: @couleur-violet; | ||
+ | } |
Version du 22 avril 2021 à 19:15
/* Le CSS placé ici sera appliqué à tous les habillages. */
.bleuAGX {
color: #0092C7;
}
.orangeAGX {
color: #EA5B0C;
}
.vertAGX {
color: #95C11F;
}
.violetAGX {
color: #B90066;
}
h2 {
color: @couleur-bleu;
}
h3 {
color: @couleur-orange;
}
.firstHeading {
/* Change the default from mediawiki.skinning CSS to let indicators float into heading area */
overflow: visible;
color: @couleur-violet;
}