MediaWiki:Common.css: Difference between revisions

From Officience
Jump to navigation Jump to search
Created page with "CSS placed here will be applied to all skins: body { background-color: #fff; } .mw-body { background-color: #f7f7f7; }"
 
No edit summary
 
Line 4: Line 4:
}
}
.mw-body {
.mw-body {
   background-color: #f7f7f7;
   backgaround-color: #f7f7f7;
}
#p-logo a {
  background-color: #fff;
}
}

Latest revision as of 10:49, 17 January 2017

/* CSS placed here will be applied to all skins */
body {
  background-color: #fff;
}
.mw-body {
  backgaround-color: #f7f7f7;
}
#p-logo a {
   background-color: #fff;
}