264
edits
(Created page with "→: .page-heading { display: none; }") |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
display: none; | 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; | |||
} | |||
} | |||