CSS file structure for Mobile
Last Updated on Thursday, 09 December 2010 13:32
Main Styling
| Priority | CSS Files | Usage |
|---|---|---|
| 1 | main.css | main css file for the whole template, contains all standard classes and id for the websites |
| 2 |
main-color-xxx.css | control the "color" of the template, 'xxx' is the colorcode set in "NAS_1008_COLOR" at /[THEME_PATH]/config.php |
| 3 | main-cust.css | customization by client should be put here |
css files with Higher Priority will override those with lower priority.
e.g. "main-cust.css" (priority = 3 will override styling in "main-color-xxx.css" (priority = 2) .. etc
Note:
It is recommended for web developer / desiger to perform changes in "main-cust.css", so that everytime the template is upgraded, it will not affect your css customization.
Other Styling
| CSS Files | Usage |
|---|---|
| candidates.css | default Jamit Job Board css file, styling for Jobseeker login section |
| Next > |
|---|