Couleur en CSS

Fermé
fox81 Messages postés 9 Date d'inscription mercredi 3 octobre 2007 Statut Membre Dernière intervention 17 mars 2009 - 7 juin 2008 à 04:08
Brachior Messages postés 613 Date d'inscription dimanche 21 octobre 2007 Statut Membre Dernière intervention 22 juin 2009 - 7 juin 2008 à 10:05
Bonjour,
Voila j'ai mon CV en HTML avec un menu crée en CSS. le probleme c'est que ce n'es pas moi qui l'ai programmé et j'ai beaucoup de mal a comprendre le code. J'aurai besoin de mettre mon menu sous differentes couleurs
ex : Presentation --> Rouge
Formations ----> Bleu
etc...
Hors je ne voit pas ou dans le code je pourrai modifier le code couleur correspondant
Si quelqu'un peut m'aider?
Merci d'avance
Cordialement

Voila le css

<html lang="fr" xml:lang="fr" xmlns="http://www.w3.org/1999/xhtml">
<head>
</head>
<body>
</body>
</html>
div.firefox {
border-collapse:collapse;
margin:0pt auto;
width:750px;
}
div.body {
margin-top:15px;
text-align:center;
}
body {
background:#3779C0 none repeat scroll 0%;
color:#5C5959;
font-family:"Trebuchet MS",helvetica,sans-serif;
font-size:0.8em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:50px 0pt 0px;
padding:0pt;
text-align:center;
}
div#conteneur {
background:#FFFFFF none repeat scroll 0%;
border:2px solid #0E4888;
margin:0pt auto;
text-align:left;
width:750px;
} h1#header {
height:150px;
margin:0px;
padding:0px;
} h1#header a {
display:block;
height:70px;
left:350px;
position:relative;
text-indent:-5000px;
top:0px;
width:400px;
}
div#contenu {
min-height:350px;
}
div#contenu h2 {
background:transparent url(../images/little_apple.gif) no-repeat scroll left center;
border-bottom:1px solid #99BB22;
color:#99BB22;
font-size:1.4em;
line-height:25px;
padding-left:25px;
}
div#contenu h3 {
border-bottom:1px solid #99BB22;
border-left:1px solid #99BB22;
color:#99BB22;
margin-left:15px;
padding-left:5px;
}
div#contenu p {
line-height:1.7em;
text-align:justify;
text-indent:2em;
}
div#contenu a {
color:#88AA00;
}
div#contenu a:hover {
color:#99BB22;
}
p#footer {
background:transparent url(../images/pied2.png) repeat scroll 0%;
color:white;
font-size:14px;
height:19px;
margin:10px 0pt 0pt;
padding:0px;
text-align:center;
vertical-align:middle;
}
pre {
background:#DDEEAA none repeat scroll 0%;
border:2px solid #99BB22;
font-size:1.2em;
overflow:auto;
padding:5px 0pt 0pt 5px;
}
pre span {
color:#556600;
}
pre span.comment {
color:#B30000;
}
div.texte {
margin-left:15px;
}
div.milieu {
color:#D8D5D5;
margin-top:20px;
}
#forma dl {
margin-top:30px;
}
div#conteneur2 {
margin:0pt auto;
width:750px;
}

3 réponses

bonjour,

je n'ai pas trop regardé ton CSS mais bon la manière la plus simple de trouvé ou cela ce trouve sans trop connaitre le CSS est de modifier les couleurs en mettant par exemple #FFFFFF ou une autre couleurs et tu regarde au fur et a mesure quel parti a changé.

bon courage.
0
https://www.selfhtml.org/

voila un site ou il y a pas mal d'explication pour les sites internet et dont les CSS
0
Brachior Messages postés 613 Date d'inscription dimanche 21 octobre 2007 Statut Membre Dernière intervention 22 juin 2009 46
7 juin 2008 à 10:05
<html lang="fr" xml:lang="fr" xmlns="http://www.w3.org/1999/xhtml">
<head>
</head>
<body>
</body>
</html> 
inutil dans un css Oo
et euh .. on n'pourra pas t'aider si on a pas le code html avec ^^
--
RAPPEL : Html/Javascript -> Coté Client   ||   Php -> Coté Serveur
0