「MediaWiki:Minerva.css」の版間の差分
Remove h2/h3 border-bottom on Minerva (conflicts with accordion section-heading) |
Stop killing .section-heading/.collapsible-heading borders (those ARE the accordion divider) |
||
| (同じ利用者による、間の1版が非表示) | |||
| 66行目: | 66行目: | ||
} | } | ||
.mw-parser-output h2 | .mw-parser-output h2 { | ||
border-bottom: none !important; | border-bottom: none !important; | ||
padding-bottom: 0 !important; | padding-bottom: 0 !important; | ||
font-size: 1.25em; | font-size: 1.25em; | ||
margin-top: 1.2em; | margin-top: 1.2em; | ||
| 80行目: | 76行目: | ||
.mw-parser-output h3 { | .mw-parser-output h3 { | ||
font-size: 1. | font-size: 1.1em; | ||
margin-top: 1em; | margin-top: 1.1em; | ||
border-bottom: 1px solid #ecdfb0; | |||
padding-bottom: 0.2em; | |||
font-weight: 600; | font-weight: 600; | ||
color: # | color: #3a3000; | ||
} | } | ||