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 @@
-
- +