| Current Path : /home/megadansyp/www/media/plg_system_jcemediabox/themes/squeeze/css/ |
| Current File : /home/megadansyp/www/media/plg_system_jcemediabox/themes/squeeze/css/styles.css |
/**
* @package JCE MediaBox
* @copyright Copyright (C) 2009 - 2023 Ryan Demmer. All rights reserved.
* @license GNU/GPL
* This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
*/
.wf-mediabox-theme-squeeze .wf-mediabox-frame {
padding: 1em;
}
.wf-mediabox-theme-squeeze .wf-mediabox-container {
overflow: inherit;
}
.wf-mediabox-theme-squeeze .wf-mediabox-close,
.wf-mediabox-theme-squeeze .wf-mediabox-prev,
.wf-mediabox-theme-squeeze .wf-mediabox-next {
line-height: 1em;
position: absolute;
text-align: center;
color: #fff;
}
.wf-mediabox-theme-squeeze .wf-mediabox-close:before,
.wf-mediabox-theme-squeeze .wf-mediabox-prev:before,
.wf-mediabox-theme-squeeze .wf-mediabox-next:before {
content: "";
border-radius: 100%;
box-shadow: 1px 1px 0.25em #000;
background-color: #000;
width: 1.2em;
height: 1.2em;
position: absolute;
z-index: -1;
left: 0.4em;
top: 0.3em;
box-sizing: border-box;
}
.wf-mediabox-theme-squeeze .wf-mediabox-close > svg,
.wf-mediabox-theme-squeeze .wf-mediabox-prev > svg,
.wf-mediabox-theme-squeeze .wf-mediabox-next > svg {
fill: #fff;
}
.wf-mediabox-theme-squeeze .wf-mediabox-close {
right: -1em;
top: -1em;
}
.wf-mediabox-theme-squeeze .wf-mediabox-numbers button.active {
background-color: #000;
}
.wf-mediabox-theme-squeeze .wf-mediabox-numbers button:focus {
background-color: #888;
}
.wf-mediabox-theme-squeeze .wf-mediabox-content img.wf-mediabox-focus {
border: 2px solid #000;
}