MediaWiki:Common.css : Différence entre versions
De Wiki ODR
(Page créée avec « →Le CSS placé ici sera appliqué à tous les habillages. : #mw-head →header : { background-color: #F0F0F0; } ») |
|||
| Ligne 1 : | Ligne 1 : | ||
/* Le CSS placé ici sera appliqué à tous les habillages. */ | /* Le CSS placé ici sera appliqué à tous les habillages. */ | ||
| + | |||
| + | body, html | ||
| + | { | ||
| + | background-color: #F0F0F0; | ||
| + | } | ||
#mw-head /*header*/ | #mw-head /*header*/ | ||
Version du 23 juin 2017 à 08:53
/* Le CSS placé ici sera appliqué à tous les habillages. */
body, html
{
background-color: #F0F0F0;
}
#mw-head /*header*/
{
background-color: #F0F0F0;
}

