diff --git a/starterkits/html5/css/README.txt b/starterkits/html5/css/README.txt new file mode 100644 index 0000000000000000000000000000000000000000..c83ab4929ff5b948a73f930f7c80abd85af190eb --- /dev/null +++ b/starterkits/html5/css/README.txt @@ -0,0 +1,70 @@ +########################################################################################## + _ _ _ _ + __| | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ __ _ ___ ___| | _____ + / _` |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| / _` |/ _ \/ _ \ |/ / __| + | (_| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | (_| | __/ __/ <\__ \ + \__,_|\___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| \__, |\___|\___|_|\_\___/ + |_| |___/ +########################################################################################## + +########################################################################################## +##### Omega Theme +########################################################################################## +Informational: http://himer.us/omega960 +Documentation: http://himer.us/omega-docs +Project Page: http://drupal.org/project/omega +Issue Queue: http://drupal.org/project/issues/omega +Usage Stats: http://drupal.org/project/usage/omega +Twitter: http://twitter.com/Omeglicon +########################################################################################## +##### CSS Files +########################################################################################## + +Any custom CSS files should be placed in this folder. + +Five CSS files are provided by default. These files will be loaded according to the +media queries established in your theme's settings. The default values are provided below. + +To use these stylesheets, rename the files and YOURTHEME with the name of your theme. +For example, if your theme is named beta, the files would be named: + global.css (this file does not get renamed) + beta-alpha-default.css + beta-alpha-default-narrow.css + beta-alpha-default-normal.css + beta-alpha-default-wide.css + +global.css + * Loaded all for all layouts, including mobile. + * Default media query: n/a. Always applied. + * By default, this is the only stylesheet loaded for the mobile version of your site. + * This layout does not use the 960gs for its layout. It provides a linearized + view of your site's content. + +YOURTHEME-alpha-default.css + * Loaded for all layouts using the alpha grid (i.e. not the mobile layout). + * Default media query: n/a. Applied to all layouts using the alpha grid. + * By default the alpha grid is applied when the device width is at least + 740px wide. + +YOURTHEME-alpha-default-narrow.css + * Loaded for all layouts using the alpha grid. Styles will "cascade" to + wider layouts. You may overwrite any styles in the normal or wide + layout-specific CSS files if you wish. + * Default media query for the narrow layout is: + all and (min-width: 740px) and (min-device-width: 740px), + (max-device-width: 800px) and (min-width: 740px) + and (orientation:landscape) + +YOURTHEME-alpha-default-normal.css + * By default this style sheet will be loaded for the normal and wide layouts + * Styles will "cascade" to the wide layout as well. + * Default media query for the normal layout is: + all and (min-width: 980px) and (min-device-width: 980px), + all and (max-device-width: 1024px) and (min-width: 1024px) + and (orientation:landscape) + +YOURTHEME-alpha-default-wide.css + * By default this style sheet will apply only to the widescreen layout. + * Default media query for the wide layout is: + all and (min-width: 1220px) + diff --git a/starterkits/html5/css/YOURTHEME-alpha-default-narrow.css b/starterkits/html5/css/YOURTHEME-alpha-default-narrow.css new file mode 100644 index 0000000000000000000000000000000000000000..c85bf21784f8802b67ef3111ab5199c8aafea2e7 --- /dev/null +++ b/starterkits/html5/css/YOURTHEME-alpha-default-narrow.css @@ -0,0 +1,4 @@ +/* This file will hold styles that are loaded using the same media query as the narrow grid. */ +/* If you are using the default media queries provided by Omega, these styles will also + * apply to the normal and widescreen layouts. You may override these styles in the normal + * and widescreen CSS files as appropriate. */ diff --git a/starterkits/html5/css/YOURTHEME-alpha-default-normal.css b/starterkits/html5/css/YOURTHEME-alpha-default-normal.css new file mode 100644 index 0000000000000000000000000000000000000000..0e5b1677f5491744e68c67d8e859c45a01303e4f --- /dev/null +++ b/starterkits/html5/css/YOURTHEME-alpha-default-normal.css @@ -0,0 +1,3 @@ +/* This file will hold styles that are loaded using the same media query as the normal grid. */ +/* If you are using the default media queries provided by Omega, these styles will also + * apply to the widescreen layout unless they are overridden by the widescreen styles. */ diff --git a/starterkits/html5/css/YOURTHEME-alpha-default-wide.css b/starterkits/html5/css/YOURTHEME-alpha-default-wide.css new file mode 100644 index 0000000000000000000000000000000000000000..32933b82bf0860a108b536d5829f98924f64c446 --- /dev/null +++ b/starterkits/html5/css/YOURTHEME-alpha-default-wide.css @@ -0,0 +1 @@ +/* This file will hold styles that are loaded using the same media query as the wide grid. */ diff --git a/starterkits/html5/css/YOURTHEME-alpha-default.css b/starterkits/html5/css/YOURTHEME-alpha-default.css new file mode 100644 index 0000000000000000000000000000000000000000..4c1688d7865c3b815f853ab4ba5dbb1471c26392 --- /dev/null +++ b/starterkits/html5/css/YOURTHEME-alpha-default.css @@ -0,0 +1 @@ +/* This file will hold styles for all layouts using the alpha grid (i.e. not the mobile layout). */ diff --git a/starterkits/html5/css/global.css b/starterkits/html5/css/global.css new file mode 100644 index 0000000000000000000000000000000000000000..ac420a04f617e61ae953fa2ee57de4f1473262a9 --- /dev/null +++ b/starterkits/html5/css/global.css @@ -0,0 +1,2 @@ +/* This file will hold styles for the mobile version of your website (mobile first). */ +/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */ diff --git a/starterkits/html5/logo.png b/starterkits/html5/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..439e6bf250941b3ff1b075080aa5206315f30cea Binary files /dev/null and b/starterkits/html5/logo.png differ diff --git a/starterkits/html5/omega_nodemaker_html5.info b/starterkits/html5/omega_nodemaker_html5.info new file mode 100644 index 0000000000000000000000000000000000000000..afac27d8e09445f91163e995b52050a803e6df12 --- /dev/null +++ b/starterkits/html5/omega_nodemaker_html5.info @@ -0,0 +1,467 @@ +name = Omega NodeMaker HTML5 +description = Default starterkit for Omega Nodemaker. You should not directly edit this starterkit, but make your own copy. Information on this can be found in the Omega Documentation +core = 7.x +engine = phptemplate +screenshot = screenshot.png +base theme = omega_nodemaker + +; IMPORTANT: DELETE THESE TWO LINES IN YOUR SUBTHEME + +hidden = TRUE +starterkit = TRUE + +; STANDARD DRUPAL FEATURES +features[] = logo +features[] = name +features[] = slogan +features[] = node_user_picture +features[] = comment_user_picture +features[] = comment_user_verification +features[] = favicon +;features[] = main_menu +;features[] = secondary_menu + +; ZONES +zones[header] = 'Header' +zones[content] = 'Content' +zones[footer] = 'Footer' +zones[user] = 'User' +zones[branding] = 'Branding' +zones[menu] = 'Menu' +zones[preface] = 'Preface' +zones[postscript] = 'Postscript' + +; REGIONS +regions[page_top] = 'Page Top' +regions[page_bottom] = 'Page Bottom' +regions[content] = 'Content' +regions[user_first] = 'User Bar First' +regions[user_second] = 'User Bar Second' +regions[branding] = 'Branding' +regions[menu] = 'Menu' +regions[sidebar_first] = 'Sidebar First' +regions[sidebar_second] = 'Sidebar Second' +regions[header_first] = 'Header First' +regions[header_second] = 'Header Second' +regions[preface_first] = 'Preface First' +regions[preface_second] = 'Preface Second' +regions[preface_third] = 'Preface Third' +regions[postscript_first] = 'Postscript First' +regions[postscript_second] = 'Postscript Second' +regions[postscript_third] = 'Postscript Third' +regions[postscript_fourth] = 'Postscript Fourth' +regions[footer_first] = 'Footer First' +regions[footer_second] = 'Footer Second' +regions[footer_third] = 'Footer Third' +regions[footer_fourth] = 'Footer Fourth' + +; OPTIONAL STYLESHEETS + +css[global.css][name] = Your custom global styles +css[global.css][description] = This file holds all the globally active custom CSS of your theme. +css[global.css][options][weight] = 10 + +; THEME SETTINGS (DEFAULTS) + +settings[toggle_logo] = '1' +settings[toggle_name] = '1' +settings[toggle_slogan] = '1' +settings[toggle_node_user_picture] = '1' +settings[toggle_comment_user_picture] = '1' +settings[toggle_comment_user_verification] = '1' +settings[toggle_favicon] = '1' +settings[default_logo] = '1' +settings[logo_path] = '' +settings[logo_upload] = '' +settings[default_favicon] = '1' +settings[favicon_path] = '' +settings[favicon_upload] = '' +settings[alpha_grid] = 'alpha_default' +settings[alpha_responsive] = '1' +settings[alpha_viewport] = '1' +settings[alpha_viewport_initial_scale] = '1' +settings[alpha_viewport_min_scale] = '1' +settings[alpha_viewport_max_scale] = '1' +settings[alpha_viewport_user_scaleable] = '0' +settings[alpha_primary_alpha_default] = 'normal' +settings[alpha_layouts_alpha_default_narrow_responsive] = '1' +settings[alpha_layouts_alpha_default_narrow_weight] = '1' +settings[alpha_layouts_alpha_default_narrow_media] = 'all and (min-width: 740px)' +settings[alpha_layouts_alpha_default_normal_responsive] = '1' +settings[alpha_layouts_alpha_default_normal_weight] = '2' +settings[alpha_layouts_alpha_default_normal_media] = 'all and (min-width: 980px)' +settings[alpha_layouts_alpha_default_wide_responsive] = '1' +settings[alpha_layouts_alpha_default_wide_weight] = '3' +settings[alpha_layouts_alpha_default_wide_media] = 'all and (min-width: 1220px)' +settings[alpha_layouts_alpha_default_fluid_responsive] = '0' +settings[alpha_layouts_alpha_default_fluid_weight] = '0' +settings[alpha_layouts_alpha_default_fluid_media] = 'all and (min-width: 740px)' +settings[alpha_primary_alpha_fluid] = 'normal' +settings[alpha_layouts_alpha_fluid_normal_responsive] = '0' +settings[alpha_layouts_alpha_fluid_normal_weight] = '0' +settings[alpha_layouts_alpha_fluid_normal_media] = 'all and (min-width: 740px)' +settings[alpha_libraries][omega_mediaqueries] = 'omega_mediaqueries' +settings[alpha_libraries][omega_formalize] = '0' +settings[alpha_libraries][omega_equalheights] = '0' +settings[alpha_css][global.css] = 'global.css' +settings[alpha_css][alpha-reset.css] = '0' +settings[alpha_css][alpha-mobile.css] = '0' +settings[alpha_css][alpha-alpha.css] = '0' +settings[alpha_css][omega-text.css] = '0' +settings[alpha_css][omega-branding.css] = '0' +settings[alpha_css][omega-menu.css] = '0' +settings[alpha_css][omega-forms.css] = '0' +settings[alpha_css][omega-visuals.css] = '0' +settings[alpha_exclude][misc/vertical-tabs.css] = 'misc/vertical-tabs.css' +settings[alpha_exclude][sites/all/modules/contrib/calendar/css/calendar_multiday.css] = '0' +settings[alpha_exclude][modules/comment/comment.css] = '0' +settings[alpha_exclude][sites/all/modules/contrib/date/date_api/date.css] = '0' +settings[alpha_exclude][sites/all/modules/contrib/date/date_popup/themes/datepicker.1.7.css] = '0' +settings[alpha_exclude][modules/field/theme/field.css] = '0' +settings[alpha_exclude][sites/all/modules/contrib/flexslider/assets/css/flexslider_img.css] = '0' +settings[alpha_exclude][modules/forum/forum.css] = '0' +settings[alpha_exclude][sites/all/modules/contrib/logintoboggan/logintoboggan.css] = '0' +settings[alpha_exclude][modules/node/node.css] = '0' +settings[alpha_exclude][modules/search/search.css] = '0' +settings[alpha_exclude][modules/user/user.css] = '0' +settings[alpha_exclude][sites/all/modules/contrib/views/css/views.css] = '0' +settings[alpha_exclude][modules/aggregator/aggregator.css] = '0' +settings[alpha_exclude][modules/block/block.css] = '0' +settings[alpha_exclude][modules/dblog/dblog.css] = '0' +settings[alpha_exclude][modules/file/file.css] = '0' +settings[alpha_exclude][modules/filter/filter.css] = '0' +settings[alpha_exclude][modules/help/help.css] = '0' +settings[alpha_exclude][modules/menu/menu.css] = '0' +settings[alpha_exclude][modules/openid/openid.css] = '0' +settings[alpha_exclude][modules/profile/profile.css] = '0' +settings[alpha_exclude][modules/statistics/statistics.css] = '0' +settings[alpha_exclude][modules/syslog/syslog.css] = '0' +settings[alpha_exclude][modules/system/admin.css] = '0' +settings[alpha_exclude][modules/system/maintenance.css] = '0' +settings[alpha_exclude][modules/system/system.css] = '0' +settings[alpha_exclude][modules/system/system.admin.css] = '0' +settings[alpha_exclude][modules/system/system.base.css] = '0' +settings[alpha_exclude][modules/system/system.maintenance.css] = '0' +settings[alpha_exclude][modules/system/system.menus.css] = '0' +settings[alpha_exclude][modules/system/system.messages.css] = '0' +settings[alpha_exclude][modules/system/system.theme.css] = '0' +settings[alpha_exclude][modules/taxonomy/taxonomy.css] = '0' +settings[alpha_exclude][modules/tracker/tracker.css] = '0' +settings[alpha_exclude][modules/update/update.css] = '0' +settings[alpha_debug_block_toggle] = '0' +settings[alpha_debug_block_active] = '0' +settings[alpha_debug_grid_toggle] = '0' +settings[alpha_debug_grid_active] = '0' +settings[alpha_debug_grid_roles][1] = '1' +settings[alpha_debug_grid_roles][2] = '2' +settings[alpha_debug_grid_roles][3] = '3' +settings[alpha_debug_grid_roles][6] = '0' +settings[alpha_debug_grid_roles][5] = '0' +settings[alpha_debug_grid_roles][4] = '0' +settings[alpha_toggle_messages] = '1' +settings[alpha_toggle_action_links] = '1' +settings[alpha_toggle_tabs] = '1' +settings[alpha_toggle_breadcrumb] = '1' +settings[alpha_toggle_page_title] = '1' +settings[alpha_toggle_feed_icons] = '1' +settings[alpha_hidden_title] = '0' +settings[alpha_hidden_site_name] = '1' +settings[alpha_hidden_site_slogan] = '1' +settings[alpha_zone_user_wrapper] = '1' +settings[alpha_zone_user_force] = '0' +settings[alpha_zone_user_order] = '0' +settings[alpha_zone_user_section] = 'header' +settings[alpha_zone_user_weight] = '1' +settings[alpha_zone_user_columns] = '12' +settings[alpha_zone_user_primary] = '' +settings[alpha_zone_user_css] = '' +settings[alpha_zone_user_wrapper_css] = '' +settings[alpha_zone_user_equal_height_container] = '0' +settings[alpha_region_user_first_force] = '0' +settings[alpha_region_user_first_zone] = 'user' +settings[alpha_region_user_first_prefix] = '0' +settings[alpha_region_user_first_columns] = '12' +settings[alpha_region_user_first_suffix] = '0' +settings[alpha_region_user_first_weight] = '1' +settings[alpha_region_user_first_position] = '0' +settings[alpha_region_user_first_css] = '' +settings[alpha_region_user_first_equal_height_element] = '0' +settings[alpha_region_user_first_equal_height_container] = '0' +settings[alpha_region_user_second_force] = '0' +settings[alpha_region_user_second_zone] = 'user' +settings[alpha_region_user_second_prefix] = '0' +settings[alpha_region_user_second_columns] = '4' +settings[alpha_region_user_second_suffix] = '0' +settings[alpha_region_user_second_weight] = '2' +settings[alpha_region_user_second_position] = '0' +settings[alpha_region_user_second_css] = '' +settings[alpha_region_user_second_equal_height_element] = '0' +settings[alpha_region_user_second_equal_height_container] = '0' +settings[alpha_zone_branding_wrapper] = '1' +settings[alpha_zone_branding_force] = '0' +settings[alpha_zone_branding_order] = '0' +settings[alpha_zone_branding_section] = 'header' +settings[alpha_zone_branding_weight] = '2' +settings[alpha_zone_branding_columns] = '12' +settings[alpha_zone_branding_primary] = '' +settings[alpha_zone_branding_css] = '' +settings[alpha_zone_branding_wrapper_css] = '' +settings[alpha_zone_branding_equal_height_container] = '0' +settings[alpha_region_branding_force] = '1' +settings[alpha_region_branding_zone] = 'branding' +settings[alpha_region_branding_prefix] = '0' +settings[alpha_region_branding_columns] = '12' +settings[alpha_region_branding_suffix] = '0' +settings[alpha_region_branding_weight] = '1' +settings[alpha_region_branding_position] = '0' +settings[alpha_region_branding_css] = '' +settings[alpha_region_branding_equal_height_element] = '0' +settings[alpha_region_branding_equal_height_container] = '0' +settings[alpha_zone_menu_wrapper] = '1' +settings[alpha_zone_menu_force] = '0' +settings[alpha_zone_menu_order] = '0' +settings[alpha_zone_menu_section] = 'header' +settings[alpha_zone_menu_weight] = '3' +settings[alpha_zone_menu_columns] = '12' +settings[alpha_zone_menu_primary] = '' +settings[alpha_zone_menu_css] = '' +settings[alpha_zone_menu_wrapper_css] = '' +settings[alpha_zone_menu_equal_height_container] = '0' +settings[alpha_region_menu_force] = '1' +settings[alpha_region_menu_zone] = 'menu' +settings[alpha_region_menu_prefix] = '0' +settings[alpha_region_menu_columns] = '12' +settings[alpha_region_menu_suffix] = '0' +settings[alpha_region_menu_weight] = '1' +settings[alpha_region_menu_position] = '0' +settings[alpha_region_menu_css] = '' +settings[alpha_region_menu_equal_height_element] = '0' +settings[alpha_region_menu_equal_height_container] = '0' +settings[alpha_zone_header_wrapper] = '1' +settings[alpha_zone_header_force] = '0' +settings[alpha_zone_header_order] = '0' +settings[alpha_zone_header_section] = 'header' +settings[alpha_zone_header_weight] = '4' +settings[alpha_zone_header_columns] = '12' +settings[alpha_zone_header_primary] = '' +settings[alpha_zone_header_css] = '' +settings[alpha_zone_header_wrapper_css] = '' +settings[alpha_zone_header_equal_height_container] = '0' +settings[alpha_region_header_first_force] = '0' +settings[alpha_region_header_first_zone] = 'header' +settings[alpha_region_header_first_prefix] = '0' +settings[alpha_region_header_first_columns] = '12' +settings[alpha_region_header_first_suffix] = '0' +settings[alpha_region_header_first_weight] = '1' +settings[alpha_region_header_first_position] = '0' +settings[alpha_region_header_first_css] = '' +settings[alpha_region_header_first_equal_height_element] = '0' +settings[alpha_region_header_first_equal_height_container] = '0' +settings[alpha_region_header_second_force] = '0' +settings[alpha_region_header_second_zone] = 'header' +settings[alpha_region_header_second_prefix] = '0' +settings[alpha_region_header_second_columns] = '12' +settings[alpha_region_header_second_suffix] = '0' +settings[alpha_region_header_second_weight] = '2' +settings[alpha_region_header_second_position] = '0' +settings[alpha_region_header_second_css] = '' +settings[alpha_region_header_second_equal_height_element] = '0' +settings[alpha_region_header_second_equal_height_container] = '0' +settings[alpha_zone_preface_wrapper] = '1' +settings[alpha_zone_preface_force] = '0' +settings[alpha_zone_preface_order] = '0' +settings[alpha_zone_preface_section] = 'content' +settings[alpha_zone_preface_weight] = '1' +settings[alpha_zone_preface_columns] = '12' +settings[alpha_zone_preface_primary] = '' +settings[alpha_zone_preface_css] = '' +settings[alpha_zone_preface_wrapper_css] = '' +settings[alpha_zone_preface_equal_height_container] = '0' +settings[alpha_region_preface_first_force] = '0' +settings[alpha_region_preface_first_zone] = 'preface' +settings[alpha_region_preface_first_prefix] = '0' +settings[alpha_region_preface_first_columns] = '12' +settings[alpha_region_preface_first_suffix] = '0' +settings[alpha_region_preface_first_weight] = '1' +settings[alpha_region_preface_first_position] = '0' +settings[alpha_region_preface_first_css] = '' +settings[alpha_region_preface_first_equal_height_element] = '0' +settings[alpha_region_preface_first_equal_height_container] = '0' +settings[alpha_region_preface_second_force] = '0' +settings[alpha_region_preface_second_zone] = 'preface' +settings[alpha_region_preface_second_prefix] = '0' +settings[alpha_region_preface_second_columns] = '7' +settings[alpha_region_preface_second_suffix] = '0' +settings[alpha_region_preface_second_weight] = '2' +settings[alpha_region_preface_second_position] = '0' +settings[alpha_region_preface_second_css] = '' +settings[alpha_region_preface_second_equal_height_element] = '0' +settings[alpha_region_preface_second_equal_height_container] = '0' +settings[alpha_region_preface_third_force] = '0' +settings[alpha_region_preface_third_zone] = 'preface' +settings[alpha_region_preface_third_prefix] = '0' +settings[alpha_region_preface_third_columns] = '5' +settings[alpha_region_preface_third_suffix] = '0' +settings[alpha_region_preface_third_weight] = '3' +settings[alpha_region_preface_third_position] = '0' +settings[alpha_region_preface_third_css] = '' +settings[alpha_region_preface_third_equal_height_element] = '0' +settings[alpha_region_preface_third_equal_height_container] = '0' +settings[alpha_zone_content_wrapper] = '1' +settings[alpha_zone_content_force] = '1' +settings[alpha_zone_content_order] = '0' +settings[alpha_zone_content_section] = 'content' +settings[alpha_zone_content_weight] = '2' +settings[alpha_zone_content_columns] = '12' +settings[alpha_zone_content_primary] = 'content' +settings[alpha_zone_content_css] = '' +settings[alpha_zone_content_wrapper_css] = '' +settings[alpha_zone_content_equal_height_container] = '0' +settings[alpha_region_content_force] = '0' +settings[alpha_region_content_zone] = 'content' +settings[alpha_region_content_prefix] = '0' +settings[alpha_region_content_columns] = '6' +settings[alpha_region_content_suffix] = '0' +settings[alpha_region_content_weight] = '1' +settings[alpha_region_content_position] = '0' +settings[alpha_region_content_css] = '' +settings[alpha_region_content_equal_height_element] = '0' +settings[alpha_region_content_equal_height_container] = '0' +settings[alpha_region_sidebar_first_force] = '0' +settings[alpha_region_sidebar_first_zone] = 'content' +settings[alpha_region_sidebar_first_prefix] = '0' +settings[alpha_region_sidebar_first_columns] = '4' +settings[alpha_region_sidebar_first_suffix] = '0' +settings[alpha_region_sidebar_first_weight] = '2' +settings[alpha_region_sidebar_first_position] = '0' +settings[alpha_region_sidebar_first_css] = '' +settings[alpha_region_sidebar_first_equal_height_element] = '0' +settings[alpha_region_sidebar_first_equal_height_container] = '0' +settings[alpha_region_sidebar_second_force] = '0' +settings[alpha_region_sidebar_second_zone] = 'content' +settings[alpha_region_sidebar_second_prefix] = '0' +settings[alpha_region_sidebar_second_columns] = '2' +settings[alpha_region_sidebar_second_suffix] = '0' +settings[alpha_region_sidebar_second_weight] = '3' +settings[alpha_region_sidebar_second_position] = '0' +settings[alpha_region_sidebar_second_css] = '' +settings[alpha_region_sidebar_second_equal_height_element] = '0' +settings[alpha_region_sidebar_second_equal_height_container] = '0' +settings[alpha_zone_postscript_wrapper] = '1' +settings[alpha_zone_postscript_force] = '0' +settings[alpha_zone_postscript_order] = '0' +settings[alpha_zone_postscript_section] = 'content' +settings[alpha_zone_postscript_weight] = '3' +settings[alpha_zone_postscript_columns] = '12' +settings[alpha_zone_postscript_primary] = '' +settings[alpha_zone_postscript_css] = '' +settings[alpha_zone_postscript_wrapper_css] = '' +settings[alpha_zone_postscript_equal_height_container] = '0' +settings[alpha_region_postscript_first_force] = '0' +settings[alpha_region_postscript_first_zone] = 'postscript' +settings[alpha_region_postscript_first_prefix] = '0' +settings[alpha_region_postscript_first_columns] = '12' +settings[alpha_region_postscript_first_suffix] = '0' +settings[alpha_region_postscript_first_weight] = '1' +settings[alpha_region_postscript_first_position] = '0' +settings[alpha_region_postscript_first_css] = '' +settings[alpha_region_postscript_first_equal_height_element] = '0' +settings[alpha_region_postscript_first_equal_height_container] = '0' +settings[alpha_region_postscript_second_force] = '0' +settings[alpha_region_postscript_second_zone] = 'postscript' +settings[alpha_region_postscript_second_prefix] = '0' +settings[alpha_region_postscript_second_columns] = '7' +settings[alpha_region_postscript_second_suffix] = '0' +settings[alpha_region_postscript_second_weight] = '2' +settings[alpha_region_postscript_second_position] = '0' +settings[alpha_region_postscript_second_css] = '' +settings[alpha_region_postscript_second_equal_height_element] = '0' +settings[alpha_region_postscript_second_equal_height_container] = '0' +settings[alpha_region_postscript_third_force] = '0' +settings[alpha_region_postscript_third_zone] = 'postscript' +settings[alpha_region_postscript_third_prefix] = '0' +settings[alpha_region_postscript_third_columns] = '5' +settings[alpha_region_postscript_third_suffix] = '0' +settings[alpha_region_postscript_third_weight] = '3' +settings[alpha_region_postscript_third_position] = '0' +settings[alpha_region_postscript_third_css] = '' +settings[alpha_region_postscript_third_equal_height_element] = '0' +settings[alpha_region_postscript_third_equal_height_container] = '0' +settings[alpha_region_postscript_fourth_force] = '0' +settings[alpha_region_postscript_fourth_zone] = 'postscript' +settings[alpha_region_postscript_fourth_prefix] = '0' +settings[alpha_region_postscript_fourth_columns] = '12' +settings[alpha_region_postscript_fourth_suffix] = '0' +settings[alpha_region_postscript_fourth_weight] = '4' +settings[alpha_region_postscript_fourth_position] = '0' +settings[alpha_region_postscript_fourth_css] = '' +settings[alpha_region_postscript_fourth_equal_height_element] = '0' +settings[alpha_region_postscript_fourth_equal_height_container] = '0' +settings[alpha_zone_footer_wrapper] = '1' +settings[alpha_zone_footer_force] = '0' +settings[alpha_zone_footer_order] = '0' +settings[alpha_zone_footer_section] = 'footer' +settings[alpha_zone_footer_weight] = '1' +settings[alpha_zone_footer_columns] = '12' +settings[alpha_zone_footer_primary] = '' +settings[alpha_zone_footer_css] = '' +settings[alpha_zone_footer_wrapper_css] = '' +settings[alpha_zone_footer_equal_height_container] = '0' +settings[alpha_region_footer_first_force] = '0' +settings[alpha_region_footer_first_zone] = 'footer' +settings[alpha_region_footer_first_prefix] = '0' +settings[alpha_region_footer_first_columns] = '12' +settings[alpha_region_footer_first_suffix] = '0' +settings[alpha_region_footer_first_weight] = '1' +settings[alpha_region_footer_first_position] = '0' +settings[alpha_region_footer_first_css] = '' +settings[alpha_region_footer_first_equal_height_element] = '0' +settings[alpha_region_footer_first_equal_height_container] = '0' +settings[alpha_region_footer_second_force] = '0' +settings[alpha_region_footer_second_zone] = 'footer' +settings[alpha_region_footer_second_prefix] = '0' +settings[alpha_region_footer_second_columns] = '9' +settings[alpha_region_footer_second_suffix] = '0' +settings[alpha_region_footer_second_weight] = '2' +settings[alpha_region_footer_second_position] = '0' +settings[alpha_region_footer_second_css] = '' +settings[alpha_region_footer_second_equal_height_element] = '0' +settings[alpha_region_footer_second_equal_height_container] = '0' +settings[alpha_region_footer_third_force] = '0' +settings[alpha_region_footer_third_zone] = 'footer' +settings[alpha_region_footer_third_prefix] = '0' +settings[alpha_region_footer_third_columns] = '3' +settings[alpha_region_footer_third_suffix] = '0' +settings[alpha_region_footer_third_weight] = '3' +settings[alpha_region_footer_third_position] = '0' +settings[alpha_region_footer_third_css] = '' +settings[alpha_region_footer_third_equal_height_element] = '0' +settings[alpha_region_footer_third_equal_height_container] = '0' +settings[alpha_region_footer_fourth_force] = '0' +settings[alpha_region_footer_fourth_zone] = 'footer' +settings[alpha_region_footer_fourth_prefix] = '0' +settings[alpha_region_footer_fourth_columns] = '12' +settings[alpha_region_footer_fourth_suffix] = '0' +settings[alpha_region_footer_fourth_weight] = '4' +settings[alpha_region_footer_fourth_position] = '0' +settings[alpha_region_footer_fourth_css] = '' +settings[alpha_region_footer_fourth_equal_height_element] = '0' +settings[alpha_region_footer_fourth_equal_height_container] = '0' +settings[isotope_toggle] = '1' +settings[isotope_home_toggle] = '1' +settings[home_columns_gutter] = '20' +settings[home_columns_narrow] = '1' +settings[home_columns_normal] = '2' +settings[home_columns_wide] = '2' +settings[isotope_taxonomy_toggle] = '1' +settings[taxonomy_columns_gutter] = '20' +settings[taxonomy_columns_narrow] = '2' +settings[taxonomy_columns_normal] = '3' +settings[taxonomy_columns_wide] = '4' +settings[jquery172] = '0' +settings[jquery180] = '0' +settings[web_app_capable] = '1' +settings[add_to_homescreen] = '1' +settings[iscroll] = '1' +settings[jumpmenu] = '1' +settings[nice_menus_custom_css] = '' \ No newline at end of file diff --git a/starterkits/html5/preprocess/README.txt b/starterkits/html5/preprocess/README.txt new file mode 100644 index 0000000000000000000000000000000000000000..ee2fcfaa4d4b4a9fc1a4270a69ea6be4c0022b0c --- /dev/null +++ b/starterkits/html5/preprocess/README.txt @@ -0,0 +1,39 @@ +########################################################################################## + _ _ _ _ + __| | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ __ _ ___ ___| | _____ + / _` |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| / _` |/ _ \/ _ \ |/ / __| + | (_| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | (_| | __/ __/ <\__ \ + \__,_|\___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| \__, |\___|\___|_|\_\___/ + |_| |___/ +########################################################################################## + +########################################################################################## +##### Omega Theme +########################################################################################## +Informational: http://himer.us/omega960 +Documentation: http://himer.us/omega-docs +Project Page: http://drupal.org/project/omega +Issue Queue: http://drupal.org/project/issues/omega +Usage Stats: http://drupal.org/project/usage/omega +Twitter: http://twitter.com/Omeglicon +########################################################################################## +##### Preprocess Hooks +########################################################################################## + +Any custom preprocess functionality can (rather than directly in template.php) be placed +in this preprocess folder in a file named as such: + +TEMPLATE_preprocess_html() = preprocess-html.inc +TEMPLATE_preprocess_page() = preprocess-page.inc +TEMPLATE_preprocess_node() = preprocess-node.inc +TEMPLATE_preprocess_comment() = preprocess-comment.inc +TEMPLATE_preprocess_region() = preprocess-region.inc +etc. + +Inside of your preprocess-HOOK.inc files, you can either directly dump the PHP code as it +would normally appear INSIDE of a preprocess function, or you can optionally (recommended) +wrap the code in a custom hook for Alpha/Omega as such: + +function THEMENAME_alpha_preprocess_HOOK(&$vars) { + // custom functionality here +} diff --git a/starterkits/html5/process/README.txt b/starterkits/html5/process/README.txt new file mode 100644 index 0000000000000000000000000000000000000000..983da3e1bca9465eda0c65c5ddf676e23ddba5f2 --- /dev/null +++ b/starterkits/html5/process/README.txt @@ -0,0 +1,39 @@ +########################################################################################## + _ _ _ _ + __| | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ __ _ ___ ___| | _____ + / _` |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| / _` |/ _ \/ _ \ |/ / __| + | (_| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | (_| | __/ __/ <\__ \ + \__,_|\___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| \__, |\___|\___|_|\_\___/ + |_| |___/ +########################################################################################## + +########################################################################################## +##### Omega Theme +########################################################################################## +Informational: http://himer.us/omega960 +Documentation: http://himer.us/omega-docs +Project Page: http://drupal.org/project/omega +Issue Queue: http://drupal.org/project/issues/omega +Usage Stats: http://drupal.org/project/usage/omega +Twitter: http://twitter.com/Omeglicon +########################################################################################## +##### Process Hooks +########################################################################################## + +Any custom process functionality can (rather than directly in template.php) be placed +in this process folder in a file named as such: + +TEMPLATE_process_html() = process-html.inc +TEMPLATE_process_page() = process-page.inc +TEMPLATE_process_node() = process-node.inc +TEMPLATE_process_comment() = process-comment.inc +TEMPLATE_process_region() = process-region.inc +etc. + +Inside of your process-HOOK.inc files, you can either directly dump the PHP code as it +would normally appear INSIDE of a process function, or you can optionally (recommended) +wrap the code in a custom hook for Alpha/Omega as such: + +function THEMENAME_alpha_process_HOOK(&$vars) { + // custom functionality here +} diff --git a/starterkits/html5/screenshot.png b/starterkits/html5/screenshot.png new file mode 100644 index 0000000000000000000000000000000000000000..3c97ee39443acbbb8730e7c9cd81e5ded0d0bb7f Binary files /dev/null and b/starterkits/html5/screenshot.png differ diff --git a/starterkits/html5/scss/YOURTHEME-alpha-default-narrow.scss b/starterkits/html5/scss/YOURTHEME-alpha-default-narrow.scss new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/starterkits/html5/scss/YOURTHEME-alpha-default-normal.scss b/starterkits/html5/scss/YOURTHEME-alpha-default-normal.scss new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/starterkits/html5/scss/YOURTHEME-alpha-default-wide.scss b/starterkits/html5/scss/YOURTHEME-alpha-default-wide.scss new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/starterkits/html5/scss/YOURTHEME-alpha-default.scss b/starterkits/html5/scss/YOURTHEME-alpha-default.scss new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/starterkits/html5/scss/global.scss b/starterkits/html5/scss/global.scss new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/starterkits/html5/template.php b/starterkits/html5/template.php new file mode 100644 index 0000000000000000000000000000000000000000..eab7941a0f5128b6cdeabc585b9e3fd4c40a2630 --- /dev/null +++ b/starterkits/html5/template.php @@ -0,0 +1,12 @@ +