; $Id: adaptivetheme.info,v 1.14 2009-10-12 13:40:35 jmburnz Exp $
;----------// Theme Information
; Change the name to match your new themes name. Modify the optional description.
name = AdaptiveTheme
description = A starter theme for Drupal Rockstars by AdaptiveThemes. For help see our documentation and video tutorials. If you have a problem and need additional help or wish to post a bug report please use the issue queue.
core = 6.x
engine = phptemplate
screenshot = screenshot.png
;----------// Modular Stylesheets
; Core CSS
stylesheets[all][] = css/core/base.css
stylesheets[all][] = css/core/layout.css
; Uncomment if using Gpanels. There are two: 960 Grids based and Fluid - you will need
; to decide which you want or need to use. Generally if the page width is changeing
; or you have enabled the advacned layout settings it might be easier to use the
; fluid width CSS.
;stylesheets[all][] = css/core/gpanels-960-fixed.css
;stylesheets[all][] = css/core/gpanels-fluid.css
; Uncomment for Dark Themes
;stylesheets[all][] = css/core/dark.css
; Theme CSS
; Unset if you don't need this - provides basic starter styles only.
stylesheets[all][] = css/theme/starter.css
; Custom stylesheet - don't rename or move this file
stylesheets[all][] = css/theme/theme.css
;----------// IE Conditional Comments
; Note: You MUST install http://drupal.org/project/conditional_styles
; Example only: see the README in the Conditional Styles module
;conditional-stylesheets[if lte IE 7][all][] = css/ie/ie-lte-7.css
; PNG Fix for IE6
; jQuery plugin based on the old supersleight script to support
; transparent .png images in IE6.
;conditional-stylesheets[if IE 6][all][] = js/core/jquery.supersleight.js
;----------// jQuery Plugins and JavaScripts
; Theme settings JS
scripts[] = js/core/theme-settings.js
; Insert WAI ARIA Landmark Roles. Uncomment to use.
scripts[] = js/core/aria-roles.js
; Preload CSS Images
; jQuery plugin that automatically preloads all images referenced in CSS files.
;scripts[] = js/core/preloadCssImages.jQuery_v5.js
;----------// Core Regions
regions[header] = Header Blocks
regions[content] = Main Content
regions[left] = Sidebar First
regions[right] = Sidebar Last
regions[footer] = Footer
;----------// Additional Regions
regions[leaderboard] = Leaderboard
regions[secondary_content] = Secondary Content
regions[content_top] = Content Top
regions[content_aside] = Content Aside
regions[content_bottom] = Content Bottom
regions[tertiary_content] = Tertiary Content
;----------// Node Regions
regions[node_bottom] = Node bottom
;----------// Gpanel Regions
; Gpanel Regions - use in conjunction with the Gpanel snippets.
; See /gpanels and the README in that folder.
; Uncomment the required regions.
;--// TWO column Gpanels
; 2 col 2x50 Gpanel
;regions[two_col_2x50_first] = 2col 2x50 Gpanel col 1
;regions[two_col_2x50_second] = 2col 2x50 Gpanel col 2
; 2 col 33-66 Gpanel
;regions[two_col_33_66_first] = 2col 33-66 Gpanel col 1
;regions[two_col_33_66_second] = 2col 33-66 Gpanel col 2
; 2 col 66-33 Gpanel
;regions[two_col_66_33_first] = 2col 66-33 Gpanel col 1
;regions[two_col_66_33_second] = 2col 66-33 Gpanel col 2
;--// THREE column Gpanels
; 3 col 3x33 Gpanel
;regions[three_col_3x33_first] = 3col 3x33 Gpanel col 1
;regions[three_col_3x33_second] = 3col 3x33 Gpanel col 2
;regions[three_col_3x33_third] = 3col 3x33 Gpanel col 3
; 3 col 25-25-50 Gpanel
;regions[three_col_25_25_50_first] = 3col 25-25-50 Gpanel col 1
;regions[three_col_25_25_50_second] = 3col 25-25-50 Gpanel col 2
;regions[three_col_25_25_50_third] = 3col 25-25-50 Gpanel col 3
; 3 col 50-25-25 Gpanel
;regions[three_col_50_25_25_first] = 3col 50-25-25 Gpanel col 1
;regions[three_col_50_25_25_second] = 3col 50-25-25 Gpanel col 2
;regions[three_col_50_25_25_third] = 3col 50-25-25 Gpanel col 3
;--// FOUR column Gpanel
;regions[four_col_first] = 4col Gpanel col 1
;regions[four_col_second] = 4col Gpanel col 2
;regions[four_col_third] = 4col Gpanel col 3
;regions[four_col_fourth] = 4col Gpanel col 4
;--// FIVE column Gpanel
;regions[five_col_first] = 5col Gpanel col 1
;regions[five_col_second] = 5col Gpanel col 2
;regions[five_col_third] = 5col Gpanel col 3
;regions[five_col_fourth] = 5col Gpanel col 4
;regions[five_col_fifth] = 5col Gpanel col 5
;--// SIX column Gpanel
;regions[six_col_first] = 6col Gpanel col 1
;regions[six_col_second] = 6col Gpanel col 2
;regions[six_col_third] = 6col Gpanel col 3
;regions[six_col_fourth] = 6col Gpanel col 4
;regions[six_col_fifth] = 6col Gpanel col 5
;regions[six_col_sixth] = 6col Gpanel col 6
;----------// Skinr Styles
; The following classes require the Skinr module, http://drupal.org/project/skinr
; Adaptivetheme includes native support for Skinr classes on nodes, blocks and views.
; Grids - 960px, 16 column grid classes
skinr[at-grid][title] = Width
skinr[at-grid][type] = select
skinr[at-grid][description] = Select the width for this block. All blocks with widths set will float left to align themselves horizontally. A block with no width set will take up the full with of the region (and clear the other blocks above it). This allows you to build complex block layouts in sidebars and other regions.
skinr[at-grid][features][] = block
skinr[at-grid][features][] = panel-pane
skinr[at-grid][options][1][label] = 60px
skinr[at-grid][options][1][class] = grid-1
skinr[at-grid][options][2][label] = 120px
skinr[at-grid][options][2][class] = grid-2
skinr[at-grid][options][3][label] = 180px
skinr[at-grid][options][3][class] = grid-3
skinr[at-grid][options][4][label] = 240px
skinr[at-grid][options][4][class] = grid-4
skinr[at-grid][options][5][label] = 300px
skinr[at-grid][options][5][class] = grid-5
skinr[at-grid][options][6][label] = 360px
skinr[at-grid][options][6][class] = grid-6
skinr[at-grid][options][7][label] = 420px
skinr[at-grid][options][7][class] = grid-7
skinr[at-grid][options][8][label] = 480px
skinr[at-grid][options][8][class] = grid-8
skinr[at-grid][options][9][label] = 540px
skinr[at-grid][options][9][class] = grid-9
skinr[at-grid][options][10][label] = 600px
skinr[at-grid][options][10][class] = grid-10
skinr[at-grid][options][11][label] = 660px
skinr[at-grid][options][11][class] = grid-11
skinr[at-grid][options][12][label] = 720px
skinr[at-grid][options][12][class] = grid-12
skinr[at-grid][options][13][label] = 780px
skinr[at-grid][options][13][class] = grid-13
skinr[at-grid][options][14][label] = 840px
skinr[at-grid][options][14][class] = grid-14
skinr[at-grid][options][15][label] = 900px
skinr[at-grid][options][15][class] = grid-15
skinr[at-grid][options][16][label] = 960px
skinr[at-grid][options][16][class] = grid-16
; Content alignment
skinr[at-align-content][title] = Content alignment
skinr[at-align-content][type] = select
skinr[at-menu][features][] = block
skinr[at-menu][features][] = panel-pane
skinr[at-align-content][options][1][label] = Center content within its container
skinr[at-align-content][options][1][class] = at-center-content
skinr[at-align-content][options][2][label] = Align content to the right within its container
skinr[at-align-content][options][2][class] = at-align-right-content
skinr[at-align-content][options][3][label] = Align content to the left within its container
skinr[at-align-content][options][3][class] = at-align-left-content
; Additional menu styles
skinr[at-menu][title] = Menu layout
skinr[at-menu][type] = select
skinr[at-menu][description] = Different layouts and alignment options for your menus
skinr[at-menu][features][] = block
skinr[at-menu][features][] = panel-pane
skinr[at-menu][options][1][label] = Single line inline menu with separators
skinr[at-menu][options][1][class] = at-inline-menu
skinr[at-menu][options][2][label] = Multi-column menu with headers
skinr[at-menu][options][2][class] = at-multicolumn-menu clear-block
;----------// Features
; The "features" control which of these check boxes display on the
; admin/build/themes configuration page. This is useful for
; suppressing check boxes for elements not used by your theme.
features[] = logo
features[] = name
features[] = slogan
features[] = mission
features[] = node_user_picture
features[] = comment_user_picture
features[] = search
features[] = favicon
features[] = primary_links
features[] = secondary_links