Cela fait une heure que j'essaie de remplacer le fond bleu des catégories pour y remettre du gris dont le code est: A09E90.
Je me suis servi des conseils que tu m'avais donné il y a quelques jours, mais rien n'y fait, toujours bleu. Maintenant je suis complètement paumé...
https://trainderiquet.fr
Code: Tout sélectionner
.headerbar {
background-color: #A09E90;
/*background-image: -webkit-linear-gradient(top, #6E777F 0%, #505C65 1%, #56626B 20%, #737F88 75%, #7C8891 100%);
background-image: linear-gradient(to bottom, #6E777F 0%, #505C65 1%, #56626B 20%, #737F88 75%, #7C8891 100%);
background-repeat: repeat-x;*/
}
.navbar {
background-color: #A09E90;
}
.navbar a {
color: #ffffff;
}
.dropdown .dropdown-contents a {
color: #0002C7;
}
.forabg, .forumbg {
background-color: #A09E90;
/*background-image: -moz-linear-gradient(top, #7C8891 0%, #7C8790 4%, #76828B 10%, #5B666F 29%, #505C65 38%, #505C65 100%);
background-image: linear-gradient(to bottom, #7C8891 0%, #7C8790 4%, #76828B 10%, #5B666F 29%, #505C65 38%,#505C65 100%);
background-repeat: repeat-x;*/
}
@+