BW:
Boltwire Projects > Skins and Skinning
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.
So if the skin is called zebra... the skin files will be
code.style.zebra and
code.skin.zebra. The original system skin is called
code.skin and
code.style and if you have modified it, IT will be in the field/pages directory too.
- 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.