/** * @package Modals * @version 11.7.1 * * @author Peter van Westen <info@regularlabs.com> * @link http://www.regularlabs.com * @copyright Copyright © 2020 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; }