setup theme rorschach ok

This commit is contained in:
2023-06-09 18:09:16 +02:00
parent 9beeb37aaa
commit d36fe35360
247 changed files with 289 additions and 43736 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

@@ -22,6 +22,9 @@ libraries:
- rorschach/global-styling
regions:
header: Header
header_top_left: 'Header top left'
header_top_middle: 'Header top middle'
header_top_right: 'Header top right'
primary_menu: 'Primary menu'
secondary_menu: 'Secondary menu'
hero: 'Hero (full width)'
@@ -1,7 +1,7 @@
{#
/**
* @file
* Olivero's implementation to display a block.
* Rorschach's implementation to display a block.
*
* Available variables:
* - layout: String that will determine the layout of the block.
@@ -1,7 +1,7 @@
{#
/**
* @file
* Olivero's theme implementation for a search form block in the Primary Menu region.
* Rorschach's theme implementation for a search form block in the Primary Menu region.
*
* Available variables:
* - plugin_id: The ID of the block implementation.
@@ -54,7 +54,7 @@
{# Gets fixed by JavaScript at wide widths. #}
<div class="site-header__fixable" data-drupal-selector="site-header-fixable">
<div class="site-header__initial">
{# <div class="site-header__initial">
<button class="sticky-header-toggle" data-drupal-selector="sticky-header-toggle" role="switch" aria-controls="site-header__inner" aria-label="{{ 'Sticky header'|t }}" aria-checked="false">
<span class="sticky-header-toggle__icon">
<span></span>
@@ -62,13 +62,16 @@
<span></span>
</span>
</button>
</div>
</div> #}
{# Needs to extend full width so box shadow will also extend. #}
<div id="site-header__inner" class="site-header__inner" data-drupal-selector="site-header-inner">
<div class="container site-header__inner__container">
{{ page.header }}
{# {{ page.header_top_left }}
{{ page.header_top_middle }}
{{ page.header_top_right }} #}
{% if page.primary_menu or page.secondary_menu %}
<div class="mobile-buttons" data-drupal-selector="mobile-buttons">
@@ -116,9 +119,9 @@
{{ page.content_below }}
</div>
</div>
<div class="social-bar">
{# <div class="social-bar">
{{ page.social }}
</div>
</div> #}
</div>
</div>
@@ -12,9 +12,9 @@
* @see template_preprocess_region()
*/
#}
{#
<div class="social-bar__inner fixable">
<div class="rotate">
{{ content }}
</div>
</div>
</div> #}