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

174 octets ajoutés ,  29 mai 2019 à 21:31
m
aucun résumé de modification
m
m
 
(6 versions intermédiaires par le même utilisateur non affichées)
Ligne 7 : Ligne 7 :
   display: none;
   display: none;
}
}




table.blacktable {
table.blacktable {
   border: solid 1px silver !important;
   border: solid 1px silver;
   text-align: left !important;
   text-align: left;
  width: 100%;
}
}
table.blacktable th {
table.blacktable tr > th {
   background-color: #3c3f3e !important;
   background-color: #707070;
   color: #ededed !important;
   color: #ededed !important;
  padding: 5px;
}
}
table.blacktable th a {
table.blacktable tr > td {
   color: #ededed !important;
   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;
}
}
table.blacktable th a:visited {
.guerrier {
   color: #ededed !important;
   background-color: #ffff88;
}
}
table.blacktable tr > td:nth-of-type(1) {
.moine {
   background-color: #bbb !important;
   background-color: #aaccff;
}
}