« 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
Ligne 28 : Ligne 28 :
{
{
color: white;
color: white;
}
<!-- Badges Echo -->
.mw-echo-notifications-badge .mw-echo-notification-badge-nojs
{
  filter: invert(1) brightness(2) !important;
}
}

Version du 22 août 2025 à 11:48

/* 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;
}

<!-- Badges Echo -->
.mw-echo-notifications-badge .mw-echo-notification-badge-nojs
{
  filter: invert(1) brightness(2) !important;
}