Différences entre les versions de « MediaWiki:Common.css »
| Ligne 15 : | Ligne 15 : | ||
#authors-list table { | #authors-list table { | ||
| − | align | + | align: center !important; |
} | } | ||
Version du 13 décembre 2016 à 18:18
/* CSS placed here will be applied to all skins */
body {
background: white;
}
#mw-page-base {
background: white;
}
#authors-list {
width: 100% !important;
align-text: center !important;
}
#authors-list table {
align: center !important;
}
.mw-ui-icon-watchlist,
.mw-ui-icon-mobileoptions,
.mw-ui-icon-mf-settings,
.last-modified-bar,
#page-actions {
display: none;
}