MediaWiki:Common.css : Différence entre versions
De Solarpedia
(Page créée avec « →Le CSS placé ici sera appliqué à tous les habillages. : #Suppression titre acceuil body.mainpage.action-view h1.firstHeading, body.mainpage.action-submit h1.firstH... ») |
|||
Ligne 1 : | Ligne 1 : | ||
/* Le CSS placé ici sera appliqué à tous les habillages. */ | /* Le CSS placé ici sera appliqué à tous les habillages. */ | ||
− | + | body { | |
− | body | + | font: x-small sans-serif; |
− | + | background: #ffffff url(fond.jpg) 0 0 repeat-x; | |
+ | color: black; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } |
Version du 31 octobre 2015 à 16:02
/* Le CSS placé ici sera appliqué à tous les habillages. */ body { font: x-small sans-serif; background: #ffffff url(fond.jpg) 0 0 repeat-x; color: black; margin: 0; padding: 0; }