| 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/Honeygrid_preview/styles/system/modules/ |
Upload File : |
/* Header Custom Area for Content Manager Entries
========================================================================== */
#header {
.custom-container {
@include transition(300ms ease all);
@if ($gx-hide-custom-1-col != true) {
@include make-sm-column($gx-header-custom-col-sm);
@include make-md-column($gx-header-custom-col-md);
@include make-lg-column($gx-header-custom-col-lg);
}
display: none;
@media (min-width: $grid-float-breakpoint) {
@if ($gx-hide-custom-1-col != true) {
display: inline-block;
}
overflow: hidden;
height: $gx-custom-1-col-height;
@if ($gx-header-custom-col-sm < 1) {
@media (max-width: $screen-sm-max) {
display: none;
}
}
}
.inside {
display: table;
width: 100%;
height: 100%;
padding: 0;
p {
@include clearfix();
margin: 0;
display: table-cell;
vertical-align: middle;
text-align: center;
img {
@include transition(300ms ease all);
@extend .img-responsive;
display: inline-block;
max-height: ($gx-custom-1-col-height - $grid-gutter-width);
width: auto;
}
}
}
}
}
#header {
@media (min-width: $grid-float-breakpoint) {
@if ($gx-body-wrap != true) {
@if ($gx-header-fixed) {
&.sticky {
.custom-container {
@if ($gx-custom-1-col-height-sticky < $gx-custom-1-col-height) {
height: $gx-custom-1-col-height-sticky;
@if ($gx-custom-1-col-height-sticky == 0) {
overflow: hidden !important;
}
}
}
}
}
}
}
}