| 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/public/theme/styles/system/modules/ |
Upload File : |
/* Pageup
========================================================================== */
.pageup {
max-height: 0;
overflow: hidden;
position: fixed;
bottom: $gx-pageup-vertical-space-bottom;
width: 60px;
height: 60px;
background-color: rgba($gx-pageup-bg-color, .7);
z-index: $gx-pageup-z-index;
padding-top: 10px;
@if ($gx-pageup-align-left == true) {
left: 25px;
} @else {
right: 25px;
}
@include opacity(0);
&,
&:hover,
&:focus,
&:active {
text-decoration: none;
color: $gx-pageup-color;
}
text-decoration: none;
@include border-radius(50%);
&,
&:before {
@include transition(300ms ease all);
@extend .gm-icon-before;
content: '\e801';
font-size: 40px;
margin: 0 !important;
}
&:hover {
color: $gx-pageup-hover-color;
background-color: $gx-pageup-hover-bg-color;
}
&.visible {
max-height: none;
@include box-shadow($gx-dropdown-box-shadow);
@include opacity(1);
}
&.transition {
max-height: none;
}
}