MediaWiki:Minerva.css

Revision as of 16:27, 2 November 2025 by Voy15 (talk | contribs)

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* All CSS here will be loaded for users of the MinervaNeue skin */

html, body {
height: 100%;
}


.header-container.header-chrome, .minerva-footer {
background-color: #E9EEF6;

}

.minerva-footer {
  margin-top: auto;
}

.branding-box span {
color: rgb(77, 77, 80);
font-size: 1.25rem !important;
font-weight: 600;
letter-spacing: 1px;

}

.minerva-icon {
background-color: rgb(32, 33, 36) !important;
}

.minerva-header .branding-box {
    opacity: 1;
}

.search-box .search {
border-radius: 14px;
border: 1px solid #d2eff7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}