Loading css/components/ckeditor.css +5 −0 Original line number Diff line number Diff line @import '//assets.iu.edu/web/3.2.x/css/iu-framework.min.css'; @import '//fonts.iu.edu/style.css?family=BentonSans:regular,bold|BentonSansCond:regular,bold|GeorgiaPro:regular'; @import '//assets.iu.edu/web/fonts/icon-font.css'; html { Loading @@ -6,6 +7,10 @@ html { font-size: .8rem; } .cke_editable_themed { margin: 1rem; } /* * Copy .text styles from iu-framework because CKEditor does not have the * .text class wrapper. Loading css/components/color-block.css +1 −1 Original line number Diff line number Diff line @import 'https://fonts.iu.edu/style.css?family=BentonSans:regular,bold'; @import '//fonts.iu.edu/style.css?family=BentonSans:regular,bold'; .color-block { font-family: BentonSans, Arial, sans-serif; Loading css/theme.css +4 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,10 @@ article { padding: 0 0 1.6em; } .has-banner .breadcrumbs .breadcrumbs { margin-top: 0; } .bg-image.parallax { display: flex; flex-direction: column; Loading favicon.ico +96.8 KiB (99.3 KiB) Loading image diff... iu.theme +7 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,13 @@ function iu_preprocess_html(&$variables) { $color_class_mappings = _iu_secondary_color_palette_options(); $variables['attributes']['class'][] = !empty($color_class_mappings[$secondary_color]) ? $secondary_color : 'none'; $variables['attributes']['class'][] = 'landmarks'; $node = \Drupal::routeMatch()->getParameter('node'); if ( $node instanceof \Drupal\node\NodeInterface && $node->field_banner->getValue() ) { $variables['attributes']['class'][] = 'has-banner'; } } /** Loading Loading
css/components/ckeditor.css +5 −0 Original line number Diff line number Diff line @import '//assets.iu.edu/web/3.2.x/css/iu-framework.min.css'; @import '//fonts.iu.edu/style.css?family=BentonSans:regular,bold|BentonSansCond:regular,bold|GeorgiaPro:regular'; @import '//assets.iu.edu/web/fonts/icon-font.css'; html { Loading @@ -6,6 +7,10 @@ html { font-size: .8rem; } .cke_editable_themed { margin: 1rem; } /* * Copy .text styles from iu-framework because CKEditor does not have the * .text class wrapper. Loading
css/components/color-block.css +1 −1 Original line number Diff line number Diff line @import 'https://fonts.iu.edu/style.css?family=BentonSans:regular,bold'; @import '//fonts.iu.edu/style.css?family=BentonSans:regular,bold'; .color-block { font-family: BentonSans, Arial, sans-serif; Loading
css/theme.css +4 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,10 @@ article { padding: 0 0 1.6em; } .has-banner .breadcrumbs .breadcrumbs { margin-top: 0; } .bg-image.parallax { display: flex; flex-direction: column; Loading
iu.theme +7 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,13 @@ function iu_preprocess_html(&$variables) { $color_class_mappings = _iu_secondary_color_palette_options(); $variables['attributes']['class'][] = !empty($color_class_mappings[$secondary_color]) ? $secondary_color : 'none'; $variables['attributes']['class'][] = 'landmarks'; $node = \Drupal::routeMatch()->getParameter('node'); if ( $node instanceof \Drupal\node\NodeInterface && $node->field_banner->getValue() ) { $variables['attributes']['class'][] = 'has-banner'; } } /** Loading