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

Ligne 19 : Ligne 19 :
 
#authors-list table td {  
 
#authors-list table td {  
 
{
 
{
         padding: 2;
+
         padding: 1;
 
}
 
}
  

Version du 13 décembre 2016 à 18:28

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

body {
	background: white;
}

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

#authors-list table {
	width: 100% !important;
}

#authors-list table {
        align: center !important;
}

#authors-list table td { 
{
        padding: 1;
}

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