MediaWiki:Common.css : Différence entre versions
De AGX
(10 révisions intermédiaires par le même utilisateur non affichées) | |||
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: #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; | ||
} | } | ||
− | . | + | .astuce { |
− | # | + | line-height: 1.3em; |
+ | background-color: #f9f9f9; | ||
+ | border: 1px solid #ddd; | ||
+ | padding: 1em; | ||
+ | white-space: pre-wrap; | ||
} | } |
Version actuelle datée du 23 avril 2021 à 10:38
/* 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;
}
.astuce {
line-height: 1.3em;
background-color: #f9f9f9;
border: 1px solid #ddd;
padding: 1em;
white-space: pre-wrap;
}