Topic: punbb style

Ok i was wondering is there anything that tells you what each thing is on the forum code to make a style? I was wondering because im going to make my own custom style for my forums and not sure what each parts labeled as. What i mean is like in say oxygen.css what the .pun or brdheader i know that header is one i know but thats what i mean by a lsit of what each thing is. Is there anything tofollow cuz when lookng at otehrs when you change somthnig some thnigs dont even show a difference or tis hard to see so cant figure out what it is. Thanks to anyone who helps.

Re: punbb style

I havn't used the wiki before, but this might help http://wiki.punres.org/Wiki_index#Styles. If not maybe you could wiki this list into the docs? big_smile

echo "deadram"; echo; fortune;

Re: punbb style

This might not be quite what you're looking for, but it may be helpful: http://www.punres.org/desc.php?pid=39

Looking for a certain modification for your forum? Please take a look here before posting.

Re: punbb style

According to me the best way is to load a page in your browser, browse the source and read the style and id entries so you can have a better idea of where the CSS entry is called and how many times.

Re: punbb style

Could just cheat and grep for 'class="*"', but you'd need to be running linux tongue

Once you figure out all the names make a "color" css, so that all "box" class items are red, and all "inbox" class items are blue, etc... That makes using the browser source a litle easier. Ohh, don't forget to make everything have at least a 1px margin/border/padding. That way even is the item is suppoed to be a spacer, you'll still see the colors tongue

echo "deadram"; echo; fortune;