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

Ligne 5 : Ligne 5 :
 
}
 
}
  
#mw-page-base table {
+
#mw-page-base {
 
background: white;
 
background: white;
 
}
 
}
  
#authors-list {
+
#authors-list table {
 
width: 100% !important;
 
width: 100% !important;
 
}
 
}
Ligne 15 : Ligne 15 :
 
#authors-list table {
 
#authors-list table {
 
         align: center !important;
 
         align: center !important;
 +
}
 +
 +
#authors-list table td {
 +
{
 +
        padding: 2;
 
}
 
}
  

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: 2;
}

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