This commit is contained in:
2026-04-26 23:47:49 +02:00
parent 1b95f03d1e
commit b073e009d8
5288 changed files with 1112699 additions and 55536 deletions

View File

@@ -0,0 +1,57 @@
body.ppwp-sitewide-protection {
background: #2a2c2e url("<?php echo esc_url( ppw_get_background_image( 'sw-default1.jpg' ) ); ?>") no-repeat center/cover !important;
}
.pda-form-login {
width: 50%;
height: 100%;
position: relative;
margin: 0 0 0 auto;
padding: 0;
}
.ppwp-countdown-container {
position: absolute;
bottom: 0;
right: 2px;
width: 50%;
}
.pda-form-login a.ppw-swp-logo {
top: 22%;
position: absolute;
left: 50%;
transform: translate(-50%, -50%);
}
.pda-form-login form {
position: absolute;
width: 350px;
left: 50%;
transform: translate(-50%, -50%);
top: 50%;
padding: 3rem;
background: #0404047a;
color: #fff;
}
.pda-form-login .input_wp_protect_password,
.pda-form-login .button-login {
width: 100%;
padding: .8rem;
border: 1px solid #001428;
outline: 0;
font-size: 1rem;
}
.pda-form-login .input_wp_protect_password {
background: #acb2c9;
margin-bottom: 1.5rem;
}
.pda-form-login .button-login {
text-transform: uppercase;
font-weight: 700;
background: #001428;
border-color: #fff;
}

View File

@@ -0,0 +1,95 @@
body.ppwp-sitewide-protection {
background: #2a2c2e url("<?php echo esc_url( ppw_get_background_image( 'sw-default2.jpg' ) ); ?>") no-repeat center/cover !important;
}
.pda-form-login {
width: 50%;
height: 100%;
position: relative;
left: 0;
margin: 0 0 0 auto;
padding: 0;
}
.ppwp-countdown-container {
position: absolute;
bottom: 0;
right: 2px;
width: 50%;
margin: 0 0 0 auto;
}
.pda-form-login form {
max-width: 350px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
position: relative;
padding: 2rem;
overflow: hidden;
background: #111;
border-radius: 0.4em;
border: 1px solid #191919;
box-shadow: 1px 1px 78px #171717;
color: #fff;
}
.pda-form-login a.ppw-swp-logo {
top: 26%;
position: absolute;
left: 50%;
transform: translate(-50%, -50%);
}
.pda-form-login form:before {
content: "";
width: 8px;
height: 5px;
position: absolute;
left: 34%;
top: -7px;
border-radius: 50%;
box-shadow: 0 0 6px 4px #fff;
}
.pda-form-login form:after {
content: "";
width: 400px;
height: 200px;
position: absolute;
top: 0;
left: 35px;
transform: rotate(75deg);
background: linear-gradient(50deg, rgba(255, 255, 255, 0.15), transparent);
opacity: .4;
z-index: -1;
}
.pda-form-login .input_wp_protect_password {
padding: .8rem;
background: linear-gradient(#1f2124, #27292c);
border: 1px solid #000;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
border-radius: 3px;
color: #fff;
padding-right: 2.5rem;
}
.pda-form-login .input_wp_protect_password:focus {
box-shadow: inset 0 0 2px #000;
background: #494d54;
outline: none;
}
.pda-form-login .button-login {
width: 100%;
border: 1px solid rgba(0, 0, 0, 0.4);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 10px 10px rgba(255, 255, 255, 0.1);
border-radius: 3px;
background: #218dd6;
cursor: pointer;
font-weight: 700;
font-size: 15px;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
margin-top: 1rem;
}

View File

@@ -0,0 +1,63 @@
body.ppwp-sitewide-protection {
background: #2a2c2e url("<?php echo esc_url( ppw_get_background_image( 'sw-default3.jpg' ) ); ?>") no-repeat center/cover !important;
margin: 0;
}
.pda-form-login {
width: 50%;
background: #ffffffc4;
height: 100%;
position: relative;
box-shadow: 0 1px 13px #ECEBEB;
left: 0;
margin: 0;
padding-top:0;
}
.ppwp-countdown-container {
position: absolute;
bottom: 0;
width: 50%;
margin: 0 0 0 auto;
}
.pda-form-login a.ppw-swp-logo {
top: 32%;
position: absolute;
left: 50%;
transform: translate(-50%, -50%);
}
.pda-form-login form {
position: absolute;
max-width: 350px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
background: transparent;
box-shadow: 0 0 black;
}
.pda-form-login .input_wp_protect_password {
width: 100%;
font-size: 1rem;
outline: 0;
border-radius: 30px;
border: 2px solid #d0cece;
padding: 1rem 3.5rem 1rem 1.5rem;
background: white;
}
.pda-form-login .button-login {
margin-top: 1rem;
text-transform: uppercase;
font-weight: 700;
color: #fff;
border-color: #cac8c7;
border-radius: 30px;
width: 40%;
text-align: center;
padding: .8rem;
background: #7d7974;
box-shadow: 2px 4px 1px #cac8c7;
}