MediaWiki:Minerva.css: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the MinervaNeue skin */ | /* All CSS here will be loaded for users of the MinervaNeue skin */ | ||
.header-container.header-chrome, .minerva-footer { | .header-container.header-chrome, .minerva-footer { | ||
| Line 15: | Line 6: | ||
} | } | ||
. | body, | ||
#mw-mf-viewport, | |||
#p-dock-bottom, | |||
.mw-notification-area { | |||
background-color: #ffffff !important; /* change this to your desired color */ | |||
} | } | ||
Revision as of 16:30, 2 November 2025
/* All CSS here will be loaded for users of the MinervaNeue skin */
.header-container.header-chrome, .minerva-footer {
background-color: #E9EEF6;
}
body,
#mw-mf-viewport,
#p-dock-bottom,
.mw-notification-area {
background-color: #ffffff !important; /* change this to your desired color */
}
.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;
}