「MediaWiki:Minerva.css」の版間の差分

Remove h2/h3 border-bottom on Minerva (conflicts with accordion section-heading)
Restore h3 underline on Minerva (h3 is not part of accordion); keep h2 borderless
66行目: 66行目:
}
}


.mw-parser-output h2,
.mw-parser-output h2 {
.mw-parser-output h3 {
     border-bottom: none !important;
     border-bottom: none !important;
     padding-bottom: 0 !important;
     padding-bottom: 0 !important;
}
.mw-parser-output h2 {
     font-size: 1.25em;
     font-size: 1.25em;
     margin-top: 1.2em;
     margin-top: 1.2em;
     margin-bottom: 0.4em;
     margin-bottom: 0.4em;
     font-weight: 600;
     font-weight: 600;
}
.mw-parser-output h3 {
    font-size: 1.08em;
    margin-top: 1em;
    margin-bottom: 0.3em;
    font-weight: 600;
    color: #444;
}
}


97行目: 85行目:
     border-bottom: none !important;
     border-bottom: none !important;
     padding-bottom: 0 !important;
     padding-bottom: 0 !important;
}
.mw-parser-output h3 {
    font-size: 1.1em;
    margin-top: 1.1em;
    border-bottom: 1px solid #ecdfb0;
    padding-bottom: 0.2em;
    font-weight: 600;
    color: #3a3000;
}
}