slt,
je reviens avec un pb bizarre, à savoir le changement des couleurs..
Comme il est précisé dans la doc, je modifie tout ça dans le fichier "default.css"... je cange donc les codes de couleurs (bien en hexa)
mais cela ne change rien :(, j'ai beau rafraichir à gogo, rien y change... j'ai vidé le cache de mon navigateur, mais rien y fait...
Vala si quelqu'un avait une feinte... :)
merci d'avance,
a+
Dernière modification par bigflop (2005-11-08 00:07:49)
Hors ligne
Encore une fois, ça marche déjà.
Je vois ton fond bleu.
Peux-tu changer par exemple dans /template/default/default.css
ceci (au debut):
/* BACKGROUND */ body { background-color:#5A91E3;} /*General background color*/ .main, .throw, .admin { background-color:#3F3F3F;} /*Main background color*/ .row1,input,select,textarea, .table1, .home { background-color:#5F5F5F;} /* Tables & forms */ .table2, .commentTitle { background-color: #797979;} /* Alternate table & comments */ .errors { background-color:red;} /* Errors display */ .titreMenu,.titrePage,.imgMenu a:hover { background-image: url(theme/tableh1_bg.gif);} /* Titles background image */ .bouton, .imgMenu a, #imgBarMenu { background-image: url(theme/button_bg.gif);} /* Buttons background image */ /* FONT COLORS */ body { color:#E0E0E0;} /* General font color */
par ceci ....
/* BACKGROUND */ body { background-color:#5A91E3;} /*General background color*/ .main, .throw, .admin { background-color:#3F3FCF;} /*Main background color*/ .row1,input,select,textarea, .table1, .home { background-color:#5F5F8F;} /* Tables & forms */ .table2, .commentTitle { background-color: #797999;} /* Alternate table & comments */ .errors { background-color:red;} /* Errors display */ .titreMenu,.titrePage,.imgMenu a:hover { background-image: url(theme/tableh1_bg.gif);} /* Titles background image */ .bouton, .imgMenu a, #imgBarMenu { background-image: url(theme/button_bg.gif);} /* Buttons background image */ /* FONT COLORS */ body { color:#000010;} /* General font color */
Tu laisses la suite bien entendu.
Pourrais-tu indiquer aussi sur ton topic précedent qu'il est résolu...?
Hors ligne