Skip to content
Snippets Groups Projects
Commit 49d87adb authored by Melissa Miller's avatar Melissa Miller
Browse files

daily build

parent 4ad61f25
No related branches found
No related tags found
No related merge requests found
Showing
with 569 additions and 232 deletions
WCM Base 7.x-1.x, 2015-12-30
----------------------------
- OCIO Landing Page:
- Add option to give banner text a translucent background.
- Add option to add a link to banner text.
WCM Base 7.x-1.x, 2015-12-16
----------------------------
- OCIO Omega: Update to version 4.4.
......
......@@ -5,9 +5,9 @@ files[] = date_popup_authored.test
package = Date/Time
dependencies[] = date_popup
; Information added by drush on 2015-12-16
; Information added by drush on 2015-12-30
version = "7.x-1.1+2-dev"
core = "7.x"
project = "date_popup_authored"
datestamp = "1450283415"
datestamp = "1451456414"
......@@ -9,9 +9,9 @@ dependencies[] = libraries (>=2.1)
files[] = includes/views/manualcrop.views.inc
; Information added by drush on 2015-12-16
; Information added by drush on 2015-12-30
version = "7.x-1.4+109-dev"
core = "7.x"
project = "manualcrop"
datestamp = "1450283320"
datestamp = "1451456311"
......@@ -6,9 +6,9 @@ configure = admin/config/workbench/settings
dependencies[] = views
; Information added by drush on 2015-12-16
; Information added by drush on 2015-12-30
version = "7.x-1.2"
core = "7.x"
project = "workbench"
datestamp = "1450283356"
datestamp = "1451456360"
......@@ -6,9 +6,9 @@ dependencies[] = workbench
dependencies[] = media
; Information added by drush on 2015-12-16
; Information added by drush on 2015-12-30
version = "7.x-2.1"
core = "7.x"
project = "workbench_media"
datestamp = "1450283356"
datestamp = "1451456361"
......@@ -5,9 +5,9 @@ core = 7.x
hidden = TRUE
; Information added by drush on 2015-12-16
; Information added by drush on 2015-12-30
version = "7.x-1.4+8-dev"
core = "7.x"
project = "workbench_moderation"
datestamp = "1450283358"
datestamp = "1451456362"
......@@ -18,9 +18,9 @@ files[] = tests/workbench_moderation.test
files[] = tests/workbench_moderation.files.test
; Information added by drush on 2015-12-16
; Information added by drush on 2015-12-30
version = "7.x-1.4+8-dev"
core = "7.x"
project = "workbench_moderation"
datestamp = "1450283358"
datestamp = "1451456362"
<?php
/**
* @file
* ocio_landing_page.context.inc
*/
/**
* Implements hook_context_default_contexts().
*/
function ocio_landing_page_context_default_contexts() {
$export = array();
$context = new stdClass();
$context->disabled = FALSE; /* Edit this to true to make a default context disabled initially */
$context->api_version = 3;
$context->name = 'landing-page-layout';
$context->description = '';
$context->tag = 'OCIO Landing Page';
$context->conditions = array(
'node' => array(
'values' => array(
'ocio_landing_page' => 'ocio_landing_page',
),
'options' => array(
'node_form' => '1',
),
),
);
$context->reactions = array(
'block' => array(
'blocks' => array(
'ds_extras-ds_hero' => array(
'module' => 'ds_extras',
'delta' => 'ds_hero',
'region' => 'hero',
'weight' => '-10',
),
'ds_extras-ds_footer' => array(
'module' => 'ds_extras',
'delta' => 'ds_footer',
'region' => 'pre_footer',
'weight' => '-10',
),
),
),
);
$context->condition_mode = 0;
// Translatables
// Included for use with string extractors like potx.
t('OCIO Landing Page');
$export['landing-page-layout'] = $context;
return $export;
}
<?php
/**
* @file
* ocio_landing_page.ds.inc
*/
/**
* Implements hook_ds_layout_settings_info().
*/
function ocio_landing_page_ds_layout_settings_info() {
$export = array();
$ds_layout = new stdClass();
$ds_layout->api_version = 1;
$ds_layout->id = 'node|ocio_landing_page|full';
$ds_layout->entity_type = 'node';
$ds_layout->bundle = 'ocio_landing_page';
$ds_layout->view_mode = 'full';
$ds_layout->layout = 'ds_1col';
$ds_layout->settings = array(
'regions' => array(
'ds_hidden' => array(
0 => 'field_banner_image',
1 => 'field_banner_image_text',
2 => 'field_pre_footer_banner_image',
),
),
'fields' => array(
'field_banner_image' => 'ds_hidden',
'field_banner_image_text' => 'ds_hidden',
'field_pre_footer_banner_image' => 'ds_hidden',
),
'classes' => array(),
'wrappers' => array(
'ds_content' => 'div',
'ds_hidden' => 'div',
),
'layout_wrapper' => 'div',
'layout_attributes' => '',
'layout_attributes_merge' => 1,
'layout_link_attribute' => '',
'layout_link_custom' => '',
'hide_page_title' => '0',
'page_option_title' => '',
);
$export['node|ocio_landing_page|full'] = $ds_layout;
return $export;
}
......@@ -406,5 +406,269 @@ function ocio_landing_page_conditional_fields_default_fields() {
),
);
$items[] = array(
'entity' => 'node',
'bundle' => 'ocio_landing_page',
'dependent' => 'field_banner_image_text_bkground',
'dependee' => 'field_banner_image',
'options' => array(
'state' => 'visible',
'condition' => 'value',
'grouping' => 'AND',
'effect' => 'show',
'effect_options' => array(),
'element_view' => array(
1 => 1,
2 => 2,
5 => 0,
3 => 0,
4 => 0,
),
'element_view_per_role' => 0,
'element_view_roles' => array(
1 => array(
1 => 1,
2 => 2,
5 => 0,
3 => 0,
4 => 0,
),
2 => array(
1 => 1,
2 => 2,
5 => 0,
3 => 0,
4 => 0,
),
6 => array(
1 => 1,
2 => 2,
5 => 0,
3 => 0,
4 => 0,
),
5 => array(
1 => 1,
2 => 2,
5 => 0,
3 => 0,
4 => 0,
),
4 => array(
1 => 1,
2 => 2,
5 => 0,
3 => 0,
4 => 0,
),
8 => array(
1 => 1,
2 => 2,
5 => 0,
3 => 0,
4 => 0,
),
7 => array(
1 => 1,
2 => 2,
5 => 0,
3 => 0,
4 => 0,
),
3 => array(
1 => 1,
2 => 2,
5 => 0,
3 => 0,
4 => 0,
),
),
'element_edit' => array(
1 => 1,
3 => 0,
),
'element_edit_per_role' => 0,
'element_edit_roles' => array(
1 => array(
1 => 1,
3 => 0,
),
2 => array(
1 => 1,
3 => 0,
),
6 => array(
1 => 1,
3 => 0,
),
5 => array(
1 => 1,
3 => 0,
),
4 => array(
1 => 1,
3 => 0,
),
8 => array(
1 => 1,
3 => 0,
),
7 => array(
1 => 1,
3 => 0,
),
3 => array(
1 => 1,
3 => 0,
),
),
'selector' => '.field-name-field-banner-image .fid',
'values_set' => 5,
'value_form' => array(
0 => array(
'fid' => 0,
'display' => 1,
'upload' => NULL,
),
),
'values' => array(
0 => 0,
),
'value' => array(),
),
);
$items[] = array(
'entity' => 'node',
'bundle' => 'ocio_landing_page',
'dependent' => 'field_banner_image_text_link',
'dependee' => 'field_banner_image',
'options' => array(
'state' => 'visible',
'condition' => 'value',
'grouping' => 'AND',
'effect' => 'show',
'effect_options' => array(),
'element_view' => array(
1 => 1,
2 => 2,
5 => 0,
3 => 0,
4 => 0,
),
'element_view_per_role' => 0,
'element_view_roles' => array(
1 => array(
1 => 1,
2 => 2,
5 => 0,
3 => 0,
4 => 0,
),
2 => array(
1 => 1,
2 => 2,
5 => 0,
3 => 0,
4 => 0,
),
6 => array(
1 => 1,
2 => 2,
5 => 0,
3 => 0,
4 => 0,
),
5 => array(
1 => 1,
2 => 2,
5 => 0,
3 => 0,
4 => 0,
),
4 => array(
1 => 1,
2 => 2,
5 => 0,
3 => 0,
4 => 0,
),
8 => array(
1 => 1,
2 => 2,
5 => 0,
3 => 0,
4 => 0,
),
7 => array(
1 => 1,
2 => 2,
5 => 0,
3 => 0,
4 => 0,
),
3 => array(
1 => 1,
2 => 2,
5 => 0,
3 => 0,
4 => 0,
),
),
'element_edit' => array(
1 => 1,
3 => 0,
),
'element_edit_per_role' => 0,
'element_edit_roles' => array(
1 => array(
1 => 1,
3 => 0,
),
2 => array(
1 => 1,
3 => 0,
),
6 => array(
1 => 1,
3 => 0,
),
5 => array(
1 => 1,
3 => 0,
),
4 => array(
1 => 1,
3 => 0,
),
8 => array(
1 => 1,
3 => 0,
),
7 => array(
1 => 1,
3 => 0,
),
3 => array(
1 => 1,
3 => 0,
),
),
'selector' => '.field-name-field-banner-image .fid',
'values_set' => 5,
'value_form' => array(
0 => array(
'fid' => 0,
'display' => 1,
'upload' => NULL,
),
),
'values' => array(
0 => 0,
),
'value' => array(),
),
);
return $items;
}
......@@ -45,12 +45,6 @@ function ocio_landing_page_default_fe_block_settings() {
'theme' => 'ocio_4',
'weight' => 0,
),
'ohm' => array(
'region' => '',
'status' => 0,
'theme' => 'ohm',
'weight' => 0,
),
),
'title' => '<none>',
'visibility' => 0,
......@@ -89,12 +83,6 @@ function ocio_landing_page_default_fe_block_settings() {
'theme' => 'ocio_4',
'weight' => 0,
),
'ohm' => array(
'region' => '',
'status' => 0,
'theme' => 'ohm',
'weight' => 0,
),
),
'title' => '<none>',
'visibility' => 0,
......
......@@ -78,6 +78,30 @@ function ocio_landing_page_field_default_field_bases() {
'type' => 'text',
);
// Exported field_base: 'field_banner_image_text_bkground'
$field_bases['field_banner_image_text_bkground'] = array(
'active' => 1,
'cardinality' => 1,
'deleted' => 0,
'entity_types' => array(),
'field_name' => 'field_banner_image_text_bkground',
'indexes' => array(
'value' => array(
0 => 'value',
),
),
'locked' => 0,
'module' => 'list',
'settings' => array(
'allowed_values' => array(
'translucent' => 'Translucent',
),
'allowed_values_function' => '',
),
'translatable' => 0,
'type' => 'list_text',
);
// Exported field_base: 'field_banner_image_text_color'
$field_bases['field_banner_image_text_color'] = array(
'active' => 1,
......@@ -104,6 +128,35 @@ function ocio_landing_page_field_default_field_bases() {
'type' => 'list_text',
);
// Exported field_base: 'field_banner_image_text_link'
$field_bases['field_banner_image_text_link'] = array(
'active' => 1,
'cardinality' => 1,
'deleted' => 0,
'entity_types' => array(),
'field_name' => 'field_banner_image_text_link',
'indexes' => array(),
'locked' => 0,
'module' => 'link',
'settings' => array(
'attributes' => array(
'class' => '',
'rel' => '',
'target' => 'default',
),
'display' => array(
'url_cutoff' => 80,
),
'enable_tokens' => 1,
'title' => 'optional',
'title_maxlength' => 128,
'title_value' => '',
'url' => 0,
),
'translatable' => 0,
'type' => 'link_field',
);
// Exported field_base: 'field_banner_image_text_location'
$field_bases['field_banner_image_text_location'] = array(
'active' => 1,
......
......@@ -25,7 +25,7 @@ function ocio_landing_page_field_default_field_instances() {
'label' => 'above',
'settings' => array(),
'type' => 'hidden',
'weight' => 1,
'weight' => 6,
),
'full' => array(
'label' => 'above',
......@@ -68,7 +68,7 @@ function ocio_landing_page_field_default_field_instances() {
'label' => 'above',
'settings' => array(),
'type' => 'hidden',
'weight' => 4,
'weight' => 9,
),
'full' => array(
'label' => 'above',
......@@ -106,7 +106,7 @@ function ocio_landing_page_field_default_field_instances() {
'label' => 'hidden',
'settings' => array(),
'type' => 'hidden',
'weight' => 0,
'weight' => 1,
),
'full' => array(
'label' => 'hidden',
......@@ -183,10 +183,9 @@ function ocio_landing_page_field_default_field_instances() {
'display' => array(
'default' => array(
'label' => 'above',
'module' => 'text',
'settings' => array(),
'type' => 'text_default',
'weight' => 10,
'type' => 'hidden',
'weight' => 2,
),
'full' => array(
'label' => 'hidden',
......@@ -221,6 +220,37 @@ function ocio_landing_page_field_default_field_instances() {
),
);
// Exported field_instance: 'node-ocio_landing_page-field_banner_image_text_bkground'
$field_instances['node-ocio_landing_page-field_banner_image_text_bkground'] = array(
'bundle' => 'ocio_landing_page',
'default_value' => NULL,
'deleted' => 0,
'description' => '',
'display' => array(
'default' => array(
'label' => 'above',
'settings' => array(),
'type' => 'hidden',
'weight' => 5,
),
),
'ds_extras_field_template' => '',
'entity_type' => 'node',
'field_name' => 'field_banner_image_text_bkground',
'label' => 'Banner Image Text Background',
'required' => 0,
'settings' => array(
'user_register_form' => FALSE,
),
'widget' => array(
'active' => 1,
'module' => 'options',
'settings' => array(),
'type' => 'options_select',
'weight' => 7,
),
);
// Exported field_instance: 'node-ocio_landing_page-field_banner_image_text_color'
$field_instances['node-ocio_landing_page-field_banner_image_text_color'] = array(
'bundle' => 'ocio_landing_page',
......@@ -236,7 +266,7 @@ function ocio_landing_page_field_default_field_instances() {
'label' => 'above',
'settings' => array(),
'type' => 'hidden',
'weight' => 9,
'weight' => 3,
),
'full' => array(
'label' => 'above',
......@@ -262,6 +292,63 @@ function ocio_landing_page_field_default_field_instances() {
),
);
// Exported field_instance: 'node-ocio_landing_page-field_banner_image_text_link'
$field_instances['node-ocio_landing_page-field_banner_image_text_link'] = array(
'bundle' => 'ocio_landing_page',
'default_value' => NULL,
'deleted' => 0,
'description' => 'Leave blank if you do not wish to use this text as a link. ',
'display' => array(
'default' => array(
'label' => 'hidden',
'module' => 'link',
'settings' => array(),
'type' => 'link_plain',
'weight' => 0,
),
),
'ds_extras_field_template' => '',
'entity_type' => 'node',
'field_name' => 'field_banner_image_text_link',
'label' => 'Banner Image Text Link',
'required' => 0,
'settings' => array(
'absolute_url' => 0,
'attributes' => array(
'class' => '',
'configurable_class' => 0,
'configurable_title' => 0,
'rel' => '',
'target' => 'default',
'title' => '',
),
'display' => array(
'url_cutoff' => '',
),
'enable_tokens' => 0,
'linkit' => array(
'button_text' => 'Search',
'enable' => 1,
'profile' => 'ocio_field_linkit',
),
'rel_remove' => 'default',
'title' => 'none',
'title_label_use_field_label' => 0,
'title_maxlength' => 128,
'title_value' => '',
'url' => 0,
'user_register_form' => FALSE,
'validate_url' => 1,
),
'widget' => array(
'active' => 0,
'module' => 'link',
'settings' => array(),
'type' => 'link_field',
'weight' => 8,
),
);
// Exported field_instance: 'node-ocio_landing_page-field_banner_image_text_location'
$field_instances['node-ocio_landing_page-field_banner_image_text_location'] = array(
'bundle' => 'ocio_landing_page',
......@@ -277,7 +364,7 @@ function ocio_landing_page_field_default_field_instances() {
'label' => 'above',
'settings' => array(),
'type' => 'hidden',
'weight' => 8,
'weight' => 4,
),
'full' => array(
'label' => 'above',
......@@ -318,7 +405,7 @@ function ocio_landing_page_field_default_field_instances() {
'label' => 'above',
'settings' => array(),
'type' => 'hidden',
'weight' => 2,
'weight' => 7,
),
'full' => array(
'label' => 'above',
......@@ -361,7 +448,7 @@ function ocio_landing_page_field_default_field_instances() {
'label' => 'above',
'settings' => array(),
'type' => 'hidden',
'weight' => 3,
'weight' => 8,
),
'full' => array(
'label' => 'above',
......@@ -399,7 +486,7 @@ function ocio_landing_page_field_default_field_instances() {
'label' => 'above',
'settings' => array(),
'type' => 'hidden',
'weight' => 6,
'weight' => 10,
),
'full' => array(
'label' => 'hidden',
......@@ -473,7 +560,9 @@ function ocio_landing_page_field_default_field_instances() {
t('Alternate Panel Rows');
t('Banner Image');
t('Banner Image Text');
t('Banner Image Text Background');
t('Banner Image Text Color');
t('Banner Image Text Link');
t('Banner Image Text Location');
t('Choose the best position for the text based on your photo choice. ');
t('Choose the color that will be the most readable. ');
......@@ -481,6 +570,7 @@ function ocio_landing_page_field_default_field_instances() {
t('Disable Title');
t('Full width banner image for top of page. Photos must be at least 2000px wide. Height can be anything 320px or taller. Crop to desired proportions before uploading the image. ');
t('Full width banner image to be placed at the bottom of the content region, just above the footer. Photos must be at least 2000px wide. Height can be anything 320px or taller. Crop to desired proportions before uploading the image. ');
t('Leave blank if you do not wish to use this text as a link. ');
t('OPTIONAL text that may be placed atop a banner image. ');
t('Pre-Footer Banner Image');
t('Prevent users from changing metadata or deleting node.');
......
......@@ -80,9 +80,11 @@ function ocio_landing_page_field_group_info() {
'weight' => '3',
'children' => array(
0 => 'field_banner_image',
1 => 'field_banner_image_text_location',
1 => 'field_banner_image_text',
2 => 'field_banner_image_text_color',
3 => 'field_banner_image_text',
3 => 'field_banner_image_text_location',
4 => 'field_banner_image_text_bkground',
5 => 'field_banner_image_text_link',
),
'format_type' => 'fieldset',
'format_settings' => array(
......
......@@ -5,38 +5,32 @@ package = OCIO Features
version = 7.x-1.0
project = ocio_landing_page
dependencies[] = conditional_fields
dependencies[] = context
dependencies[] = ctools
dependencies[] = defaultconfig
dependencies[] = ds
dependencies[] = ds_extras
dependencies[] = fe_block
dependencies[] = features
dependencies[] = field_group
dependencies[] = image
dependencies[] = link
dependencies[] = list
dependencies[] = media
dependencies[] = ocio_field_bases
dependencies[] = options
dependencies[] = panelizer
dependencies[] = strongarm
dependencies[] = text
dependencies[] = uuid_features
features[conditional_fields][] = node:ocio_landing_page
features[context][] = landing-page-layout
features[ctools][] = context:context:3
features[ctools][] = ds:ds:1
features[ctools][] = field_group:field_group:1
features[ctools][] = panelizer:panelizer:1
features[ctools][] = strongarm:strongarm:1
features[ds_layout_settings][] = node|ocio_landing_page|full
features[fe_block_settings][] = ds_extras-ds_footer
features[fe_block_settings][] = ds_extras-ds_hero
features[features_api][] = api:2
features[field_base][] = field_alternate_panel_rows
features[field_base][] = field_banner_image
features[field_base][] = field_banner_image_text
features[field_base][] = field_banner_image_text_bkground
features[field_base][] = field_banner_image_text_color
features[field_base][] = field_banner_image_text_link
features[field_base][] = field_banner_image_text_location
features[field_base][] = field_pre_footer_banner_image
features[field_group][] = group_bottom_banner_image|node|ocio_landing_page|form
......@@ -46,7 +40,9 @@ features[field_instance][] = node-ocio_landing_page-field_admin_lock
features[field_instance][] = node-ocio_landing_page-field_alternate_panel_rows
features[field_instance][] = node-ocio_landing_page-field_banner_image
features[field_instance][] = node-ocio_landing_page-field_banner_image_text
features[field_instance][] = node-ocio_landing_page-field_banner_image_text_bkground
features[field_instance][] = node-ocio_landing_page-field_banner_image_text_color
features[field_instance][] = node-ocio_landing_page-field_banner_image_text_link
features[field_instance][] = node-ocio_landing_page-field_banner_image_text_location
features[field_instance][] = node-ocio_landing_page-field_disable_breadcrumbs
features[field_instance][] = node-ocio_landing_page-field_disable_title
......@@ -57,7 +53,6 @@ features[panelizer_defaults][] = node:ocio_landing_page:default:default
features[panelizer_defaults][] = node:ocio_landing_page:default:full
features[variable][] = additional_settings__active_tab_ocio_landing_page
features[variable][] = custom_breadcrumbs_show_form_table_ocio_landing_page
features[variable][] = ds_extras_region_blocks
features[variable][] = field_bundle_settings_node__ocio_landing_page
features[variable][] = menu_options_ocio_landing_page
features[variable][] = menu_parent_ocio_landing_page
......@@ -78,3 +73,4 @@ features[variable][] = webform_node_ocio_landing_page
features[variable][] = workbench_moderation_default_state_ocio_landing_page
features_exclude[field_base][field_disable_title] = field_disable_title
features_exclude[uuid_node][40a11d9a-247e-4445-8243-d581155c3e74] = 40a11d9a-247e-4445-8243-d581155c3e74
features_exclude[dependencies][ocio_field_bases] = ocio_field_bases
......@@ -24,22 +24,6 @@ function ocio_landing_page_strongarm() {
$strongarm->value = 1;
$export['custom_breadcrumbs_show_form_table_ocio_landing_page'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'ds_extras_region_blocks';
$strongarm->value = array(
'ds_hero' => array(
'title' => 'DS Hero',
'info' => 'node_ocio_landing_page_full',
),
'ds_footer' => array(
'title' => 'DS Footer',
'info' => 'node_ocio_landing_page_full',
),
);
$export['ds_extras_region_blocks'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
......@@ -47,7 +31,7 @@ function ocio_landing_page_strongarm() {
$strongarm->value = array(
'view_modes' => array(
'full' => array(
'custom_settings' => TRUE,
'custom_settings' => FALSE,
),
'teaser' => array(
'custom_settings' => FALSE,
......@@ -82,6 +66,9 @@ function ocio_landing_page_strongarm() {
'path' => array(
'weight' => '1',
),
'redirect' => array(
'weight' => '30',
),
),
'display' => array(),
),
......@@ -184,7 +171,7 @@ function ocio_landing_page_strongarm() {
$strongarm->api_version = 1;
$strongarm->name = 'panelizer_defaults_user_user';
$strongarm->value = array(
'status' => 1,
'status' => 0,
'view modes' => array(
'page_manager' => array(
'status' => 1,
......
......@@ -119,8 +119,8 @@ img, media {
}
h1, .alpha {
font-size: 34px;
font-size: 3.4rem;
font-size: 36px;
font-size: 3.6rem;
margin: .8em 0 0 0;
color: #b00;
}
......@@ -422,6 +422,16 @@ ul.flex-direction-nav, ul.flex-direction-nav:hover {
.node-type-ocio-landing-page .tabs--primary {
padding-top: 2em;
}
.node-type-ocio-landing-page .l-region--hero-wrapper .field--name-field-banner-image-text {
padding-left: 10%;
padding-right: 10%;
padding-left: 15%;
padding-right: 15%;
padding-left: 22%;
padding-right: 22%;
padding-left: 30%;
padding-right: 30%;
}
.l-content {
padding: 0;
......@@ -525,20 +535,19 @@ a.feed-icon {
padding-left: 5em !important;
}
.pane-ocio-news-archive-titles-pane .views-field-title {
.view-ocio-news-archive .pane-ocio-news-archive-titles-pane .views-field-title {
margin-bottom: 1em;
}
.pane-ocio-news-archive-titles-pane .views-field-title a {
.view-ocio-news-archive .pane-ocio-news-archive-titles-pane .views-field-title a {
font-size: 20px;
font-size: 2rem;
text-decoration: none;
}
.pane-ocio-news-archive-titles-pane .views-field-title a:hover {
.view-ocio-news-archive .pane-ocio-news-archive-titles-pane .views-field-title a:hover {
text-decoration: underline;
color: #666666;
}
.view-display-id-archive_listing_block h3 {
.view-ocio-news-archive .view-display-id-archive_listing_block h3 {
font-size: 19px;
font-size: 1.9rem;
text-transform: uppercase;
......@@ -547,14 +556,13 @@ a.feed-icon {
padding-bottom: 0.2em;
border-bottom: 2px solid #ededed;
}
.view-display-id-archive_listing_block .views-field-title h4 {
.view-ocio-news-archive .view-display-id-archive_listing_block .views-field-title h4 {
font-size: 17px;
font-size: 1.7rem;
margin-top: 0.8em;
font-weight: 400;
line-height: 120%;
}
.l-main.lt-gray .view-display-id-archive_listing_block h3 {
.view-ocio-news-archive .l-main.lt-gray .view-display-id-archive_listing_block h3 {
border-bottom: 2px solid #dbdbdb;
}
......@@ -130,8 +130,8 @@ img, media {
}
h1, .alpha {
font-size: 34px;
font-size: 3.4rem;
font-size: 36px;
font-size: 3.6rem;
margin: .8em 0 0 0;
color: #b00;
}
......@@ -452,6 +452,30 @@ ul.flex-direction-nav, ul.flex-direction-nav:hover {
.node-type-ocio-landing-page .tabs--primary {
padding-top: 2em;
}
@media (min-width: 47.5em) {
.node-type-ocio-landing-page .l-region--hero-wrapper .field--name-field-banner-image-text {
padding-left: 10%;
padding-right: 10%;
}
}
@media (min-width: 85.375em) {
.node-type-ocio-landing-page .l-region--hero-wrapper .field--name-field-banner-image-text {
padding-left: 15%;
padding-right: 15%;
}
}
@media (min-width: 1600px) {
.node-type-ocio-landing-page .l-region--hero-wrapper .field--name-field-banner-image-text {
padding-left: 22%;
padding-right: 22%;
}
}
@media (min-width: 2000px) {
.node-type-ocio-landing-page .l-region--hero-wrapper .field--name-field-banner-image-text {
padding-left: 30%;
padding-right: 30%;
}
}
.l-content {
padding: 0;
......@@ -556,20 +580,19 @@ a.feed-icon {
padding-left: 5em !important;
}
}
.pane-ocio-news-archive-titles-pane .views-field-title {
.view-ocio-news-archive .pane-ocio-news-archive-titles-pane .views-field-title {
margin-bottom: 1em;
}
.pane-ocio-news-archive-titles-pane .views-field-title a {
.view-ocio-news-archive .pane-ocio-news-archive-titles-pane .views-field-title a {
font-size: 20px;
font-size: 2rem;
text-decoration: none;
}
.pane-ocio-news-archive-titles-pane .views-field-title a:hover {
.view-ocio-news-archive .pane-ocio-news-archive-titles-pane .views-field-title a:hover {
text-decoration: underline;
color: #666666;
}
.view-display-id-archive_listing_block h3 {
.view-ocio-news-archive .view-display-id-archive_listing_block h3 {
font-size: 19px;
font-size: 1.9rem;
text-transform: uppercase;
......@@ -578,14 +601,13 @@ a.feed-icon {
padding-bottom: 0.2em;
border-bottom: 2px solid #ededed;
}
.view-display-id-archive_listing_block .views-field-title h4 {
.view-ocio-news-archive .view-display-id-archive_listing_block .views-field-title h4 {
font-size: 17px;
font-size: 1.7rem;
margin-top: 0.8em;
font-weight: 400;
line-height: 120%;
}
.l-main.lt-gray .view-display-id-archive_listing_block h3 {
.view-ocio-news-archive .l-main.lt-gray .view-display-id-archive_listing_block h3 {
border-bottom: 2px solid #dbdbdb;
}
......@@ -19,4 +19,29 @@
.tabs--primary {
padding-top: 2em;
}
.l-region--hero-wrapper {
.field--name-field-banner-image-text {
//vary side padding by breakpoint
@include breakpoint($tab, true) {
padding-left: 10%;
padding-right: 10%;
}
@include breakpoint($x-wide, true) {
padding-left: 15%;
padding-right: 15%;
}
@include breakpoint($xx-wide, true) {
padding-left: 22%;
padding-right: 22%;
}
@include breakpoint($xxx-wide, true) {
padding-left: 30%;
padding-right: 30%;
}
}
}
}
\ No newline at end of file
.view-ocio-news-archive {
//titles pane
.pane-ocio-news-archive-titles-pane {
.views-field-title {
margin-bottom: 1em;
a {
@include font-size(2.0);
text-decoration: none;
&:hover {
text-decoration: underline;
color: $md-gray;
//titles pane
.pane-ocio-news-archive-titles-pane {
.views-field-title {
margin-bottom: 1em;
a {
@include font-size(2.0);
text-decoration: none;
&:hover {
text-decoration: underline;
color: $md-gray;
}
}
}
}
}
//archive block on news-archive page
.view-display-id-archive_listing_block {
//monthly date headers
h3 {
@include font-size(1.9);
text-transform: uppercase;
color: $md-gray;
margin-top: 1.2em;
padding-bottom: 0.2em;
border-bottom: 2px solid $lt-gray;
}
//individual titles
.views-field-title {
h4 {
@include font-size(1.7);
margin-top: 0.8em;
font-weight: 400;
line-height: 120%;
}
}
}
//if lt-gray body color
.l-main.lt-gray {
//archive block on news-archive page
.view-display-id-archive_listing_block {
h3 {
border-bottom: 2px solid darken($lt-gray,7%);
}
//monthly date headers
h3 {
@include font-size(1.9);
text-transform: uppercase;
color: $md-gray;
margin-top: 1.2em;
padding-bottom: 0.2em;
border-bottom: 2px solid $lt-gray;
}
//individual titles
.views-field-title {
h4 {
@include font-size(1.7);
margin-top: 0.8em;
font-weight: 400;
line-height: 120%;
}
}
}
//if lt-gray body color
.l-main.lt-gray {
.view-display-id-archive_listing_block {
h3 {
border-bottom: 2px solid darken($lt-gray,7%);
}
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment