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

 
(16 versions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
body {
 
background: white;
 
}
 
  
 
#mw-page-base {
 
#mw-page-base {
background: white;
+
background: #fff !important;
}
 
 
 
#authors-list table {
 
width: 100% !important;
 
 
}
 
}
  
#authors-list table {
+
#mw-mf-viewport {
        align: center !important;
+
background-color: #fff !important;
 
}
 
}
  
#authors-list table td {  
+
#mw-mf-page-center {
{
+
background-color: #fff !important;
        padding: 1 !important;
 
        border: solid black 1px !important;
 
 
}
 
}
  
.mw-ui-icon-watchlist,
+
#mw-mf-page-left {
.mw-ui-icon-mobileoptions,
+
background-color: #fff !important;
.mw-ui-icon-mf-settings,
 
.last-modified-bar,
 
#page-actions {
 
display: none;
 
 
}
 
}

Version actuelle datée du 24 décembre 2021 à 23:03

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


#mw-page-base {
	background: #fff !important;
}

#mw-mf-viewport {
 background-color: #fff !important;
}

#mw-mf-page-center {
 background-color: #fff !important;
}

#mw-mf-page-left {
 background-color: #fff !important;
}