Difference between revisions of "MediaWiki:Common.css"

From CADA
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: .mw-page-base { background-color: red; }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
.mw-page-base { background-color: red; }
+
div#mw-page-base, div#mw-head-base { background-color: red; }

Revision as of 21:39, 10 January 2018

/* CSS placed here will be applied to all skins */
div#mw-page-base, div#mw-head-base { background-color: red; }