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

Ligne 9 : Ligne 9 :
 
}
 
}
  
#authors-list div {
+
#authors-list {
 
       align-text: center;
 
       align-text: center;
 
}
 
}

Version du 13 décembre 2016 à 18:00

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

body {
	background: white;
}

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

#authors-list {
       align-text: center;
}

.mw-ui-icon-watchlist,
.mw-ui-icon-mobileoptions,
.mw-ui-icon-mf-settings,
.last-modified-bar,
#page-actions {
	display: none;
}