2020-08-15 05:15:26 -04:00
|
|
|
.mw-jump-link {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#f-list > li {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#f-list > #copyright,
|
|
|
|
#f-list > #credits,
|
|
|
|
#f-list > #lastmod {
|
|
|
|
display: block;
|
|
|
|
}
|
2021-07-28 13:22:27 -04:00
|
|
|
|
|
|
|
// Copied from mediawiki.skinning/commonPrint.less
|
|
|
|
#footer {
|
|
|
|
background: #fff;
|
|
|
|
color: #000;
|
|
|
|
margin-top: 1em;
|
|
|
|
border-top: 1pt solid #aaa;
|
|
|
|
padding-top: 5px;
|
|
|
|
direction: ltr;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Hide all the elements irrelevant for printing
|
|
|
|
* Skins however can and should override.
|
|
|
|
*/
|
|
|
|
/* General hide-in-print class, please only use sparely */
|
|
|
|
.noprint,
|
|
|
|
/* Various content classes, in alphabetical order */
|
|
|
|
.mw-cite-backlink,
|
|
|
|
.mw-redirectedfrom,
|
|
|
|
.patrollink,
|
|
|
|
/* Various content ids, in alphabetical order */
|
|
|
|
#column-one,
|
|
|
|
#footer-places,
|
|
|
|
#mw-navigation,
|
|
|
|
/* Deprecated, changed in core */
|
|
|
|
#f-poweredbyico,
|
|
|
|
#f-copyrightico,
|
|
|
|
li#about,
|
|
|
|
li#disclaimer,
|
|
|
|
li#mobileview,
|
|
|
|
li#privacy {
|
|
|
|
display: none;
|
|
|
|
}
|