MediaWiki:Common.css : Différence entre versions
Sauter à la navigation
Sauter à la recherche
Ligne 14 : | Ligne 14 : | ||
element.style #mw-page-base { | element.style #mw-page-base { | ||
− | background-image: | + | background-image: white; |
} | } | ||
Version du 12 mai 2020 à 14:59
/* Le CSS placé ici sera appliqué à tous les habillages. */ head { background-color: white; } panel { background-color: none; } element.style { background-color: white; } element.style #mw-page-base { background-image: white; } body { width: 85%; text-align: center; margin-top: 1em; margin: auto; position:relative; background-color: white; } div { text-align: left; } body #ca-delete { display: none !important; }