From d3402ff3ff403323a3cdff6201b8c645243d9727 Mon Sep 17 00:00:00 2001 From: BlasenhauerJ Date: Fri, 17 Mar 2023 18:00:08 +0100 Subject: [PATCH] change loading, error and test files --- src/bw/loading/index.html | 64 +++-- src/common/core/antibot/files/captcha.html | 136 ++++++++- src/common/core/antibot/files/hcaptcha.html | 261 ++++++++++++++++-- src/common/core/antibot/files/javascript.html | 121 +++++++- src/common/core/antibot/files/recaptcha.html | 106 +++++-- src/common/core/antibot/files/template.html | 62 +++-- src/common/core/errors/files/error.html | 62 +++-- src/common/core/misc/files/default.html | 74 ++--- 8 files changed, 712 insertions(+), 174 deletions(-) diff --git a/src/bw/loading/index.html b/src/bw/loading/index.html index 1d1a4fba1..67cf5435c 100644 --- a/src/bw/loading/index.html +++ b/src/bw/loading/index.html @@ -10,16 +10,13 @@ html { width: 100%; height: 100%; - background-color: #042a3a; + background-color: #125678; } body { color: #fff; text-align: center; - text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); padding: 0; min-height: 100%; - -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.8); - box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.8); display: table; font-family: "Open Sans", Arial, sans-serif; margin: 0; @@ -27,33 +24,25 @@ -webkit-text-size-adjust: 100%; } h1 { + display: flex; + flex-direction: column; font-family: inherit; - font-weight: 500; - line-height: 1.1; - color: inherit; - font-size: 36px; - } - h1 small { - font-size: 68%; - font-weight: 400; - line-height: 1; - color: #777; - } - a { - text-decoration: none; - color: #fff; - font-size: inherit; - border-bottom: dotted 1px #979797; - } - .lead { - color: silver; - font-size: 21px; + font-weight: bold; line-height: 1.4; + letter-spacing: 0.05rem; + color: inherit; + font-size: 30px; + padding: 0 1rem; } .cover { - display: table-cell; - vertical-align: middle; - padding: 0 20px; + display: flex; + flex-direction: column; + justify-content: center; + width: 100vw; + height: 100vh; + align-items: center; + padding: 0; + transform: translateY(-10vh); } img { width: 175px; @@ -61,11 +50,30 @@ footer { position: fixed; width: 100%; + letter-spacing: 1px; left: 0; bottom: 0; - color: #a0a0a0; + color: #b3b2b2; font-size: 14px; } + footer a { + text-decoration: none; + color: #fff; + border-bottom: 1px solid #fff; + } + footer a:hover { + text-decoration: none; + color: #e5e5e5; + border-bottom: 1px solid #e5e5e5; + } + + @media (max-width: 640px) { + h1 { + font-size: 24px; + } + + } + .lds-roller { display: inline-block; position: relative; diff --git a/src/common/core/antibot/files/captcha.html b/src/common/core/antibot/files/captcha.html index cab7e04b0..e7c433cc7 100644 --- a/src/common/core/antibot/files/captcha.html +++ b/src/common/core/antibot/files/captcha.html @@ -6,18 +6,134 @@ Bot Detection + body, + html { + width: 100%%; + height: 100%%; + background-color: #125678; + } + body { + color: #fff; + text-align: center; + padding: 0; + min-height: 100%%; + display: table; + font-family: "Open Sans", Arial, sans-serif; + margin: 0; + -ms-text-size-adjust: 100%%; + -webkit-text-size-adjust: 100%%; + } + h1 { + display: flex; + flex-direction: column; + font-family: inherit; + font-weight: bold; + line-height: 1.4; + letter-spacing: 0.05rem; + color: inherit; + font-size: 30px; + padding: 0 1rem; + } + .cover { + display: flex; + flex-direction: column; + justify-content: center; + width: 100vw; + height: 100vh; + align-items: center; + padding: 0; + transform: translateY(-10vh); + } + img { + width: 175px; + } + footer { + position: fixed; + width: 100%%; + letter-spacing: 1px; + left: 0; + bottom: 0; + color: #b3b2b2; + font-size: 14px; + } + footer a { + text-decoration: none; + color: #fff; + border-bottom: 1px solid #fff; + } + footer a:hover { + text-decoration: none; + color: #e5e5e5; + border-bottom: 1px solid #e5e5e5; + } + .btn { + margin-top: 1rem; + cursor: pointer; + color:white; + background-color: #2FAC68; + border-radius: 6px; + border-width: 0; + font-size: 20px; + padding: 0.5rem 1rem; + max-width : 180px; + } + .btn:hover { + filter: brightness(0.9) + } + .form { + display:flex; + flex-direction: column; + justify-content: center; + align-items: center; + } + .captcha { + height: 1.5rem; + border-radius: 6px; + border-width: 0; + font-size: 20px; + color:#363636; + padding: 0.5rem; + } + .captcha:focus { + outline-width: 1; + outline-color: #2FAC68; + } + @media (max-width: 640px) { + h1 { + font-size: 24px; + } + + .captcha { + height: 0.8rem; + font-size: 14px; + + } + + .btn { + margin-top: 1rem; + font-size: 16px; + padding: 0.5rem 0.5rem; + max-width : 180px; + } + + } + + @media (max-width: 320px) { + h1 { + font-size: 16px; + } + } + -
-

Please prove that you are Human before accessing this website

-

-

-
- -
-

+
+

Please prove that you are Human before accessing this website

+

+

+
+ +
+