MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 130: Line 130:
grid-template-columns: auto auto auto;
grid-template-columns: auto auto auto;
}
}
.tsTableGrid3 .tsTableCell:nth-child(3n+1) {
.tsTableGrid3 .tsTableCell:nth-child(1),
border-right: 1px solid #5b8680;
.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+2) {
.tsTableGrid3 .tsTableCell:nth-child(3n+2) {
border-right: 1px solid #5b8680;
border-right: 1px solid #5b8680;
Line 141: Line 146:
background-color: #eabe82;
background-color: #eabe82;
}
}
.tsTableHeader, .tsTableCell {
.tsTableCell {
padding: 0 0.5rem;
padding: 0 0.5rem;
line-height: 2;
line-height: 2;
}
.tsTableHeader {
background-color: #809e95;
font-weight: bold;
color: white;
}
}