Difference between revisions of "MediaWiki:Common.css"

From IokeWiki
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
body {
 
  padding:0;
 
  margin-left: 2.6em;
 
  margin-top: 1.8em;
 
  margin-bottom: 1em;
 
  margin-right: 1em;
 
}
 
  
 
body, td, p {
 
body, td, p {

Revision as of 14:41, 23 January 2009

/* CSS placed here will be applied to all skins */

body, td, p {
  color: #444;
  font-family:Arial, Verdana, Sans-Serif;
  background: #fff;
}