MediaWiki:Common.css : Différence entre versions

De Solarpedia
Aller à : navigation, rechercher
Ligne 2 : Ligne 2 :
  
 
body {
 
body {
font: small sans-serif;
 
 
background: #ffffff url(fond.jpg) 0 0 repeat-x;
 
background: #ffffff url(fond.jpg) 0 0 repeat-x;
 
color: black;
 
color: black;

Version du 31 octobre 2015 à 16:06

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

body {
	background: #ffffff url(fond.jpg) 0 0 repeat-x;
	color: black;
	margin: 0;
	padding: 0;
}