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

Ligne 7 : Ligne 7 :
 
#mw-page-base {
 
#mw-page-base {
 
background: white;
 
background: white;
}
 
 
#authors-list table {
 
width: 100% !important;
 
}
 
 
#authors-list table {
 
        align: center !important;
 
}
 
 
#authors-list table td {
 
{
 
        padding: 1 !important;
 
        border: solid black 1px !important;
 
 
}
 
}
  

Version du 4 janvier 2017 à 16:29

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

body {
	background: white;
}

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

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