MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 501: | Line 501: | ||
height: 28px; | height: 28px; | ||
} | } | ||
/* ===== Grantha Header | /* ===== Grantha Header (FIXED) ===== */ | ||
.vector-header-container { | |||
background: #1a2e40 !important; | |||
border-bottom: 1px solid rgba(255,255,255,0.08); | |||
} | |||
.vector-header { | .vector-header { | ||
background: | background: transparent !important; | ||
max-width: 100% !important; | |||
} | } | ||
/* Left logo */ | |||
.mw-logo-wordmark { | .mw-logo-wordmark { | ||
color: # | color: #ffffff !important; | ||
font-weight: 700; | font-weight: 700; | ||
font-size: 18px; | font-size: 18px; | ||
letter-spacing: -0.01em; | |||
} | |||
/* Icon */ | |||
.mw-logo-icon { | |||
content: url('/favicon.ico'); | |||
width: 24px; | |||
height: 24px; | |||
filter: invert(1); | |||
} | |||
/* Right side text/icons */ | |||
.vector-header-end, | |||
.vector-header-end * { | |||
color: rgba(255,255,255,0.9) !important; | |||
} | } | ||
.vector-header .vector-header- | /* Remove spacing constraint */ | ||
.vector-header-container .vector-header { | |||
padding-left: 20px !important; | |||
padding-right: 20px !important; | |||
} | } | ||