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