Difference between revisions of "MediaWiki:Common.css"

From ThinkWiki
Jump to: navigation, search
(←Created page with 'CSS placed here will be applied to all skins: body{background:White; color:Black;margin:0;padding:0}')
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
body{background:White; color:Black;margin:0;padding:0}
+
body{background:#000000; color:#ffffff;margin:0;padding:0}

Revision as of 20:13, 2 February 2012

/* CSS placed here will be applied to all skins */
body{background:#000000; color:#ffffff;margin:0;padding:0}