MediaWiki:Common.css : Différence entre versions
De AGX
Ligne 39 : | Ligne 39 : | ||
.astuce { | .astuce { | ||
− | background-color: | + | background-color: hsl(0,0%,60%) |
color: #95C11F; | color: #95C11F; | ||
} | } |
Version du 23 avril 2021 à 10:12
/* 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;
}
.remarque {
font-style: italic;
color: #B90066;
}
.astuce {
background-color: hsl(0,0%,60%)
color: #95C11F;
}