| Server IP : 54.36.91.62 / Your IP : 216.73.217.111 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/coopiak/amisdesseniors-fr/montpellier/media/regularlabs/css/ |
Upload File : |
/**
* @package Regular Labs Library
* @version 25.9.9174
*
* @author Peter van Westen <info@regularlabs.com>
* @link https://regularlabs.com
* @copyright Copyright © 2025 Regular Labs All Rights Reserved
* @license GNU General Public License version 2 or later
*/
.rl-mini-colors-button {
background-image: repeating-linear-gradient(45deg, #dddddd 25%, transparent 25%, transparent 75%, #dddddd 75%, #dddddd), repeating-linear-gradient(45deg, #dddddd 25%, #ffffff 25%, #ffffff 75%, #dddddd 75%, #dddddd);
background-position: 0 0, 4px 4px;
background-size: 8px 8px;
width: 26px;
height: 26px;
padding: 0;
border: 0;
border-radius: 50%;
color: inherit;
cursor: pointer;
text-indent: -1000px;
white-space: nowrap;
overflow: hidden;
}
.rl-mini-colors-button:after {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
border-radius: 50%;
background-color: currentColor;
box-shadow: inset 0 0 2px #adb5bd;
}
.rl-mini-colors-button:hover:after, .rl-mini-colors-button:focus:after {
box-shadow: inset 0 0 0 2px var(--focus);
}
.rl-mini-colors-field {
display: inline-block;
position: relative;
color: transparent;
}
.rl-mini-colors-field input {
width: 26px;
height: 26px;
cursor: pointer;
opacity: 0;
}
.rl-mini-colors-field .rl-mini-colors-button {
position: absolute;
}
.rl-mini-colors-picker {
box-sizing: border-box;
background: #fff;
border: 1px solid #adb5bd;
border-radius: 0.3rem;
box-shadow: 0 0 40px 10px rgba(0, 28, 73, 0.15);
display: none;
flex-wrap: wrap;
position: absolute;
width: 178px;
z-index: 1100;
justify-content: space-between;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
padding: 12px;
}
.rl-mini-colors-picker.rl-mini-colors-open {
display: flex;
}
.rl-mini-colors-swatches {
margin: 0;
}
.rl-mini-colors-swatches div {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.rl-mini-colors-swatches .rl-mini-colors-button {
position: relative;
margin: 6px;
}