MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 129: Line 129:
.tsTableGrid3 {
.tsTableGrid3 {
grid-template-columns: auto auto auto;
grid-template-columns: auto auto auto;
}
.tsTableGrid3 .tsTableCell:nth-child(1),
.tsTableGrid3 .tsTableCell:nth-child(2),
.tsTableGrid3 .tsTableCell:nth-child(3) {
background-color: #809e95;
font-weight: bold;
color: white;
}
}
.tsTableGrid3 .tsTableCell:nth-child(3n+1),
.tsTableGrid3 .tsTableCell:nth-child(3n+1),
Line 145: Line 138:
.tsTableGrid3 .tsTableCell:nth-child(6n+3) {
.tsTableGrid3 .tsTableCell:nth-child(6n+3) {
background-color: #eabe82;
background-color: #eabe82;
}
.tsTableGrid3 .tsTableCell:nth-child(1),
.tsTableGrid3 .tsTableCell:nth-child(2),
.tsTableGrid3 .tsTableCell:nth-child(3) {
background-color: #809e95;
font-weight: bold;
color: white;
}
}
.tsTableCell {
.tsTableCell {