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

De Thérapies
Aller à la navigation Aller à la recherche
Ligne 1 : Ligne 1 :
/* Le CSS placé ici sera appliqué à tous les habillages. */
/* Le CSS placé ici sera appliqué à tous les habillages. */
body {
body {  
  background: #BCFCBC;
background-color:green
}
}
#content { background-color: #a2ffd0; }


/* 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: */

Version du 22 décembre 2021 à 22:02

/* Le CSS placé ici sera appliqué à tous les habillages. */
body  { 
	background-color:green
}

#content { background-color: #a2ffd0; }


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