Pour pouvoir importer des images sur le serveur et consulter le wiki sans publicité, vous devez vous connecter.

Différences entre les versions de « MediaWiki:Common.css »

Guild Wars Wiki en français
Aller à la navigation Aller à la recherche
m
m
Ligne 15 : Ligne 15 :
table.blacktable th {
table.blacktable th {
   background-color: #3c3f3e !important;
   background-color: #3c3f3e !important;
  color: #ededed !important;
}
table.blacktable th a {
  color: #ededed !important;
}
table.blacktable th a:visited {
   color: #ededed !important;
   color: #ededed !important;
}
}

Version du 28 mai 2019 à 23:25

/* Le CSS placé ici sera appliqué à tous les habillages. */

.client-nojs .js {
  display: none;
}
.client-js .nojs {
  display: none;
}


table.blacktable {
  border: solid 1px silver !important;
  text-align: left !important;
}
table.blacktable th {
  background-color: #3c3f3e !important;
  color: #ededed !important;
}
table.blacktable th a {
  color: #ededed !important;
}
table.blacktable th a:visited {
  color: #ededed !important;
}
table.blacktable tr > td:nth-of-type(1) {
  background-color: #bbb !important;
}