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

636 octets ajoutés ,  29 mai 2019 à 21:31
m
aucun résumé de modification
m
 
(11 versions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
/* Le CSS placé ici sera appliqué à tous les habillages. */
/* 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;
}