| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/themes/Malibu/styles/system/ |
Upload File : |
/* Header Secondary Navigation
========================================================================== */
// partically copy/paste from /styles/system/modules/_header_topbar.scss
#header {
.navbar-secondary {
@include transition(300ms ease all);
@if ($gx-hide-secondary-col != true) {
@include make-sm-column($gx-header-secondary-col-sm);
@include make-md-column($gx-header-secondary-col-md);
@include make-lg-column($gx-header-secondary-col-lg);
}
display: none;
@media (min-width: $grid-float-breakpoint) {
@if ($gx-hide-secondary-col != true) {
display: inline-block;
}
height: $gx-secondary-height;
@if ($gx-header-secondary-col-sm < 1) {
@media (max-width: $screen-sm-max) {
display: none;
}
}
}
padding: $gx-secondary-padding-vertical ($grid-gutter-width / 2);
margin: $gx-secondary-margin-vertical 0;
// hide labels in main header
.topbar-label {
display: none;
}
// apply min width for all
// topbar dropdowns
.dropdown-menu {
min-width: 300px;
// reset box-shadow of .arrow-top class
&.arrow-top {
@include box-shadow($gx-dropdown-box-shadow);
margin-top: 0;
margin-right: 0 !important;
}
}
// apply right floating
.navbar-nav {
@extend .navbar-right;
// margin: 6px -15px;
}
// apply navbar styles for topbar
.navbar-nav {
> li {
> a {
position: relative;
font-size: $gx-secondary-font-size;
height: $gx-secondary-height;
padding: $gx-secondary-link-padding;
color: $gx-secondary-link-color;
@include background($gx-secondary-link-bg-color,
$theme-base-path + $gx-secondary-link-bg-image-url,
$gx-secondary-link-bg-image-position,
$gx-secondary-link-bg-image-repeat,
$gx-secondary-link-bg-image-size,
$gx-secondary-link-bg-image-attachment);
svg {
width: 30px;
height: auto;
path, polygon {
fill: $gx-secondary-link-color;
}
}
&:hover,
&:focus {
color: $gx-secondary-link-hover-color;
@include background($gx-secondary-link-hover-bg-color,
$theme-base-path + $gx-secondary-link-hover-bg-image-url,
$gx-secondary-link-hover-bg-image-position,
$gx-secondary-link-hover-bg-image-repeat,
$gx-secondary-link-hover-bg-image-size,
$gx-secondary-link-hover-bg-image-attachment);
svg {
path, polygon {
fill: $gx-secondary-link-hover-color;
}
}
}
.language-code {
text-transform: uppercase;
@if ($gx-secondary-show-icons == false) {
padding-left: 6px;
}
}
}
}
.active > a {
&,
&:hover,
&:focus {
color: $gx-secondary-link-active-color;
@include background($gx-secondary-link-active-bg-color,
$theme-base-path + $gx-secondary-link-active-bg-image-url,
$gx-secondary-link-active-bg-image-position,
$gx-secondary-link-active-bg-image-repeat,
$gx-secondary-link-active-bg-image-size,
$gx-secondary-link-active-bg-image-attachment);
svg {
path, polygon {
fill: $gx-secondary-link-active-color;
}
}
}
}
.disabled > a {
&,
&:hover,
&:focus {
color: $gx-secondary-link-disabled-color;
background-color: $gx-secondary-link-disabled-bg-color;
}
}
.open > a {
&,
&:hover,
&:focus {
color: $gx-secondary-link-active-color;
@include background($gx-secondary-link-active-bg-color,
$theme-base-path + $gx-secondary-link-active-bg-image-url,
$gx-secondary-link-active-bg-image-position,
$gx-secondary-link-active-bg-image-repeat,
$gx-secondary-link-active-bg-image-size,
$gx-secondary-link-active-bg-image-attachment);
svg {
path, polygon {
fill: $gx-secondary-link-active-color;
}
}
}
}
// .open .dropdown-menu a {
// &:focus {
// background-color: $dropdown-link-hover-bg;
// }
// }
// apply styles for
// mobile view
@media (max-width: $grid-float-breakpoint-max) {
ul.dropdown-menu {
.dropdown-header {
border-color: $gx-navbar-topbar-border;
}
.divider {
background-color: $gx-navbar-topbar-border;
}
a {
color: $gx-secondary-link-color;
&:hover,
&:focus {
color: $gx-secondary-link-hover-color;
@include background($gx-secondary-link-hover-bg-color,
$theme-base-path + $gx-secondary-link-hover-bg-image-url,
$gx-secondary-link-hover-bg-image-position,
$gx-secondary-link-hover-bg-image-repeat,
$gx-secondary-link-hover-bg-image-size,
$gx-secondary-link-hover-bg-image-attachment);
}
}
.active a {
&,
&:hover,
&:focus {
color: $gx-secondary-link-active-color;
@include background($gx-secondary-link-active-bg-color,
$theme-base-path + $gx-secondary-link-active-bg-image-url,
$gx-secondary-link-active-bg-image-position,
$gx-secondary-link-active-bg-image-repeat,
$gx-secondary-link-active-bg-image-size,
$gx-secondary-link-active-bg-image-attachment);
}
}
.disabled a {
&,
&:hover,
&:focus {
color: $gx-secondary-link-disabled-color;
background-color: $gx-secondary-link-disabled-bg-color;
}
}
}
}
}
.gambio-admin {
position: fixed;
top: 1px;
left: 1px;
width: 120px;
&:nth-of-type(2) {
left: 122px;
}
&:nth-of-type(3) {
left: 243px;
}
a {
font-size: 10px !important;
height: 23px !important;
padding: 3px 5px !important;
}
.topbar-label {
display: inline;
}
}
// .cart-products-count {
// background-color: $brand-primary;
// text-decoration: none;
// display: block;
// color: #FFFFFF;
// font-weight: 700;
// position: absolute;
// top: auto;
// left: auto;
// bottom: 10px;
// right: 10px;
// border: 2px solid #FFFFFF;
// text-align: center;
// line-height: 1;
// width: 16px;
// height: 16px;
// padding: 1px;
// font-size: 10px;
// @include border-radius(50%);
// }
}
}
#header {
@media (min-width: $grid-float-breakpoint) {
@if ($gx-body-wrap != true) {
@if ($gx-header-fixed) {
&.sticky {
.navbar-secondary {
padding: $gx-secondary-padding-vertical-sticky ($grid-gutter-width / 2);
margin: $gx-secondary-margin-vertical-sticky 0;
@if ($gx-secondary-height-sticky < $gx-secondary-height) {
height: $gx-secondary-height-sticky;
}
}
}
}
}
}
}