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
Ligne 9 : Ligne 9 :




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

Version du 28 mai 2019 à 23:23

/* 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;
  text-align: left;
}
table.blacktable th {
  background-color: #3c3f3e;
  color: #ededed;
}
table.blacktable tr > td:nth-of-type(1) {
  background-color: #bbb;
}