mediawiki-skins-Citizen/resources/skins.citizen.styles/common/print.less

40 lines
583 B
Plaintext
Raw Normal View History

2021-03-07 18:11:15 +00:00
// Hide elements that are not needed in print
2020-06-12 20:21:27 +00:00
.mw-header,
2023-02-28 21:58:35 +00:00
.citizen-toc,
2021-03-07 18:11:15 +00:00
#siteNotice,
2019-08-15 17:40:13 +00:00
.mw-indicators,
2021-03-07 18:11:15 +00:00
.page-actions,
.section-toggle,
.mw-editsection,
.citizen-page-footer,
2023-02-28 21:58:35 +00:00
#mw-data-after-content,
#footer-desc,
2021-03-07 19:03:10 +00:00
#footer-places,
2023-02-28 21:58:35 +00:00
.citizen-footer__bottom {
2021-03-07 18:11:15 +00:00
display: none;
2019-12-02 21:55:35 +00:00
}
2021-03-07 18:11:15 +00:00
a {
color: #000;
border-bottom: 1px solid #aaa;
2019-12-02 21:55:35 +00:00
}
2021-03-07 18:11:15 +00:00
.firstHeading {
margin-top: var( --space-md );
2023-02-28 21:58:35 +00:00
margin-bottom: 0;
2019-12-02 22:33:39 +00:00
}
.citizen-body {
2023-02-28 21:58:35 +00:00
line-height: var( --line-height-xs );
2019-12-02 22:23:19 +00:00
}
2023-02-28 21:58:35 +00:00
.printfooter {
clear: both;
font-size: 13px;
border-top: 1px solid #aaa;
2019-12-02 22:41:41 +00:00
}
2023-02-28 21:58:35 +00:00
.citizen-footer {
margin-top: var( --space-lg );
2019-12-26 10:21:50 +00:00
}