「MediaWiki:Minerva.css」の版間の差分
Refined visuals (Minerva mobile) |
Remove h2/h3 border-bottom on Minerva (conflicts with accordion section-heading) |
||
| 64行目: | 64行目: | ||
font-size: 15px; | font-size: 15px; | ||
line-height: 1.7; | line-height: 1.7; | ||
} | |||
.mw-parser-output h2, | |||
.mw-parser-output h3 { | |||
border-bottom: none !important; | |||
padding-bottom: 0 !important; | |||
} | } | ||
.mw-parser-output h2 { | .mw-parser-output h2 { | ||
font-size: 1. | font-size: 1.25em; | ||
margin-top: 1. | margin-top: 1.2em; | ||
margin-bottom: 0.4em; | |||
font-weight: 600; | |||
} | } | ||
.mw-parser-output h3 { | .mw-parser-output h3 { | ||
font-size: 1.1em; | font-size: 1.08em; | ||
margin- | margin-top: 1em; | ||
border-bottom: | margin-bottom: 0.3em; | ||
padding-bottom: 0 | font-weight: 600; | ||
color: #444; | |||
} | |||
.section-heading, | |||
.collapsible-heading { | |||
border-bottom: none !important; | |||
} | |||
.section-heading h2, | |||
.collapsible-heading h2, | |||
.collapsible-block h2 { | |||
border-bottom: none !important; | |||
padding-bottom: 0 !important; | |||
} | } | ||