From 2648a2995514fb64c49879243b154e5658c4da0c Mon Sep 17 00:00:00 2001 From: akarl Date: Tue, 11 Feb 2020 14:15:31 +0100 Subject: [PATCH] =?UTF-8?q?-=20=C3=9Cberarbeitung=20Footer=20-=20Debugging?= =?UTF-8?q?=20Advanced=20Menu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../_public/src/less/_modules/footer.less | 2 + .../_public/src/less/_modules/header.less | 20 +- frontend/index/footer-ribbon.tpl | 21 -- frontend/index/footer.tpl | 23 ++ frontend/index/index222.tpl | 286 ------------------ frontend/plugins/advanced_menu/index.tpl | 8 +- 6 files changed, 40 insertions(+), 320 deletions(-) delete mode 100644 frontend/index/footer-ribbon.tpl delete mode 100644 frontend/index/index222.tpl diff --git a/frontend/_public/src/less/_modules/footer.less b/frontend/_public/src/less/_modules/footer.less index 1ba7dba..a616341 100644 --- a/frontend/_public/src/less/_modules/footer.less +++ b/frontend/_public/src/less/_modules/footer.less @@ -5,6 +5,8 @@ footer { @media screen and (min-width: @tabletViewportWidth) { footer { + > .container { + min-width: 100%; } .footer-ribbon { display: block; width: 90%; diff --git a/frontend/_public/src/less/_modules/header.less b/frontend/_public/src/less/_modules/header.less index 56c82d7..ab24bcf 100644 --- a/frontend/_public/src/less/_modules/header.less +++ b/frontend/_public/src/less/_modules/header.less @@ -1,8 +1,5 @@ /* *** HEADER / BASICS ********************************************************************************************** */ -#headerAnker { - color: red; } - /* Header */ .header-main { background: @brand-primary; @@ -181,10 +178,10 @@ .unitize(font-size,35); } } } } } } .navigation-main { - .navigation--link:hover, - .is--active .navigation--link, - .is--hovered .navigation--link, - .is--active .navigation--link:hover { + .navigation--list .navigation--entry .navigation--link:hover, + .navigation--list .navigation--entry.is--active .navigation--link, + .navigation--list .navigation--entry.is--hovered .navigation--link, + .navigation--list .navigation--entry.is--active .navigation--link:hover { background: #fff; font-weight: @font-bold-weight; color: @link-red; @@ -206,6 +203,9 @@ a { display: block; .unitize-padding(8,24); + transition: all 0.3s ease-in-out; + &:hover { + transform: scale(1.1); } .sub--nav-image { width: 100%; height: auto; } @@ -213,4 +213,8 @@ display: block; width: 100%; text-align: center; - font-weight: @font-bold-weight; } } } } } + font-weight: @font-bold-weight; } } } } + .menu--level-0 { + &.columns--4 { + -webkit-column-count: 5; + column-count: 5; } } } diff --git a/frontend/index/footer-ribbon.tpl b/frontend/index/footer-ribbon.tpl deleted file mode 100644 index bde4190..0000000 --- a/frontend/index/footer-ribbon.tpl +++ /dev/null @@ -1,21 +0,0 @@ - \ No newline at end of file diff --git a/frontend/index/footer.tpl b/frontend/index/footer.tpl index 1a91a5c..ca9e6fe 100644 --- a/frontend/index/footer.tpl +++ b/frontend/index/footer.tpl @@ -2,6 +2,29 @@ {* Footer menu *} {block name='frontend_index_footer_menu'} + {* Footer Top-Styling *} + +