Difference between revisions of "MediaWiki:Common.css"

From Remorra
Jump to: navigation, search
Line 4: Line 4:
 
#footer-poweredbyico { display: none; }
 
#footer-poweredbyico { display: none; }
  
body {background: red}
+
body {background: #FDF9D3}
 
/* changes the background color of the bottom and left of each page, up to behind half of the logo */
 
/* changes the background color of the bottom and left of each page, up to behind half of the logo */
  
#mw-page-base {background: red}
+
#mw-page-base {background: #FDF9D3}
 
/* changes the background color behind the top half of the logo and at top of each page */
 
/* changes the background color behind the top half of the logo and at top of each page */

Revision as of 12:29, 10 April 2019

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

/* hiding "powered by MediaWiki" icon */
#footer-poweredbyico { display: none; }

body {background: #FDF9D3}
/* changes the background color of the bottom and left of each page, up to behind half of the logo */

#mw-page-base {background: #FDF9D3}
/* changes the background color behind the top half of the logo and at top of each page */