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

Ligne 10 : Ligne 10 :
  
 
#mw-mf-last-modified {
 
#mw-mf-last-modified {
 +
display: none;
 +
}
 +
 +
#page-actions {
 
display: none;
 
display: none;
 
}
 
}

Version du 12 décembre 2016 à 17:36

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

body {
	background: white;
}

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

#mw-mf-last-modified {
	display: none;
}

#page-actions {
	display: none;
}