MediaWiki:Common.css : Différence entre versions

De Solarpedia
Aller à : navigation, rechercher
Ligne 6 : Ligne 6 :
 
margin: 0;
 
margin: 0;
 
padding: 0;
 
padding: 0;
 +
}
 +
 +
/* Head */
 +
#mw-page-base {
 +
height: 5em;
 +
/* @embed */
 +
background: #ffffff url(fond.jpg) 0 0 repeat-x;
 +
}
 +
#mw-head-base {
 +
margin-top: -5em;
 +
margin-left: 10em;
 +
height: 5em;
 +
/* @embed */
 +
background: #ffffff url(fond.jpg) 0 0 repeat-x;
 
}
 
}

Version du 31 octobre 2015 à 16:51

/* 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;
}

/* Head */
#mw-page-base {
	height: 5em;
	/* @embed */
	background: #ffffff url(fond.jpg) 0 0 repeat-x;
}
#mw-head-base {
	margin-top: -5em;
	margin-left: 10em;
	height: 5em;
	/* @embed */
background: #ffffff url(fond.jpg) 0 0 repeat-x;
}