| Server IP : 145.239.37.162 / Your IP : 216.73.217.81 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-pluginknock/ |
Upload File : |
/* admin view */
#popup_admin form {
display: flex;
flex-direction: column;
gap: 1em;
max-width: 50%;
}
#popup_admin form img {
max-width: 150px;
}
#popup_admin label {
margin-bottom: 1em;
}
#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;
}
/* -------------------------------------------------------------------------------------------- */
/* client view */
#popup {
position: fixed;
left: 10px;
bottom: 20px;
height: max-content;
width: max-content;
max-height: 500px;
max-width: 300px;
z-index: 400;
border: 1px solid #fff;
box-shadow: #fff 0 0 5px;
background: fuchsia;
border-radius: 5px;
padding: 10px;
text-align: center;
}
#popup .pop-up-header {
position: relative;
}
#popup h2 {
max-width: 85%;
}
#popup .close {
width: 30px;
aspect-ratio: 1;
position: absolute;
top: 5px;
right: 5px;
cursor: pointer;
}
#popup .close svg {
width: 100%;
}
#popup .pop-up-body {
display: flex;
flex-direction: column;
align-items: center;
}
#popup .pop-up-body img {
max-width: 80%;
margin-top: 1em;
margin-bottom: 1em;
}
#popup a {
padding: .5em 2em;
border: none;
color: #FFF;
background: lightpink;
margin-top: 1em;
display: inline-block;
width: max-content;
text-transform: uppercase;
}
#popup.anim-type-fade_in {
opacity: 1;
}
#popup.anim-type-fade_in.hidden {
opacity: 0;
}
#popup.anim-type-zoom_in {
scale: 1;
}
#popup.anim-type-zoom_in.hidden {
scale: 0.001;
}
#popup.anim-type-slide_in {
left: 10px;
}
#popup.anim-type-slide_in.hidden {
left: -200%;
}
#popup.anim-duration-1-2 {
transition: all ease .5s;
}
#popup.anim-duration-1 {
transition: all ease 1s;
}
#popup.anim-duration-2 {
transition: all ease 2s;
}