// main: theme.scss @media print { #sidebar, #navigation, #top-bar, .anchor, #sidebar-toggle-span, .copy-to-clipboard { display:none; } #navigation * { display:none; visibility: hidden; } #body-inner { margin-bottom: 0px; } #footer, .footline{ margin-top: 1px; } body, a { font-size: 120%; color: black !important; background: white !important } h1, h2, h3, h4, h5, h6 { color: black !important; background: white !important } #body{ margin-left: 0px; } }