MyBB Community Forums

Full Version: Default Forum Global CSS Explained
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to create custom designs that require the style sheet to be edited for my forum. However MyBB does not seem to have an explanation of what each area is on the default page in relation to the style sheet. I have found some very basic explanation on the thread sections of the style sheet but I would like to know if any documentation shows exactly what every part of the css affects (how the page is separated through containers, divs, etc.). Some style sheet categories seem easy enough to figure out while others seem to affect areas I cannot see on my default page.

So is there any documentation on how the default form page is segmented so I can properly edit my forum?

Thank you.
Use Google Chrome Inspector or Firebug to check the CSS rules of each element. Most of the CSS names are self-explanatory, but some can be confusing if you're new to it.