- Your site has a default system layout style sheet, this is the one you selected when you creating your site.
- Your site has a site-wide shared style sheet named _site.css. This file resides in your site's root folder. It is by default empty.
- Each folder on your site contains a style sheet shared by all page in that folder, this file is named _common.css in that folder, it is also empty by default.
- Each file has its own style sheet, named as name.css, where name is tbe basename of the html file. This file is also empty by default.
For most users, the only thing really need to customize is the banner images. They are used as background image of HTML elements. There are two of them.
- The small banner image on the upper left corner of some layout templates. This image is of a fixed size 150x76 .
- The top banner image, of size 800x76 . This image is used in all layouts.
For those who want to use javascript in their pages. There is a similar arrangement of javascript files. The file _site.js is loaded by all pages on your site, the file _common.js is loaded by all pages in the folder, after _site.js, and the file name.js is loaded the last. All these files are empty by default.