Skins and Skinning
Started looking at skins. One of the first things that I needed to know was how to change/edit the skin (theme).
Some basics
- The skin (Theme) is basically contained in two files.
- code.style.* This is the CSS used by the style
- code.skin.* This is the actualy structure (HTML) of the page.
- If you load a new skin (which goes into the barn/skins directory), when you activate it (site.config), the system will copy to your field/pages directory the skin and use that from that point on. Any change you make will be done there, not in the original location you loaded the skins.

