Ill have a go at explaining
The basic explination of a 'style' is that it is made up of 'replacement variables' and 'templates'.
You can create a new style, (which it can automatically create a new replacement vars and template sets too), which you can work on without disrupting the users, simply create it, work out what ID it is(from mouseover links in the admin cp is the easiest way.., then add &styleid=idnum here, to view it while your devloping.
Keep in mind that the style can be changed also from the usercp in options, so users can change to it as well(not that it should matter).
Basically, a replacment variable is something like {backgroundcolor}, and what happens with these, as the page is created (from templates, ill explain a bit furthur down), {backgroundcolor} is replaced totally with a value you specify, for example #000000, making it easier to modify colours without having to edit templates. The replacement vars dont have to be surrounded by {}, and can be anything, sometimes handy to replace swear words with nice words, depending on your board
Templates, are, what makes each page. they are just that, templates.
For example, with the index.php page, it uses the forumhome template, and calls all the other forumhome_ templates that are required(it also calls headinclude, header, footer), and puts them where there it is indicated in the main forumhome($header $footer, etc).
It takes a bit of getting used to, but just hacking around, changing a few things, youll learn pretty quick.
Keep in mind that you cant just create a new template say, johnstemplate, and use $johnstemplate to put it where you want it, its a bit more complicated to add templates :\
I almost forgot, with styles, you dont have to have seperate templates and replacment variables for each style. You can use the same template set, and have different replacement variables, or vice versa. What this allows is that you can have the same forums(same look with html) but with different colours(which is what i normally do), or same colours with different looks.
To make what you have modifed styleid1, you have to Styles>Modify - 'Properties' on the style without [remove] on the end(thats styleid1), and change the template and replacement variables to the ones you created and modified..
Sorry if its all over the place/and or too indepth, i have the hiccups as i write this, so its a bit hard to concentrate and make a decent structured post
I hope that helps, but just as much as it helps it might make it worse :stoned: