2019-08-08 20:01:03 +00:00
|
|
|
@import '../../minerva.less/minerva.variables.less';
|
|
|
|
@import '../../minerva.less/minerva.mixins.less';
|
2017-07-12 15:12:40 +00:00
|
|
|
|
2019-11-26 05:02:40 +00:00
|
|
|
// stylelint-disable selector-max-id
|
2017-07-12 15:12:40 +00:00
|
|
|
.page-Main_Page {
|
2022-04-01 15:23:00 +00:00
|
|
|
.mw-first-heading {
|
2017-07-12 15:12:40 +00:00
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.is-authenticated {
|
|
|
|
.pre-content {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-11-26 05:02:40 +00:00
|
|
|
#page-secondary-actions a {
|
|
|
|
margin-top: 1em;
|
2017-07-12 15:12:40 +00:00
|
|
|
}
|
|
|
|
}
|
2024-02-28 19:14:14 +00:00
|
|
|
|
|
|
|
& when (@wgMinervaApplyKnownTemplateHacks = 1) {
|
|
|
|
@import 'hacks.less';
|
|
|
|
}
|
|
|
|
|
2019-11-26 05:02:40 +00:00
|
|
|
// stylelint-enable selector-max-id
|