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

 
(14 versions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
body {
+
 
background: white;
+
#mw-page-base {
 +
background: #fff !important;
 
}
 
}
  
#mw-page-base {
+
#mw-mf-viewport {
background: white;
+
background-color: #fff !important;
 +
}
 +
 
 +
#mw-mf-page-center {
 +
background-color: #fff !important;
 
}
 
}
  
.header-container {
+
#mw-mf-page-left {
    background-color: white;
+
background-color: #fff !important;
    border-bottom: 1px solid transparent;
 
 
}
 
}

Version actuelle datée du 24 décembre 2021 à 23:03

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


#mw-page-base {
	background: #fff !important;
}

#mw-mf-viewport {
 background-color: #fff !important;
}

#mw-mf-page-center {
 background-color: #fff !important;
}

#mw-mf-page-left {
 background-color: #fff !important;
}