Topic: Background color for template

I was making a new skin for a PunBB 1.2 forum, and it worked fine with the colors, exept for the background. I mean the background color of the page, not the tables, the page. Where in the css-file do I make the background color? Is it in the skin_cs.css?

Re: Background color for template

Yes, under 1.1 in skin_cs.css, just add e.g.

BODY {BACKGROUND-COLOR: #665544}

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: Background color for template

And in 1.2?

Jesper
Svenska BMW E28 Registret
www.e28.se

4 (edited by Frank H 2005-01-14 15:35)

Re: Background color for template

that's for 1.2, I think Rickard made a small typo

Edit: obv. not wink

Re: Background color for template

Ah.. Now I see. I should replace the skin-part of skin_cs.css and replace it with the skin name I want to change smile

Jesper
Svenska BMW E28 Registret
www.e28.se

6

Re: Background color for template

1.1 is the section number of the css file containing the relevent bits not the PunBB version number.