Différences entre les versions de « MediaWiki:Common.css »
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… ») |
|||
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: #556B2F; | ||
} | } | ||
Version du 22 décembre 2021 à 17:59
/* Le CSS placé ici sera appliqué à tous les habillages. */ body { background: #556B2F; } /* Changes the background color behind the top half of the logo and at top of each page: */ #mw-page-base { background: blue; }