MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
.minerva-header .branding-box { | .minerva-header .branding-box { | ||
opacity: 1; | opacity: 1; | ||
} | } | ||
.branding-box img { | .branding-box img { | ||
width: 300px !important; | width: 300px !important; | ||
} | |||
.header-container { | |||
min-height: 80px; | |||
} | } |
Revision as of 10:22, 24 April 2024
/* CSS placed here will be applied to all skins */ .header-container { background: rgba(0,0,0,1) !important; color: #FFFFFF !important; } .header-container a { color: rgba(255,255,255,1) !important; } .header-container .minerva-icon { filter: invert(100%); } .minerva-header .branding-box { opacity: 1; } .branding-box img { width: 300px !important; } .header-container { min-height: 80px; }