Line 11: Line 11:
 
   background-color: #ffffff;
 
   background-color: #ffffff;
 
}
 
}
 +
 +
.toc, #toc { display: none; }

Revision as of 13:03, 23 February 2016

/* CSS placed here will be applied to all skins */
 
 
*{font-family: "verdana"}
*{font-size:8 }
 
div.mw-geshi {
  padding: 1em; 
  margin: 1em 0; 
  border: none;
  background-color: #ffffff;
}
 
.toc, #toc { display: none; }