Files
mediawiki-theme/resources/styles/nextbestnetwork/_print.scss
D. Rimron-Soutter ea5dbcb05a Initial commit
2025-11-13 16:59:49 +00:00

34 lines
466 B
SCSS

/* NextBestNetwork print styles */
@media print {
/* hide most of the unimportant stuff */
.noprint,
#mw-navigation,
#mw-page-base,
#mw-head-base,
#toc,
.sidebar-wrapper,
body #footer,
#page-header,
body #sidebar-left,
body #sidebar-right {
display:none;
}
#maincontentwrapper {
max-width:100%;
flex:auto;
}
.printfooter {
color:#666;
font-style:italic;
font-size:smaller;
}
/* print accordions */
.collapse {
display:block;
}
}