mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 18:58:45 +00:00
1e64fc8f3d
* Drop non-existent pointer-overlay selector * Drop redundant icon class for arrow * Drop unnecessary !important * Drop transparent-shield class * Reword an existing FIXME about a contensious decision and add a new FIXME for moving some code to a more appropriate place. * Move an image into a ResourceLoaderImage module (test with `mw.notify('error', { type: 'error'} )`) Change-Id: I6e38f07772afae6f13c4851ca17a67d52ca7d331
56 lines
970 B
Plaintext
56 lines
970 B
Plaintext
@import '../../../minerva.less/minerva.variables.less';
|
|
@import '../../../minerva.less/minerva.mixins.less';
|
|
|
|
.printfooter {
|
|
display: block;
|
|
padding-top: 108px;
|
|
font-size: 30px;
|
|
}
|
|
|
|
// stylelint-disable selector-max-id
|
|
#mw-mf-page-center > footer {
|
|
border-top: solid 4px #000;
|
|
padding-top: 23px;
|
|
background: #fff !important;
|
|
|
|
.mw-ui-icon:before {
|
|
display: none !important;
|
|
}
|
|
|
|
.last-modified-bar {
|
|
background: none !important;
|
|
border: 0 !important;
|
|
}
|
|
|
|
.last-modifier-tagline {
|
|
font-size: 36px;
|
|
padding-top: 0 !important;
|
|
padding-bottom: 16px !important;
|
|
}
|
|
|
|
.last-modified-bar,
|
|
.last-modified-bar a {
|
|
font-weight: bold !important;
|
|
color: #000 !important;
|
|
}
|
|
|
|
.post-content {
|
|
margin-top: 15px !important;
|
|
display: block;
|
|
|
|
// ... and add these instead.
|
|
.hlist,
|
|
h2 {
|
|
display: none;
|
|
}
|
|
|
|
.license a,
|
|
.license {
|
|
font-size: 30px;
|
|
color: @colorPrintSubtle;
|
|
font-weight: normal;
|
|
}
|
|
}
|
|
}
|
|
// stylelint-enable selector-max-id
|