CSS Files

Reset Styles

The first rules in main.css file are generic reset rules. Many browser interpret the default behavior of html elements differently. By using a general reset styles, we can work round this.

General Styles

The main css file main.css is separated into sections:

  1. Settings
    1. Global
  2. Tools
    1. Functions
    2. Mixins
  3. Generic
    1. Reset
  4. Elements
    1. Default
    2. Forms
  5. Objects
    1. Grid
    2. Fluid wrapper
  6. Components

If you would like to edit a specific section of the site, simply find the appropriate label in the CSS file, and then scroll down until you find the appropriate style that needs to be edited. Sections are marked as follows:

/**
 * 1 . SAMPLE SECTION NAME
 */