Difference between revisions of "MediaWiki:Print.css"

From Beds24 Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
/* CSS placed here will affect the print output */
 
/* CSS placed here will affect the print output */
  
body{
+
#footer-info{
background-color: #ececec;}
+
display: none;
 +
}
 +
 
 +
.printfooter{
 +
display: none;
 +
}
 +
 
 +
.firstHeading{
 +
display: none;
 +
}

Revision as of 16:31, 13 February 2013

/* CSS placed here will affect the print output */

#footer-info{
display: none;
}

.printfooter{
display: none;
}

.firstHeading{
display: none;
}