« MediaWiki:Monobook.css » : différence entre les versions
De Wiki Lylat
Aller à la navigationAller à la recherche
Annulation des modifications 1384 de Lucas5201 (discussion) Balise : Annulation |
Aucun résumé des modifications |
||
| Ligne 31 : | Ligne 31 : | ||
} | } | ||
select | select { | ||
color: | color: white !important; | ||
background-color: #00032a !important; | |||
} | |||
option { | |||
color: white !important; | |||
background-color: #313847 !important; | |||
} | } | ||
Version du 19 août 2025 à 20:45
/* Tout CSS placé ici sera chargé avec les pages accédées par les utilisateurs de l’habillage MonoBook */
#globalWrapper
{
background-color: #00032a;
color: white;
}
.mw-body {
background-color: #313847 !important;
color: white;
}
a
{
color: #32CD32;
}
a:visited
{
color: green;
}
.new
{
color: #FF6347;
}
h1,h2,h3
{
color: white;
}
select {
color: white !important;
background-color: #00032a !important;
}
option {
color: white !important;
background-color: #313847 !important;
}