Initial commit
This commit is contained in:
33
resources/styles/nextbestnetwork/_print.scss
Normal file
33
resources/styles/nextbestnetwork/_print.scss
Normal file
@@ -0,0 +1,33 @@
|
||||
/* 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user