« MediaWiki:Monobook.css » : différence entre les versions
De Wiki Lylat
Aller à la navigationAller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications Balise : Révoqué |
||
| Ligne 2 : | Ligne 2 : | ||
#globalWrapper | #globalWrapper | ||
{ | { | ||
background-color: # | background-color: #00032a; | ||
} | } | ||
| Ligne 8 : | Ligne 8 : | ||
.mw-body | .mw-body | ||
{ | { | ||
background-color: # | background-color: #79aaf3; | ||
color: white; | color: white; | ||
} | } | ||
Version du 1 août 2025 à 22:43
/* Tout CSS placé ici sera chargé avec les pages accédées par les utilisateurs de l’habillage MonoBook */
#globalWrapper
{
background-color: #00032a;
}
.mw-body
{
background-color: #79aaf3;
color: white;
}