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

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 {
 
        font-family: 'Libre Baskerville', serif!important;
 
}
 
  
 
#mw-page-base {
 
#mw-page-base {
 
background: #fff !important;
 
background: #fff !important;
 
}
 
}

Version du 23 janvier 2019 à 17:16

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


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