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 16 : Ligne 16 :
   background-color: #3c3f3e !important;
   background-color: #3c3f3e !important;
   color: #ededed !important;
   color: #ededed !important;
   text-align: center !important;
   text-align: left !important;
}
}
table.blacktable th a {
table.blacktable th a {
Ligne 25 : Ligne 25 :
}
}
table.blacktable tr > td {
table.blacktable tr > td {
   text-align: center !important;
   text-align: left !important;
}
}
table.blacktable tr > td:nth-of-type(1) {
table.blacktable tr > td:nth-of-type(1) {

Version du 28 mai 2019 à 23:29

/* 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;
  text-align: left !important;
}
table.blacktable th a {
  color: #ededed !important;
}
table.blacktable th a:visited {
  color: #ededed !important;
}
table.blacktable tr > td {
  text-align: left !important;
}
table.blacktable tr > td:nth-of-type(1) {
  background-color: #bbb !important;
  font-weight: bold;
}