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

 
(2 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,a,p,tr,td {
+
#mw-page-base {
        font-family: 'Libre Baskerville'!important;
+
background: #fff !important;
 +
}
 +
 
 +
#mw-mf-viewport {
 +
background-color: #fff !important;
 +
}
 +
 
 +
#mw-mf-page-center {
 +
background-color: #fff !important;
 
}
 
}
  
#mw-page-base {
+
#mw-mf-page-left {
background: #fff !important;
+
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;
}