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

MediaWiki:Common.css

Guild Wars Wiki en français
Aller à la navigation Aller à la recherche

Note : après avoir enregistré vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  • Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
  • Opera : appuyez sur Ctrl + F5.
/* 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;
  width: 100%;
}
table.blacktable tr > th {
  background-color: #707070;
  color: #ededed !important;
  padding: 5px;
}
table.blacktable tr > td {
  padding: 5px;
}
table.blacktable tr > td:nth-of-type(1) {
  background-color: #dadada !important;
  font-weight: bold;
}
.assassin {
  background-color: #ffccee;
}
.elementaliste {
  background-color: #ffbbbb;
}
.envouteur {
  background-color: #ddaaff;
}
.guerrier {
  background-color: #ffff88;
}
.moine {
  background-color: #aaccff;
}