Aide et astuces pour creer et personnaliser un blog

AVANT TOUTES ACTIONS :
Si vous êtes en mode normal, vous faîtes ces modifications dans le CSS Global Mon Style
Si vous êtes en mode avancé, vous faîtes ces modifications dans tous les CSS Mon Style
La ligne existe déjà
body{margin:0px; padding:0px; background-color:#74858C; font-family: Verdana, Helvetica, Arial, sans-serif; font-size:x-small;}
vous modifiez ce qui est en bleu
body{margin:0px; padding:0px; background:none; font-family: Verdana, Helvetica, Arial, sans-serif; font-size:x-small;}
La ligne existe déjà
#header{ text-align:center; border:1px solid #666; margin-bottom:5px; background-color:#FDEBC1; border-bottom: 1px solid gray;}
Vous modifiez ce qui est en rouge
#header{ text-align:center; border:1px solid #666; margin-bottom:5px; background:none; border-bottom: 1px solid gray;}
Toujours dan cette ligne
#header{ text-align:center; border:1px solid #666; margin-bottom:5px; background-color:#FDEBC1; border-bottom: 1px solid gray;}
Vous modifiez ce qui est en rouge
#header{ text-align:center; border:1px solid #666; margin-bottom:5px; background-color:#FDEBC1; border-bottom: 0px solid gray;}
Les lignes existent déjà
.box h2 { background-color:#999; color:#FFF; margin-left:10px; margin-right:10px; margin-top:0px; margin-bottom:0px; }
.box-titre { position:relative; margin-right:10px; margin-left:10px; background-color:#CCCC99; padding:0px; text-align:center; }
Vous modifiez ce qui est en rouge
.box h2 { background:none; color:#FFF; margin-left:10px; margin-right:10px; margin-top:0px; margin-bottom:0px; }
.box-titre { position:relative; margin-right:10px; margin-left:10px; background:none; padding:0px; text-align:center; }
La ligne existe déjà
.beforeArticle {padding:0px 0px 5px 0px; margin:0px; border-bottom:1px solid #808080; width:100%; background-color: #C9E3ED;}
Vous modifiez ce qui est en rouge
.beforeArticle {padding:0px 0px 5px 0px; margin:0px; border-bottom:1px solid #808080; width:100%; background:none;}
La ligne existe déjà
.article { margin-top:0px; padding:0px; background-color:#F9F8FA; border:1px solid #666; margin-bottom:5px;}
Vous modifiez ce qui est en rouge
.article { margin-top:0px; padding:0px; background:none; border:1px solid #666; margin-bottom:5px;}