Différences entre les versions de « MediaWiki:Common.css »

Ligne 10 : Ligne 10 :
  
 
.header-container {
 
.header-container {
     background-color: white;
+
     background-color: white !important;
 
     border-bottom: 1px solid transparent;
 
     border-bottom: 1px solid transparent;
 
}
 
}

Version du 11 juin 2018 à 04:08

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

body {
	background: white;
}

#mw-page-base {
	background: white;
}

.header-container {
    background-color: white !important;
    border-bottom: 1px solid transparent;
}