????JFIF??x?x????'
| Server IP : 79.136.114.73 / Your IP : 216.73.216.57 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/www.astacus.eu/wp-content/plugins/LayerSlider/static/admin/scss/ |
Upload File : |
/*
KM-UI styles
*/
/* SYSTEM */
.km-ui-overflow-hidden {
overflow: hidden !important;
}
.km-ui-visible {
visibility: visible !important;
}
/* OVERLAY */
.km-ui-overlay {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
visibility: hidden;
z-index: 1000000;
&.km-ui-theme-dark {
background: rgba(0,0,0,0.75);
}
&.km-ui-theme-light {
background: rgba(255,255,255,0.75);
}
}
/* POPOVER, TOOLTIP */
.ls-popover-data,
.km-ui-popover.data,
body.hidepopover .km-ui-popover
.km-ui-popover-hide .km-ui-popover {
display: none !important;
}
.km-ui-popover {
max-width: 270px;
min-width: 80px;
position: absolute;
padding: 15px;
border-radius: 7px;
font-fmaily: 'Montserrat', 'Open Sans', Arial, sans-serif;
text-align: justify;
z-index: 1000020;
background: #000;
background: rgba(0,0,0,.8);
color: rgba(255,255,255,.95) !important;
font-weight: 300 !important;
font-size: 14px;
line-height: 20px;
box-shadow: 0px 4px 20px rgba(0,0,0,.5);
> span {
display: block;
width: 0px;
height: 0px;
position: absolute;
bottom: -7px;
left: 50%;
margin-left: -7px;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-top: 7px solid rgba(0,0,0,.7);
}
&.km-ui-direction-btm {
> span {
bottom: auto;
top: -14px;
border-bottom: 7px solid rgba(0,0,0,.7);
border-top-color: transparent;
}
}
&.popover-light,
&.km-ui-theme-light {
background: white;
background: rgba(255,255,255,.9);
color: #555;
box-shadow: 0px 2px 15px -7px black !important;
> span {
opacity: .9;
border-top: 7px solid white;
}
&.km-ui-direction-btm {
> span {
border-bottom: 7px solid white;
border-top-color: transparent;
}
}
}
&.km-ui-theme-red {
background: rgba(255,0,0,.7) !important;
color: white !important;
font-weight: 600 !important;
box-shadow: none !important;
> span {
border-top: 7px solid rgba(255,0,0,.7) !important;
}
&.km-ui-direction-btm {
> span {
border-bottom: 7px solid rgba(255,0,0,.7) !important;
border-top-color: transparent !important;
}
}
}
}
/* COMMON */
.km-ui-element {
div, p, ul, li {
&.small,
&.km-ui-font-small,
.small,
.km-ui-font-small {
font-size: 80% !important;
}
&.tiny,
&.km-ui-font-tiny,
.tiny,
.km-ui-font-tiny {
font-size: 80% !important;
}
&.large,
&.km-ui-font-large,
.large,
.km-ui-font-large {
font-size: 120% !important;
}
&.dark,
&.km-ui-font-dark,
.dark,
.km-ui-font-dark {
color: #222;
font-weight: 400 !important;
}
&.dim,
&.km-ui-font-dim,
.dim,
.km-ui-font-dim {
opacity: .75 !important;
}
&.notice,
&.km-ui-font-notice,
.notice,
.km-ui-font-notice {
color: red;
font-weight: 400 !important;
}
&.bold,
&.km-ui-font-bold,
.bold,
.km-ui-font-bold {
font-weight: 600 !important;
}
&.center,
&.km-ui-font-center,
.center,
.km-ui-font-center {
text-align: center !important;
}
&.italic,
&.km-ui-font-italic,
.italic,
.km-ui-font-italic {
font-style: italic !important;
}
&.centered,
&.km-ui-font-centered,
.centered,
.km-ui-font-centered {
display: block !important;
width: 60% !important;
}
}
}