mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-28 16:10:55 +00:00
2cc9516cde
This is programmatic output from python3 scripts/migrate.py This will result in a Minerva skin dependent on MobileFrontend. Post merge we will rename message keys to have minerva- prefix Bug: T166748 Change-Id: Iff1f7e63e796cc5d4a6d2ab0370e0c33248d2fce
64 lines
975 B
Plaintext
64 lines
975 B
Plaintext
@import 'minerva.variables';
|
|
@import 'minerva.mixins';
|
|
|
|
// FIXME: Apply these styles to all special pages
|
|
.mw-mf-special #content {
|
|
@verticalPadding: 0.5em;
|
|
#section_0 {
|
|
padding: @verticalPadding 0;
|
|
text-align: center;
|
|
font-size: 1.25em;
|
|
font-weight: bold;
|
|
border: 0;
|
|
}
|
|
|
|
.pre-content {
|
|
padding: 0;
|
|
border-bottom: 0;
|
|
}
|
|
}
|
|
|
|
// used in Special:Nearby and Special:UserLogin
|
|
.errorbox,
|
|
.error {
|
|
color: @colorErrorText;
|
|
background: @colorErrorBackground;
|
|
}
|
|
|
|
.mw-mf-special {
|
|
h1,
|
|
h2 {
|
|
font-family: @fontFamily;
|
|
}
|
|
|
|
.content-header {
|
|
padding: 0 0 20px;
|
|
border-bottom: 1px solid @colorGray12;
|
|
|
|
h2 {
|
|
padding: 0;
|
|
font-size: 1.1em;
|
|
font-weight: bold;
|
|
border-bottom: 0;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
.content {
|
|
// don't apply these styles to headings in message boxes
|
|
> h2 {
|
|
text-align: center;
|
|
margin: 0.7em 0;
|
|
font-size: 1.1em;
|
|
color: @grayMedium;
|
|
}
|
|
}
|
|
|
|
.error {
|
|
h2 {
|
|
margin-top: 0;
|
|
text-transform: none;
|
|
}
|
|
}
|
|
}
|