MediaWiki:Minerva.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 12: | Line 12: | ||
.external, .mw-parser-output a.external { | .external, .mw-parser-output a.external { | ||
background-image: none !important; | background-image: none !important; | ||
} | |||
/* Override hiding of headings on mobile */ | |||
@media only screen and (max-width: 767px) { | |||
html.skin-minerva .pre-content h1, | |||
html.skin-minerva .content h1, | |||
html.skin-minerva .content h2 { | |||
display: block !important; | |||
visibility: visible !important; | |||
opacity: 1 !important; | |||
height: auto !important; | |||
overflow: visible !important; | |||
} | |||
html.skin-minerva .pre-content, | |||
html.skin-minerva .mw-body > .content, | |||
html.skin-minerva #mw-mf-page-center { | |||
display: block !important; | |||
} | |||
} | } | ||
Latest revision as of 05:35, 15 October 2025
/* All CSS here will be loaded for users of the MinervaNeue skin */
.page-heading {
display: none;
}
.bookcover-heading {
font-size: 29px;
color: #861f23;
}
.mw-parser-output a.external {
background-image: none !important;
}
.external, .mw-parser-output a.external {
background-image: none !important;
}
/* Override hiding of headings on mobile */
@media only screen and (max-width: 767px) {
html.skin-minerva .pre-content h1,
html.skin-minerva .content h1,
html.skin-minerva .content h2 {
display: block !important;
visibility: visible !important;
opacity: 1 !important;
height: auto !important;
overflow: visible !important;
}
html.skin-minerva .pre-content,
html.skin-minerva .mw-body > .content,
html.skin-minerva #mw-mf-page-center {
display: block !important;
}
}