MediaWiki:Minerva.css: Difference between revisions
Created page with "→All CSS here will be loaded for users of the MinervaNeue skin: .header-container .header-chrome { background-color: red !important; }" |
Changes to header, footer, their contents, and site wide headings font. |
||
| 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 { | |||
background-color: | .header-container.header-chrome, .minerva-footer { | ||
background-color: #E9EEF6; | |||
} | |||
.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; | |||
} | } | ||