30
modifications
(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; | ||
} | } |