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… ») |
Balise : Révocation manuelle |
||
(11 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
/* Le CSS placé ici sera appliqué à tous les habillages. */ | /* Le CSS placé ici sera appliqué à tous les habillages. */ | ||
/* Marge haute*/ | |||
#mw-page-base { | |||
background: #98FB98; | |||
} | |||
/* Marge gauche */ | |||
body { | body { | ||
background: | background: #B2FCB2; | ||
} | } | ||
/* | /* Contenu des pages */ | ||
# | #content { | ||
background: | background-color: #CFFDCF; | ||
} | } |
Version actuelle datée du 8 janvier 2022 à 16:18
/* Le CSS placé ici sera appliqué à tous les habillages. */ /* Marge haute*/ #mw-page-base { background: #98FB98; } /* Marge gauche */ body { background: #B2FCB2; } /* Contenu des pages */ #content { background-color: #CFFDCF; }