/* BEGIN Cleaner Printing */
@media print {
:root {
/* Force entity-content to use grey-on-white Base theme colors */
--box-background: unset;
--body-text: #636b6f;
--header-text: #222;
--body-background: unset;
}
/* Ensure that the browser uses its default light theme settings */
html {
color-scheme: light;
}
/* Remove custom overall and section backgrounds and force dark grey font */
html, body, .wrapper, .content-wrapper, .content, .entity-name, .box, .bg-box, td, th {
background: none !important;
background-color: unset !important;
box-shadow: unset !important;
color: #222 !important;
}
/* Unnecessary space at the top */
.content {
padding-top: 0;
}
/* Remove various unwanted sections from entity Overview and subpages (Attributes, Abilities, etc.) */
.entity-name-header :not(.entity-name),
.entity-header .header-buttons,
.entity-submenu,
.entity-history,
.entity-empty-pin,
#toc, /* For Auto TOC script users */
.box-header i,
.btn-new-post,
a[role="button"],
a[data-toggle="tooltip"],
i.fa-chevron-up, i.fa-chevron-down,
header,
footer,
.main-sidebar,
.alert {
display: none !important;
}
/* Sidebar nuisance */
#main-content {
margin-left: 0 !important;
}
/* Attributes: live edit*/
.live-edit-parsed::after {
content: "";
}
}
/* END Cleaner Printing */