Différences entre les versions de « MediaWiki:Common.css »
Aller à la navigation
Aller à la recherche
Ligne 1 : | Ligne 1 : | ||
/* Le CSS placé ici sera appliqué à tous les habillages. */ | /* Le CSS placé ici sera appliqué à tous les habillages. */ | ||
body { | |||
background-position: top center; | |||
background-repeat: no-repeat; | |||
background-color: #fffdf4 !important; | |||
background-image: url(/project/img/bg.jpg); | |||
font-family: arial, verdana, sans-serif; | |||
} |
Version du 2 juillet 2020 à 22:06
/* Le CSS placé ici sera appliqué à tous les habillages. */ body { background-position: top center; background-repeat: no-repeat; background-color: #fffdf4 !important; background-image: url(/project/img/bg.jpg); font-family: arial, verdana, sans-serif; }