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  {
background-color:green
}
#content { background-color: #a2ffd0; }


/* Changes the background color behind the top half of the logo and at top of each page: */
/* Marge haute*/
#mw-page-base {
#mw-page-base {
   background: #98FB98;
   background: #98FB98;
}
}
/* Marge gauche */
body {
  background: #BCFCBC;
}
/* Contenu des pages */
#content { background-color: cyan; }

Version du 22 décembre 2021 à 22:04

/* Le CSS placé ici sera appliqué à tous les habillages. */

/* Marge haute*/
#mw-page-base {
  background: #98FB98;
}

/* Marge gauche */
body {
  background: #BCFCBC;
}

/* Contenu des pages */
#content { background-color: cyan; }