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

De Wiki Latitude-Cartagène
Aller à : navigation, rechercher
Ligne 6 : Ligne 6 :
 
/* Changes the background color behind the top half of the logo and at top of each page: */
 
/* Changes the background color behind the top half of the logo and at top of each page: */
 
#mw-page-base {
 
#mw-page-base {
   background: Cornsilk;
+
   background: LightGrey;
 
}
 
}

Version du 12 novembre 2020 à 16:23

/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
body {
  background: Cornsilk;
}

/* Changes the background color behind the top half of the logo and at top of each page: */
#mw-page-base {
  background: LightGrey;
}