Difference between revisions of "MediaWiki:Common.css"

From HandiFox Online Wiki
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
h1, h2, h3, #mw-panel.collapsible-nav .portal h3 {
+
#mw-body {
  background: url("skins/common/images/catbg.jpg") repeat-x scroll 0 0 #990000; color: white;
+
    background-color: red;
 
}
 
}

Revision as of 19:02, 16 January 2018

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

#mw-body {
    background-color: red;
}