| 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/templates/Honeygrid/styles/modules/ |
Upload File : |
/* Bootstrap Header and Logo
========================================================================== */
#navbar-brand {
display: table;
padding: 0;
@media (min-width: $grid-float-breakpoint) {
width: 100%;
height: $gx-brand-height;
}
a {
display: table-cell;
height: $gx-header-height-mobile;
line-height: ($gx-header-height-mobile - 2px);
margin-left: floor($grid-gutter-width / 2);
max-width: $gx-brand-width-mobile;
padding-left: floor($grid-gutter-width / 2);
vertical-align: middle;
width: 100%;
// medium resolutions
@media (min-width: $grid-float-breakpoint) {
height: ($gx-brand-height - 20px);
line-height: ($gx-brand-height - 20px);
margin: 10px 0;
max-width: unset;
padding-left: 0;
}
img {
max-height: $gx-header-height-mobile;
// medium resolutions
@media (min-width: $grid-float-breakpoint) {
max-height: ($gx-brand-height - 20px);
}
// transition for resizing
@include transition(300ms ease all);
}
}
}
// sticky behavior
#header {
@media (min-width: $grid-float-breakpoint) {
@if ($gx-body-wrap != true) {
@if ($gx-header-fixed) {
&.sticky {
#navbar-brand {
height: $gx-brand-height-sticky;
a {
height: ($gx-brand-height-sticky - 20px);
margin: 0;
img {
max-height: ($gx-brand-height-sticky - 20px);
}
}
}
}
}
}
}
}