Difference between revisions of "MediaWiki:Print.css"

From The VG Resource Wiki
Jump to: navigation, search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will affect the print output */
 
/* CSS placed here will affect the print output */
 +
 +
body{
 +
background-color: #fff;
 +
font-family: verdana;
 +
}
  
 
#sitebar{
 
#sitebar{
Line 6: Line 11:
  
 
#content {
 
#content {
margin-top: 0px !important;  
+
margin: 20px !important;
 +
}
 +
 
 +
#footer {
 +
display: none;
 
}
 
}
 +
 +
/* Navbox template */
 +
table.navbox {
 +
  border: 1px solid #0c0;
 +
  padding: 1px;
 +
  margin: 0.5em auto;
 +
  width: 90%;
 +
  clear: both;
 +
  font-size: 95%;
 +
  }
 +
.navbox th {
 +
  background: #cfc;
 +
  color: #000;
 +
  }
 +
.navboxhead {
 +
  background: #ada !important;
 +
  }

Latest revision as of 13:07, 5 August 2014

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

body{
background-color: #fff;
font-family: verdana;
}

#sitebar{
display: none;
}

#content {
margin: 20px !important; 
}

#footer {
display: none;
}

/* Navbox template */
table.navbox {
  border: 1px solid #0c0;
  padding: 1px;
  margin: 0.5em auto;
  width: 90%;
  clear: both;
  font-size: 95%;
  }
.navbox th {
  background: #cfc;
  color: #000;
  }
.navboxhead {
  background: #ada !important;
  }