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

Ligne 9 : Ligne 9 :
 
}
 
}
  
.mw-ui-icon-watchlist,
+
.header-container {
.mw-ui-icon-mobileoptions,
+
    background-color: white;
.mw-ui-icon-mf-settings,
+
    border-bottom: 1px solid transparent;
.last-modified-bar,
 
#page-actions {
 
display: none;
 
 
}
 
}

Version du 11 juin 2018 à 04:05

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

body {
	background: white;
}

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

.header-container {
    background-color: white;
    border-bottom: 1px solid transparent;
}