Vous allez dans Design > Thèmes prédéfinis, vous vérifiez que vous avez bien sélectionné un modèle INTERLUDE.
Vous allez ensuite dans Design > Mode CSS, vous vérifiez que la case "Je souhaite modifier et appliquer la feuille de style à mon blog" est bien cochée.
Si vous êtes en mode normal, vous faîtes ces modifications dans le CSS Mon Style
Si vous êtes en mode avancé, vous faîtes ces modifications dans tous les CSS Mon Style : Accueil - articles - pages
ENLEVER LE FOND EN HAUT DU BLOG
Effacez ce qui est en rouge
body {margin:0px; padding:0px; background: url(http://fdata.over-blog.net/99/00/00/01/designs/388/default/pics/body.jpg) repeat-x; background-color: #ebead1; font-family: 'Trebuchet MS', 'Arial', Verdana, Helvetica; font-size: 13px; color:#333333; line-height: 18px;}ENLEVER LE FOND DANS LA PARTIE SOUS LES ARTICLES
Effacez ce qui est en rouge
.afterArticle, .afterPage {font-size: 12px; background-color: #514f42; color:#979680; margin-top: 15px; padding: 5px 3px; font-weight: normal; font-style: normal; line-height: 15px;}ENLEVER LE FOND DANS LES COORDONNEES DES COMMENTATEURS
Effacez ce qui est en rouge
.commentOption {padding: 2px 2px 3px 5px; margin: 0 0 25px 0; background-color: #514f42; color:#979680; font-size: 12px; font-style: normal; font-weight: normal;}ENLEVER LE FOND DANS LA REPONSE AUX COMMENTAIRES
Effacez ce qui est en rouge
.responseMessage {text-align:right; background-color: #669900; color: #ebead1; padding: 5px 10px 5px 0;}ENLEVER LE FOND DANS VOS COORDONNEES SOUS VOS REPONSES
Effacez ce qui est en rouge
.responseOption {text-align: right; background-color: #514f42; color:#979680;}ENLEVER LE TRAIT AU-DESSUS DES COMMENTAIRES
Effacez ce qui est en rouge
.article, .page {margin-top:0px; color:#333333; text-align: justify; margin-bottom: 15px; padding-top: 10px; border-bottom: 1px dashed #666633; padding-bottom: 15px;}ENLEVER LE TRAIT SOUS LE TITRE DES MODULES
Effacez ce qui est en rouge
.box h2 {font-family: 'Arial'; font-size: 20px; margin: 0px; padding: 5px; color:#514F42; font-weight: normal; line-height: 20px; border-bottom: 1px dashed #666633;}
Plutot pratique! Merci :)
RépondreSupprimer