mediawiki-skins-Citizen/resources/skins.citizen.styles/common/print.less
2023-07-27 21:19:27 -04:00

41 lines
596 B
Plaintext

// Hide elements that are not needed in print
.mw-header,
.citizen-toc,
#siteNotice,
.mw-indicators,
.page-actions,
.section-toggle,
.mw-editsection,
.mw-body-footer,
#mw-data-after-content,
#footer-desc,
#footer-places,
.citizen-footer__bottom {
display: none;
}
a {
color: #000;
border-bottom: 1px solid #aaa;
}
.firstHeading {
margin-top: var( --space-md );
margin-bottom: 0;
}
.citizen-body,
.mw-body-content {
line-height: var( --line-height-xs );
}
.printfooter {
clear: both;
font-size: 13px;
border-top: 1px solid #aaa;
}
.citizen-footer {
margin-top: var( --space-lg );
}