Difference between revisions of "MediaWiki:Print.css"

From The VG Resource Wiki
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will affect the print output */
 
/* CSS placed here will affect the print output */
 +
 +
body{
 +
background-color: #fff;
 +
}
  
 
#sitebar{
 
#sitebar{

Revision as of 01:05, 1 August 2014

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

body{
background-color: #fff;
}

#sitebar{
display: none;
}

#content {
margin: 20px !important; 
}

#footer {
display: none;
}