Showing posts with label printing. Show all posts
Showing posts with label printing. Show all posts

Sunday, January 20, 2008

Mediawiki printing

By default mediawiki includes header and footer information, which looks unprofessional when printing. To disable this open up skins/common/commonPrint.css and add:

#footer {
display: none;
}
.printfooter {
display: none;
}
#bodyContent {
font-family: courier;
}