MediaWiki:Minerva.css: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 2: | Line 2: | ||
html, body { | html, body { | ||
height: 100%; | height: 100% !important; | ||
} | } | ||
| Line 12: | Line 12: | ||
.minerva-footer { | .minerva-footer { | ||
margin-top: auto; | margin-top: auto !important; | ||
} | } | ||
Revision as of 16:27, 2 November 2025
/* All CSS here will be loaded for users of the MinervaNeue skin */
html, body {
height: 100% !important;
}
.header-container.header-chrome, .minerva-footer {
background-color: #E9EEF6;
}
.minerva-footer {
margin-top: auto !important;
}
.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;
}