Différences entre les versions de « MediaWiki:Common.css »
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: | background: red; | ||
} | } | ||
Version du 22 décembre 2021 à 18:06
/* 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; } /*Main navigation*/ body.mediawiki .navigation-main {background-color:#FFFF00;} /*background color*/