Jump to content

MediaWiki:Minerva.css: Difference between revisions

From WikiFave
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 9: Line 9:
background-color: #E9EEF6;
background-color: #E9EEF6;


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



Revision as of 16:27, 2 November 2025

/* 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;
}