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,
|
2024-05-15 05:24:43 +00:00
|
|
|
.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;
|
2023-07-28 01:19:27 +00:00
|
|
|
border-bottom: 1px solid #aaa;
|
2019-12-02 21:55:35 +00:00
|
|
|
}
|
|
|
|
|
2021-03-07 18:11:15 +00:00
|
|
|
.firstHeading {
|
2022-11-16 23:06:23 +00:00
|
|
|
margin-top: var( --space-md );
|
2023-02-28 21:58:35 +00:00
|
|
|
margin-bottom: 0;
|
2019-12-02 22:33:39 +00:00
|
|
|
}
|
|
|
|
|
2024-04-25 20:30:40 +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;
|
2023-07-28 01:19:27 +00:00
|
|
|
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
|
|
|
}
|