Topic: creating a style

Hello,

I sell custom IP .Board Skins and I saw PunBB and wanted to give it a shot at creating a style.
I looked at the default style's CSS and it doesn't seem to have all of the hex codes and such. I feel like I am not viewing everything I need. Right now I am looking at Oxygen.css in the style folder.
Am I missing something? Is there a guide or anything as well? It seems very straight forward and simple but if there is a guide I'd might as well use it to get familiar.
Thanks.


Bitter.

Re: creating a style

think i might be wrong but if you chose to see a style, then because of the licence Punbb is under, they can redistribute it for free.

but yeah the two files for creating a style are the .css and _cs.css

so you would have
styles -
  - Oxygen.css
    - Imports
       - Oxygen_cs.css

Sorry. Unactive due to personal life.

3 (edited by Bitter 2007-11-25 18:42)

Re: creating a style

Alright thanks I will try to look through those files.

EDIT: Where can I edit the width in the CSS? I don't see anywhere that directly says width: ____%; or anything like that. Where can I change the width?


Bitter.

Re: creating a style

in the style.css search for #punwrap ( add width:900 px

or here the link...

http://wiki.punres.org/Change_forum_width

Q

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

Re: creating a style

Thank you very much. I appreciate the help.


Bitter.

Re: creating a style

You can also add things in the include/template/ area.
It contains HTML based templates of everything if you didn't know.