Différences entre les versions de « MediaWiki:Common.css »
| Ligne 9 : | Ligne 9 : | ||
} | } | ||
| − | . | + | .header-container { |
| − | + | background-color: white; | |
| − | + | border-bottom: 1px solid transparent; | |
| − | |||
| − | |||
| − | |||
} | } | ||
Version du 11 juin 2018 à 04:05
/* CSS placed here will be applied to all skins */
body {
background: white;
}
#mw-page-base {
background: white;
}
.header-container {
background-color: white;
border-bottom: 1px solid transparent;
}