; Global switch to enable/disable any css alterations.
settings[css_alter] = 1
; Setup optional css. The 'css_enable' settings will enable its inclusion.
settings[css][all][] = styles/framework/reset.css
settings[css][all][] = styles/framework/text.css
settings[css_enable][] = reset.css
settings[css_enable][] = text.css
; Float these style sheet above others.
settings[css_float][] = reset.css
settings[css_float][] = text.css
; Theme specific css. If ninesixty isn't active, this won't be included.
settings[css_ninesixty][all][] = styles/styles.css
settings[css_ns_starter][all][] = styles/starter.css
; Binds styles based on the suffix to existing style sheets.
settings[css_bind_suffix][] = -color.css
; IE specific style. Conditional expression must be surrounded by colons.
settings[css_bind_suffix][] = :lte IE 6:-ie6.css
; Downlevel reveal to ignore IE.
settings[css_bind_suffix][] = reveal:lte IE 8:-css3.css
; CSS override path. Any style within the following paths will override an existing
; style provided by core, modules or parent themes.
settings[css_override_paths][] = styles-module
; This is used to target the 960 styles set from the 'stylesheets' key. Based on the
; options and selection below, this target will be replaced with one of the options.
settings[ns_columns_target] = 960.css
; Setup all the possible 960 style options.
settings[ns_columns_option][12+16] = 960.css
settings[ns_columns_option][12] = 960-12-col.css
settings[ns_columns_option][16] = 960-16-col.css
settings[ns_columns_option][24] = 960-24-col.css
; Select which to use from the options set above.
settings[ns_columns_select] = 12+16
; Column debug style. Will bind to anything set for ns_columns_option.
settings[ns_columns_debug_css] = 960-debug.css
; Enable/disable debug style.
settings[ns_columns_debug] = 0
; Paths to look for hook.var.inc files.
settings[var_inc_paths][] = ./
; Paths to search for hook_owner.theme.inc files.
settings[theme_inc_paths][] = ./