[Résolu, fixed] Color Background Topic is solved

Support en français pour CMS Made Simple.

Moderator: jce76350

Post Reply
BigFredo

[Résolu, fixed] Color Background

Post 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
Last edited by BigFredo on Wed Sep 19, 2007 1:12 pm, edited 1 time in total.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Color Background

Post 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
BigFredo

Re: Color Background

Post by BigFredo »

Oki thanks for your answer.
_paul_

Re: Color Background

Post by _paul_ »

sorry but i don't find this stylesheet.
Whrere is it ?
jce76350
Beta Tester
Beta Tester
Posts: 2097
Joined: Mon May 29, 2006 1:20 pm

Re: Color Background

Post by jce76350 »

re,

Ben ça dépend de ta feuille de style utilisée  :D

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
Last edited by jce76350 on Tue Sep 18, 2007 9:52 am, edited 1 time in total.
Jean-Claude Etiemble MyPageFr
_paul_

Re: Color Background

Post 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.
jce76350
Beta Tester
Beta Tester
Posts: 2097
Joined: Mon May 29, 2006 1:20 pm

Re: Color Background

Post 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
Jean-Claude Etiemble MyPageFr
_paul_

Re: Color Background

Post by _paul_ »

[shadow=red,left]Parfait[/shadow] c'est exactement ça :)
merci
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Color Background

Post by calguy1000 »

if this topic is solved, can we mark it as [solved] in the topic header please.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Pierre M.

Re: [Résolu, fixed] Color Background

Post by Pierre M. »

OK, done.
Post Reply

Return to “French - Français”