MediaWiki:Vector.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 19: | Line 19: | ||
/* Optional: shift logo downward */ | /* Optional: shift logo downward */ | ||
.mw-logo-wordmark img { | .mw-logo-wordmark img { | ||
margin-top: | margin-top: 20px; | ||
} | } | ||
Revision as of 07:02, 28 January 2026
/* All CSS here will be loaded for users of the Vector skin */
/* Allow logo to overflow the header */
.mw-header {
overflow: visible;
height: 50px;
}
/* Prevent header height from expanding */
.mw-header-logo {
align-items: flex-start;
}
/* Allow wordmark to overflow downward */
.mw-logo-wordmark {
position: relative;
z-index: 10;
}
/* Optional: shift logo downward */
.mw-logo-wordmark img {
margin-top: 20px;
}