mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 02:41:54 +00:00
46 lines
688 B
Plaintext
46 lines
688 B
Plaintext
|
// FIXME: Ensure resources/skins.minerva.base.styles/print.less is removed when promoting
|
||
|
.header-container {
|
||
|
background: @skinContentBgColor !important;
|
||
|
box-shadow: none !important;
|
||
|
}
|
||
|
|
||
|
.header {
|
||
|
border-top: 0;
|
||
|
display: block;
|
||
|
height: auto;
|
||
|
|
||
|
.branding-box {
|
||
|
padding-left: 0 !important;
|
||
|
|
||
|
// Beta indication is hidden in print mode
|
||
|
sup {
|
||
|
display: none !important;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
> 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;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|