mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 22:35:45 +00:00
41 lines
596 B
Plaintext
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 );
|
|
}
|