mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 18:58:45 +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
52 lines
835 B
Plaintext
52 lines
835 B
Plaintext
@import 'mediawiki.mixins.less';
|
|
@import 'minerva.variables.less';
|
|
@import 'minerva.mixins.less';
|
|
|
|
form {
|
|
// FIXME: work out what to do with these
|
|
#mw-prefs-restoreprefs {
|
|
display: none;
|
|
}
|
|
|
|
fieldset {
|
|
font-size: 0.9em;
|
|
|
|
.htmlform-tip {
|
|
display: none;
|
|
}
|
|
|
|
.mw-label,
|
|
.mw-ui-checkbox {
|
|
font-style: italic;
|
|
font-size: 0.9em;
|
|
}
|
|
|
|
legend {
|
|
color: @grayMedium;
|
|
font-size: 0.8em;
|
|
font-weight: bold;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
fieldset {
|
|
margin: 0 0 1em 0.3em;
|
|
}
|
|
}
|
|
}
|
|
|
|
// For old style forms
|
|
// Special:MovePage?target=San%20Francisco
|
|
// Special:Import
|
|
// Special:NewPages
|
|
// Special:RecentChanges
|
|
// Special:Prefixindex
|
|
// Special:Contributions
|
|
// Special:ChangePassword
|
|
// Special:ChangeEmail
|
|
// Special:Allpages
|
|
.mw-input [type='submit'],
|
|
.mw-submit {
|
|
margin-top: 8px;
|
|
min-width: 80%;
|
|
}
|