MediaWiki:Common.css: Difference between revisions

From Puella Magi Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: body.ns-100 #content { background-color: #ecf2ff; }")
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body.ns-100 #content {
body.ns-100 #content {
   background-color: #ecf2ff;
   background-color: #f6f8ff;
}
}

Revision as of 12:50, 17 January 2011

/* CSS placed here will be applied to all skins */
body.ns-100 #content {
  background-color: #f6f8ff;
}