Difference between revisions of "MediaWiki:Common.css"

From Rebeldroids Wiki
Line 4: Line 4:
 
body {
 
body {
 
     background-color: #3f5562;
 
     background-color: #3f5562;
     color: #ffffff;
+
     color: #000000;
 
     <div id="content"></div>
 
     <div id="content"></div>
  
 
}
 
}

Revision as of 21:55, 6 June 2016

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


body {
    background-color: #3f5562;
    color: #000000;
     <div id="content"></div>

}