MediaWiki:Common.css : Différence entre versions

De WIKIACA
Aller à : navigation, rechercher
(Page créée avec « Le CSS placé ici sera appliqué à tous les habillages. : body { background: yellow } »)
 
Ligne 3 : Ligne 3 :
  
 
body {
 
body {
background: yellow
+
background: #DDD
 
}
 
}

Version du 22 février 2016 à 11:19

/* Le CSS placé ici sera appliqué à tous les habillages. */


body {
background: #DDD
}