« 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
 
(56 versions intermédiaires par le même utilisateur non affichées)
Ligne 2 : Ligne 2 :
#globalWrapper
#globalWrapper
{
{
  background-color: #3c2446;
  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;
  font-weight: bold;
}
}




.mw-body
a:visited
{
{
  background-color: #00032a;
  color: green;
color: white;
  font-weight: bold;
}
 
.file-name, .ve-ui-mwNoticesPopupTool-item
{
  color: black !important;
}
 
.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;
}
}

Dernière version du 7 juillet 2026 à 19:28

/* 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;
  font-weight: bold;
}


a:visited
{
  color: green;
  font-weight: bold;
}

.file-name, .ve-ui-mwNoticesPopupTool-item
{
  color: black !important;
}

.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;
}