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

55 octets ajoutés ,  28 mai 2019 à 23:24
m
aucun résumé de modification
m
m
Ligne 10 : Ligne 10 :


table.blacktable {
table.blacktable {
   border: solid 1px silver;
   border: solid 1px silver !important;
   text-align: left;
   text-align: left !important;
}
}
table.blacktable th {
table.blacktable th {
   background-color: #3c3f3e;
   background-color: #3c3f3e !important;
   color: #ededed;
   color: #ededed !important;
}
}
table.blacktable tr > td:nth-of-type(1) {
table.blacktable tr > td:nth-of-type(1) {
   background-color: #bbb;
   background-color: #bbb !important;
}
}