Difference between revisions of "MediaWiki:Common.css"

From Wulfgard Wiki
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: #content, #content table #p-cactions ul li a { background: #dfdbc3; }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
#content, #content table
+
body {
#p-cactions ul li a { background: #dfdbc3; }
+
background-color: #dcd6b3;
 +
}

Revision as of 21:20, 13 May 2014

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

body {
	background-color: #dcd6b3;
}