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
|
|
|
|
|
|
|
.printfooter {
|
|
|
|
display: block;
|
|
|
|
padding-top: 108px;
|
|
|
|
font-size: 30px;
|
|
|
|
}
|
|
|
|
|
2019-11-26 05:02:40 +00:00
|
|
|
// stylelint-disable selector-max-id
|
2022-11-23 12:06:18 +00:00
|
|
|
.minerva-footer {
|
2023-04-09 13:49:29 +00:00
|
|
|
border-top: 4px @border-style-base #000;
|
2022-11-23 12:06:18 +00:00
|
|
|
// Un-hide the last-modified info and license text
|
|
|
|
display: block;
|
2017-07-12 15:12:40 +00:00
|
|
|
padding-top: 23px;
|
2023-04-09 13:49:29 +00:00
|
|
|
background: @background-color-base !important;
|
2017-07-12 15:12:40 +00:00
|
|
|
|
2022-11-23 12:06:18 +00:00
|
|
|
.footer-content {
|
|
|
|
display: block !important;
|
2017-07-12 15:12:40 +00:00
|
|
|
|
2022-11-23 12:06:18 +00:00
|
|
|
#footer-info,
|
|
|
|
#footer-info-lastmod,
|
|
|
|
#footer-info-copyright {
|
|
|
|
display: block !important;
|
|
|
|
font-size: 30px;
|
2023-04-09 13:49:29 +00:00
|
|
|
color: @color-print-subtle;
|
2022-11-23 12:06:18 +00:00
|
|
|
font-weight: normal;
|
|
|
|
}
|
2017-07-12 15:12:40 +00:00
|
|
|
|
2022-11-23 12:06:18 +00:00
|
|
|
.minerva-footer-logo {
|
|
|
|
margin: 0 !important;
|
|
|
|
border: 0 !important;
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
2017-07-12 15:12:40 +00:00
|
|
|
|
2022-11-23 12:06:18 +00:00
|
|
|
// Hide everything else once again
|
|
|
|
#mw-data-after-content,
|
|
|
|
#footer-places {
|
2017-07-12 15:12:40 +00:00
|
|
|
display: none;
|
|
|
|
}
|
2022-11-23 12:06:18 +00:00
|
|
|
}
|
2017-07-12 15:12:40 +00:00
|
|
|
|
2022-11-23 12:06:18 +00:00
|
|
|
.last-modified-bar {
|
|
|
|
display: none;
|
2017-07-12 15:12:40 +00:00
|
|
|
}
|
|
|
|
}
|
2019-11-26 05:02:40 +00:00
|
|
|
// stylelint-enable selector-max-id
|