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

De Thérapies
Aller à la navigation Aller à la recherche
(Page créée avec « →‎Le CSS placé ici sera appliqué à tous les habillages. : body { background: red; } /* Changes the background color behind the top half of the logo and at top of e… »)
(Aucune différence)

Version du 22 décembre 2021 à 17:58

/* Le CSS placé ici sera appliqué à tous les habillages. */
body {
  background: red;
}

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