MediaWiki:Minerva.css

From Ekatra Foundation
Revision as of 05:35, 15 October 2025 by Gurwinder (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser’s cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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;
  }
}