28172 sujets

CSS et mise en forme, CSS3

Bonsoir

si j'ai ce code, le background du body ne s'affiche pas

body {
	background-color: #e5e5e5;
	color: #444;
	font: Georgia, "DejaVu Serif", Norasi, serif;
	size: 14px;
}
p {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 21px; 
	max-width: 420px;
}	
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif;
	color:#004080;  
}
h1 { font-size: 28px; line-height: 42px; margin-top: 0em; margin-bottom: 21px; }
h2 { font-size: 21px; line-height: 21px; margin-top: 0em; margin-bottom: 21px; }
h3 { font-size: 16px; line-height: 21px; margin-top: 0em; margin-bottom: 21px; }
h4 { font-size: 14px; line-height: 21px; margin-top: 0em; margin-bottom: 21px; }
h5 { font-size: 12px; line-height: 21px; margin-top: 0em; margin-bottom: 21px; }
h6 { font-size:  9px; line-height: 21px; margin-top: 0em; margin-bottom: 21px; }


Par contre si je prends celui-la ( une de mes étapes précédentes), le background s'affiche:

body {
	background-color: #e5e5e5;
	color: #444;
	font: Georgia, "DejaVu Serif", Norasi, serif;	
}
html>body {
	font-size: 14px; 
}
p {
	font-size: 1em;
	line-height: 1.5;
	margin: 1.5em 0;
	max-width: 420px;
}	

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
	color: #004080;
}
h1 {	font-size: 2em;	line-height: 0.75 ;	margin-bottom: 0.75em;}
h2 {	font-size: 1.5em;line-height: 1;margin: 1 em 0;}
h3 {	font-size: 1.1667em;line-height: 1.3125;margin: 1.3125em 0;}
h4 {	font-size: 1em;	line-height: 1.5;margin: 1.5em 0;}
h5 {	font-size: 0.8333em;line-height: 1.75;margin-top: 1.75em 0;}	
h6 {	font-size: 0.6666em;line-height: 2.3333;margin: 2.3333em 0;}


Je ne vois pas où est l'erreur.. J'ai fait le test plusieurs fois
Cordialement
Modifié par cpalo (04 Jan 2013 - 18:54)
Je viens de voir que les deux fonctionnent.
L'erreur se trouve donc dans les commentaires que j'ai effacés pour publier sur le forum
La voilà l'erreur:

//**
 *@site myTheme_14px
 *@lastmodified 2012-12-29
 */


Autant pour moi.. Cela m'aura fait perdre quelques heures aujourd'hui!!
Toutes mes excuses!!!