"Thinking about getting a brand new web 2.0 website for your company?"
All Coding Staff skins are CSS based; therefore, it easy to modify them. All you need to know is just basics of CSS and HTML. So, how do you get started?
Depending on where skin was installed (host or portal), its sources location will be root/Portalsl/_default/Skins or root/Portals/PortalID_or_Name/Skins. You should be able to find the skin in one of those folders. Same with containers, you will find them in root/Portalsl/_default/Skins or root/Portals/PortalID_or_Name/Containers or in root/Portalsl/_default/Containers.
Before you go any further, we would highly recommend installing Firebug. Firebug is an extensions for Firefox browser that will make it much easier to understand what styles and tags are affecting your skin.
Here are few tips on how you can do some simple skin modifications.
Adding one more skin that looks similar to index page skin
... done, now you got index-copy skin which you can modify in any way.
Adding one more container that looks similar to default container
... done, now you got default-copy container which you can modify in any way.
Adding one more content pane to index page skin
<p>Donec fermentum sapien nunc. Quisque luctus, dolor et viverra euismod, lorem odio convallis sapien, eget euismod tellus felis vitae diam.</p>
<p>aliquet hendrerit nisi eu egestas.</p>
<p>Donec fermentum sapien nunc. Quisque luctus, dolor et viverra euismod.</p> <hr/>
<p>odio convallis sapien, eget euismod tellus felis vitae diam. Nam aliquet hendrerit nisi eu egestas.</p>
Quisque luctus, dolor et viverra euismod.</li></ul>
<p>Quisque luctus, dolor et viverra euismod, lorem odio convallis sapien, eget euismod tellus felis vitae diam.</p></li></ul>
This Container is used to wrap a contact form on the contact page.
This Container is used to wrap contact information on the contact page.
This Container is used to wrap a contact form with a colorful "send" button on the main page.
This Container is used to wrap Copy Rights on the Footer Left Pane on every page of the demo site.
A Container without a title.
This container is used on the Inner Skin pages at the top left corner.
This container is used on the Inner Skin pages, after Page Name container.
This Container is used to wrap a Links form on the home page.
Container is for the navigation menu. Should be applied to the Menu Box module.