Difference between revisions of "MediaWiki:Common.css"

From Remorra
Jump to: navigation, search
m
m
Line 6: Line 6:
 
body {
 
body {
 
     background-color: lightblue;
 
     background-color: lightblue;
 +
}
 +
 +
header {
 +
background-color: lightblue;
 
}
 
}

Revision as of 09:55, 8 November 2018

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

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

body {
    background-color: lightblue;
}

header {
	background-color: lightblue;
}