MediaWiki:Common.css: Difference between revisions
Strengthen tournament infobox styling in site CSS |
Improve mobile typography sizing |
||
| Line 135: | Line 135: | ||
.mw-parser-output .infobox-tournament td { | .mw-parser-output .infobox-tournament td { | ||
background: #ffffff; | background: #ffffff; | ||
} | |||
@media (max-width: 720px) { | |||
.mw-first-heading, | |||
.mw-page-title-main, | |||
.vector-body h1.firstHeading { | |||
font-size: 2.05rem; | |||
line-height: 1.1; | |||
} | |||
.mw-parser-output .mw-heading2 h2, | |||
.mw-parser-output h2 { | |||
margin: 0.85em 0 0.2em; | |||
padding-bottom: 0.14em; | |||
font-size: 1.3rem; | |||
line-height: 1.25; | |||
} | |||
.mw-parser-output .mw-heading3 h3, | |||
.mw-parser-output h3 { | |||
margin: 0.55em 0 0.22em; | |||
font-size: 1.08rem; | |||
line-height: 1.3; | |||
} | |||
.mw-parser-output .mw-heading4 h4, | |||
.mw-parser-output h4 { | |||
margin: 0.45em 0 0.18em; | |||
font-size: 0.96rem; | |||
line-height: 1.3; | |||
} | |||
.mw-parser-output p, | |||
.mw-parser-output li { | |||
line-height: 1.55; | |||
} | |||
.mw-parser-output table.wikitable th, | |||
.mw-parser-output table.wikitable td { | |||
padding: 0.3em 0.45em; | |||
font-size: 0.94em; | |||
} | |||
} | } | ||