| Server IP : 54.36.91.62 / Your IP : 216.73.217.117 Web Server : Apache System : Linux webm013.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : coopiak ( 151928) PHP Version : 8.3.23 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/c/o/o/coopiak/www/cj79373/media/modals/less/ |
Upload File : |
/**
* @package Modals
* @version 12.3.5
*
* @author Peter van Westen <info@regularlabs.com>
* @link http://regularlabs.com
* @copyright Copyright © 2023 Regular Labs All Rights Reserved
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
*/
/*
* Core Style:
* The following CSS is consistent between example themes and should not be altered.
*/
#rl_modals, #rl_modals_overlay, #rl_modals_wrapper {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
overflow: hidden;
}
#rl_modals_wrapper {
max-width: none;
}
#rl_modals_overlay {
position: fixed;
width: 100%;
height: 100%;
}
#rl_modals_middle_left, #rl_modals_bottom_left {
clear: left;
}
#rl_modals_content {
position: relative;
}
#rl_modals_loaded_content {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
#rl_modals_title {
margin: 0;
}
#rl_modals_loading_overlay, #rl_modals_loading_graphic {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#rl_modals_previous, #rl_modals_next, #rl_modals_close, #rl_modals_slideshow {
cursor: pointer;
}
#rl_modals.no_navigation {
#rl_modals_previous, #rl_modals_next, #rl_modals_close, #rl_modals_slideshow, #rl_modals_current {
display: none !important;
}
}
.rl_modals_photo {
float: left;
margin: auto;
border: 0;
display: block;
max-width: none;
-ms-interpolation-mode: bicubic;
}
.rl_modals_iframe {
width: 100%;
height: 100%;
display: block;
border: 0;
padding: 0;
margin: 0;
}
#rl_modals, #rl_modals_content, #rl_modals_loaded_content {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}
// Modals specific
#rl_modals_title .modals_description {
font-size: .7em;
font-weight: normal;
}
.modal_link_hidden {
display: none !important;
}