aboutsummaryrefslogtreecommitdiff
path: root/static/css/login-area.css
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-10-16 18:54:17 -0400
committerBobby <[email protected]>2024-10-16 18:54:17 -0400
commit609cc6264e8a9dfc69666b40f7452300ad22caef (patch)
tree95b9e5de8dcff5b225d753d0e4ff34d45d914476 /static/css/login-area.css
parente71f872fd9220a4dfb794e1c91d8e8087002b937 (diff)
downloadthatcomputerscientist-609cc6264e8a9dfc69666b40f7452300ad22caef.tar.xz
thatcomputerscientist-609cc6264e8a9dfc69666b40f7452300ad22caef.zip
some japanese translation
Diffstat (limited to 'static/css/login-area.css')
-rw-r--r--static/css/login-area.css124
1 files changed, 0 insertions, 124 deletions
diff --git a/static/css/login-area.css b/static/css/login-area.css
deleted file mode 100644
index 3d8b75ac..00000000
--- a/static/css/login-area.css
+++ /dev/null
@@ -1,124 +0,0 @@
-#login-area {
- width: 200px;
- height: 280px;
- /* background: url("../images/core/sidebar/login-area.png") no-repeat; */
- background-image: image-set(
- url("../images/core/sidebar/[email protected]") 1x,
- url("../images/core/sidebar/[email protected]") 2x,
- url("../images/core/sidebar/[email protected]") 3x
- );
- background-repeat: no-repeat;
- background-size: 200px 280px;
- margin: auto;
- padding: 0px;
- border: 0px;
- position: relative;
- top: -65px;
-}
-
-#login-form {
- display: block;
- position: relative;
- top: 118px;
-}
-
-#login-form input[type="text"],
-#login-form input[type="password"] {
- display: block;
- margin: 10px auto;
- width: 144px;
- font-size: 11px;
- padding: 4px 8px;
- background: transparent;
- color: #4a2e6f;
- border-radius: 4px;
- font-weight: bold;
-}
-
-/* Reset auto fill */
-#login-form input:-webkit-autofill,
-#login-form input:-webkit-autofill:hover,
-#login-form input:-webkit-autofill:focus,
-#login-form input:-webkit-autofill:active {
- transition: background-color 1s ease-in 2000s;
-}
-
-#login-form input::placeholder {
- color: #4a2e6f;
- font-weight: normal;
-}
-
-#login-form input[type="submit"] {
- width: 106px;
- height: 22px;
- cursor: pointer;
- position: absolute;
- top: 96px;
- left: 48px;
- border-radius: 2px;
- background: transparent;
-}
-
-#login-area > #register-now-button {
- display: block;
- width: 50px;
- height: 12px;
- cursor: pointer;
- border-radius: 2px;
- position: absolute;
- bottom: 23px;
- right: 32px;
- background: transparent;
-}
-
-#login-area > #forgot-password-button {
- display: block;
- width: 64px;
- height: 12px;
- cursor: pointer;
- border-radius: 2px;
- position: absolute;
- bottom: 85px;
- right: 21px;
- background: transparent;
-}
-
-#login-error {
- position: relative;
-}
-
-#login-error > .RFEERR {
- background: url("../images/backgrounds/login-messages/RFEERR.png") no-repeat;
-}
-
-#login-error > .IUOPERR {
- background: url("../images/backgrounds/login-messages/IUOPERR.png") no-repeat;
-}
-
-#login-error > .ENVERR {
- background: url("../images/backgrounds/login-messages/ENVERR.png") no-repeat;
-}
-
-#login-error > .VESENDERR {
- background: url("../images/backgrounds/login-messages/VESENDERR.png")
- no-repeat;
-}
-
-#login-error > .VESENT {
- background: url("../images/backgrounds/login-messages/VESENT.png") no-repeat;
-}
-
-#login-error > .VESUCCESS {
- background: url("../images/backgrounds/login-messages/VESUCCESS.png")
- no-repeat;
-}
-
-#login-error > .messageBox {
- position: absolute;
- background-size: 250px 166px;
- width: 250px;
- height: 166px;
- top: -100px;
- left: -140px;
- z-index: 2;
-}