MediaWiki:Common.css: Difference between revisions

From Median-XL
No edit summary
No edit summary
Line 7: Line 7:
   margin-bottom: 5px;
   margin-bottom: 5px;
}
}
.va-table tbody tr:first-child td {
.va-table > tr > th,
  background-color: #FF0000;
.va-table > * > tr > th {
  background-color: #1D0404;
  font-weight: bold;
  color: #B7741C;
  text-align: center;
}
}

Revision as of 10:55, 30 April 2024

.va-table {
   background-color: #212121;
   border-collapse: collapse;
   empty-cells: show;
   font-size: 16px;
   line-height: 20px;
   margin-bottom: 5px;
}
.va-table > tr > th,
.va-table > * > tr > th {
   background-color: #1D0404;
   font-weight: bold;
   color: #B7741C;
   text-align: center;
}