Difference between revisions of "MediaWiki:Common.css"

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

Revision as of 14:25, 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;
}*/