« 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
Balise : Révocation manuelle
 
(10 versions intermédiaires par le même utilisateur non affichées)
Ligne 11 : Ligne 11 :
}
}


a  
a, .mw-parser-output a.external, .mw-parser-output a.extiw, .mw-parser-output a.extiw:active {
{
  color: #32CD32;
color: #32CD32;
}
}


a:visited
a:visited
Ligne 22 : Ligne 22 :


.new  
.new  
{
{ color: #FF6347;
  color: #FF6347;
}
}


h1,h2,h3
h1,h2,h3,h4,h5,h6
{
{
color: white;
color: white;
}
}


select, option  {
.mw-echo-notifications-badge.mw-echo-notification-badge-nojs {
   color: black !important;
   filter: invert(1) brightness(2) !important;
}
}

Dernière version du 25 août 2025 à 17:32

/* 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, .mw-parser-output a.external, .mw-parser-output a.extiw, .mw-parser-output a.extiw:active {
  color: #32CD32;
}


a:visited
{
  color: green;
}

.new 
{  color: #FF6347;
}

h1,h2,h3,h4,h5,h6
{
color: white;
}

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