Page 1 of 1
[Résolu, fixed] Color Background
Posted: Wed Aug 22, 2007 12:34 pm
by BigFredo
Bonjour,
voilà j'aimerai changer la couleur grise de l'arrière plan de la page.
Mais malheureusement, je ne trouve pas l'endroit où je dois faire la modification. Donc si vous pouviez m'aider, ce serait top.
Merci d'avance
Re: Color Background
Posted: Wed Aug 22, 2007 12:43 pm
by RonnyK
I'll answer in English.
The background of the total site is done through:
Code: Select all
body {
background-color: #000000;
color: #333;
margin:1em; /* gives some air for the pagewrapper */
}
/* center wrapper, min max width */
div#pagewrapper {
border: 1px solid black;
margin: 0 auto; /* this centers wrapper */
min-width: 1014px;
max-width: 1014px;
background-color: #C6C5C6;
color: black;
}
in the stylesheet attached to the template.
If i misunderstand (as I don't speak French that good) sorry,
Ronny
Re: Color Background
Posted: Wed Aug 22, 2007 1:37 pm
by BigFredo
Oki thanks for your answer.
Re: Color Background
Posted: Tue Sep 18, 2007 9:30 am
by _paul_
sorry but i don't find this stylesheet.
Whrere is it ?
Re: Color Background
Posted: Tue Sep 18, 2007 9:50 am
by jce76350
re,
Ben ça dépend de ta feuille de style utilisée
dans ta page Contenu » Pages --> tu regardes le garbarit utilisé
Et dans le menu Disposition » Gabarits tu vas voir Associations des feuilles de style
et tu trouvera ta feuille de style
Re: Color Background
Posted: Tue Sep 18, 2007 12:30 pm
by _paul_
merci
je trouve plusieurs feuilles car j'ai choisi "Top simple navigation + left subnavigation + 1 column" donc je change chaques feuilles mais le "bg-color" de toute la page je ne sais pas sur quel css la trouver.
Re: Color Background
Posted: Tue Sep 18, 2007 4:44 pm
by jce76350
re,
je trouve plusieurs feuilles car j'ai choisi "Top simple navigation + left subnavigation + 1 column" donc je change chaques feuilles mais le "bg-color" de toute la page je ne sais pas sur quel css la trouver.
Tu prends Layout: Left sidebar + 1 column
tu va trouver
body {
background-color: #ccc; -----------> ICI la couleur du Fond
color: #333;
margin:1em;
}
le body c'est le corps de la page
Re: Color Background
Posted: Tue Sep 18, 2007 9:48 pm
by _paul_
[shadow=red,left]Parfait[/shadow] c'est exactement ça
Re: Color Background
Posted: Wed Sep 19, 2007 2:58 am
by calguy1000
if this topic is solved, can we mark it as [solved] in the topic header please.
Re: [Résolu, fixed] Color Background
Posted: Wed Sep 19, 2007 1:13 pm
by Pierre M.
OK, done.