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

15 octets ajoutés ,  28 mai 2019 à 23:23
m
aucun résumé de modification
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;
}
}