CSS file structure
Last Updated on Sunday, 31 May 2009 21:58
Main Styling
| Priority | CSS Files | Usage |
|---|---|---|
| 1 | main.css | default Jamit Job Board css file, contains all standard classes and id for the websites |
| 2 | main-ext.css | created by Nasthon Systems, for Nasthon's template styling |
| 3 | main-print.css | created by Nasthon Systems, styling for "print out" |
| 4 | main-color.css | created by Nasthon Systems, control the "color" of the template |
| 5 | main-cust.css | created by Nasthon Systems, all other customization by client should be put here |
css files with Higher Priority will override those with lower priority.
e.g. "main-cust.css" (priority = 5) will override styling in "main-color.css" (priority = 4) .. 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 |
| employers.css | default Jamit Job Board css file, styling for Employer login section |
| admin.css | default Jamit Job Board css file, styling for Administrator login section |
| text-menu.css | default Jamit Job Board css file, styling for Text menu in Jobseeker & Employer login section |
| js-menu.css | default Jamit Job Board css file, styling for Javascript menu in Jobseeker & Employer login section |
| < Prev |
|---|