Topic: skinning punbb

seems a bit of a pain if im honest

ive worked with a few forums now and most have a good structure to skins that are used, im finding with some skins on punbb some of the classes arent even in the style sheets, or the style sheets are a bit far and wide, with some stuff in a root style, some in an imported file, and then others in the base file

has anyone written a guide for skinning for this software?

im trying to get shut of the little annoying border at the top of the menu, but other things arent the easiest with the way it has been styled

http://www.blue-all-over.co.uk/forum/index.php

anyone help me out with the white bit at the top of the menu i want rid of?

Re: skinning punbb

Well, skinning is fairliy easy IMO. You have base.css, that is the same for all skins. Then your style.css, which contains your general layout settings (positioning, borders, ...) and finally, style_cs.css, which contains your Colour Scheme (hence the _cs).

You might try modifying this in style.css:

#brdheader DIV.box {BORDER-TOP-WIDTH: 4px}

Re: skinning punbb

cheers mate

im not used to using divs

i'll have read up on how dics and classes work together

html and php here only

Re: skinning punbb

Divs are HTML =/

Anyway, it's all pretty easy smile