mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 18:58:45 +00:00
4cef1791c2
Depends-On: I7b7534223c672a47a11e69fc07bea535ec0085a1 Bug: T255230 Change-Id: Ibf5c0410e446cff18fc26fe2e80d120a72209c04
49 lines
750 B
Plaintext
49 lines
750 B
Plaintext
// FIXME: Ensure resources/skins.minerva.base.styles/print.less is removed when promoting
|
|
.header-container,
|
|
.header-container.header-chrome {
|
|
background: @background-color-base;
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
.header {
|
|
border-top: 0;
|
|
display: block;
|
|
height: auto;
|
|
padding: 0 @contentPadding;
|
|
|
|
.branding-box {
|
|
padding-left: 0 !important;
|
|
|
|
// Beta indication is hidden in print mode
|
|
sup {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
> nav,
|
|
> div {
|
|
display: none !important;
|
|
}
|
|
|
|
> .branding-box {
|
|
height: auto;
|
|
display: block !important;
|
|
padding: 0 0 51px 50px;
|
|
|
|
h1 {
|
|
font-size: inherit;
|
|
|
|
> * {
|
|
float: none;
|
|
}
|
|
|
|
// assumes SVG...
|
|
img {
|
|
height: 41px;
|
|
width: auto;
|
|
vertical-align: inherit;
|
|
}
|
|
}
|
|
}
|
|
}
|