Différences entre les versions de « MediaWiki:Common.css »
| Ligne 4 : | Ligne 4 : | ||
body { | body { | ||
| − | background: #fff | + | background: #fff; |
| − | font-family:'Libre Baskerville' | + | font-family: 'Libre Baskerville', serif; |
| − | |||
} | } | ||
#mw-page-base { | #mw-page-base { | ||
| − | background: #fff | + | background: #fff; |
} | } | ||
Version du 23 novembre 2018 à 18:58
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville')
body {
background: #fff;
font-family: 'Libre Baskerville', serif;
}
#mw-page-base {
background: #fff;
}