MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 31: Line 31:
}
}
#content h1,
#content h1,
#content h2 {
#content h2,
#content h3 {
font-family: Unibody;
font-family: Unibody;
color: var(--color-dark-green);
color: var(--color-dark-green);
Line 40: Line 41:
#content h2 {
#content h2 {
font-size: 32px;
font-size: 32px;
}
#content h3 {
font-size: 24px;
}
}
#mw-page-base {
#mw-page-base {
Line 129: Line 133:
.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 142:
.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 {