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

 
(6 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 */
  
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville')
 
  
body {
+
#mw-page-base {
 
background: #fff !important;
 
background: #fff !important;
font-family:'Libre Baskerville'!important
+
}
  
 +
#mw-mf-viewport {
 +
background-color: #fff !important;
 
}
 
}
  
#mw-page-base {
+
#mw-mf-page-center {
background: #fff !important
+
background-color: #fff !important;
 +
}
 +
 
 +
#mw-mf-page-left {
 +
background-color: #fff !important;
 
}
 
}

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;
}