Difference between revisions of "MediaWiki:Common.css"

From MyWiki
Jump to: navigation, search
Line 7: Line 7:
 
body {
 
body {
 
     background-color: #FBF0D9;
 
     background-color: #FBF0D9;
 +
}
 +
mw-head-base {
 +
    background-color: #3399CC;
 
}
 
}

Revision as of 14:21, 19 April 2017

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

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

* {font-family: open sans}

body {
    background-color: #FBF0D9;
}
mw-head-base {
    background-color: #3399CC;
}