| Server IP : 145.239.37.162 / Your IP : 216.73.217.127 Web Server : Apache System : Linux webm003.cluster130.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaa ( 38250) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaa/www2024/wp-content/plugins/pop-up-aeb/admin/ |
Upload File : |
/* admin view */
* {
box-sizing: border-box;
}
#popup_admin {
display: flex;
}
#popup_admin form {
max-width: 100%;
width: 100%;
display: flex;
flex-direction: column;
}
@media screen and (min-width: 1024px) {
#popup_admin .bloc-2 {
max-width: 50%;
width: 50%;
padding: 0 1em;
}
#popup_admin .bloc-3 {
max-width: 33.3333%;
width: 33.3333%;
padding: 0 1em;
}
#popup_admin .bloc-2-3 {
max-width: 66.6666%;
width: 66.6666%;
padding: 0 1em;
}
#popup_admin .bloc-4 {
max-width: 25%;
width: 25%;
padding: 0 1em;
}
}
#popup_admin fieldset fieldset {
width: 100%;
max-width: 100%;
}
#popup_admin .settings fieldset div {
width: 100%;
}
#popup_admin .settings fieldset div label {
width: 50%;
}
#popup_admin fieldset fieldset label {
width: 100%;
margin: 0;
}
#popup_admin fieldset input select,
#popup_admin fieldset input {
width: 90%;
}
#popup_admin .neg-marg {
margin-left: -1em;
}
#popup_admin .switch {
position: relative;
width: 4em;
height: 2em;
background-color: white;
border-radius: 20px;
}
#popup_admin .switch input {
opacity: 0;
height: 100%;
width: 100%;
}
#popup_admin .slider {
position: absolute;
cursor: pointer;
height: 100%;
width: 100%;
top: 0;
left: 0;
border-radius: 20px;
background: lightgrey;
}
#popup_admin .slider::before {
content: "";
width: 40%;
aspect-ratio: 1;
border-radius: 50%;
background-color: #2271b1;
background: #fff;
position: absolute;
top: 50%;
left: 10%;
transform: translate(0, -50%);
transition: all ease .25s;
}
#popup_admin .switch input:checked+.slider::before {
content: "";
width: 40%;
aspect-ratio: 1;
border-radius: 50%;
position: absolute;
top: 50%;
left: 90%;
transform: translate(-100%, -50%);
transition: all ease .25s;
}
#popup_admin .switch input:checked+.slider {
background-color: #2271b1;
transition: all .25s ease;
}
#popup_admin form img {
max-width: 150px;
}
#popup_admin label {
margin-bottom: 1em;
max-width: 100%;
width: 100%;
display: inline-block;
}
#popup_admin input,
#popup_admin textarea,
#popup_admin select {
width: 100%;
margin-bottom: 1em;
}
#popup_admin input[type="checkbox"] {
width: 10px;
vertical-align: middle;
margin: 0;
}
#popup_admin input[type="submit"] {
width: max-content;
}
/* view medias */
#popup_admin #meta-box-video-preview,
#popup_admin #meta-box-poster-preview,
#popup_admin #meta-box-image-preview {
max-width: 300px;
margin-top: 1em;
}
#popup_admin textarea {
resize: none;
height: 200px;
}
.boxes {
display: flex;
flex-direction: column;
}
.boxes * {
margin: 0;
margin-bottom: 5px;
}