MediaWiki:Vector.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 20: | Line 20: | ||
.mw-logo-wordmark img { | .mw-logo-wordmark img { | ||
margin-top: 20px; | margin-top: 20px; | ||
} | |||
.mw-body { | |||
padding-top: 40px; | |||
} | } | ||
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;
}
.mw-body {
padding-top: 40px;
}