MediaWiki:Common.css: Difference between revisions

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