Login wurde angepasst und die Designs überarbeitet bzw aneinander angepasst.

This commit is contained in:
ja
2021-10-06 16:02:58 +02:00
parent c5c53c0216
commit d1a4cd5120
8 changed files with 200 additions and 69 deletions

View File

@@ -7,6 +7,7 @@
background-attachment: fixed;
background-size: cover;
background-color: #fff;
overflow-y: clip;
}
#txt_Pw_WH:invalid {
background-color: indianred;
@@ -16,7 +17,17 @@
#txt_Pw_WH:valid {
background-color: lightgreen;
border-color: forestgreen;
color: forestgreen;
color: black;
}
#txt_Pw:invalid {
background-color: indianred;
border-color: red;
color: red;
}
#txt_Pw:valid {
background-color: lightgreen;
border-color: forestgreen;
color: black;
}
#tbl_main {
font-family: Arial;
@@ -30,12 +41,41 @@
width: 1024px;
height: 800px;
margin: 0 auto;
margin-top: auto;
margin-top: 20px;
}
.container-fluid {
width: 262px;
height: 216px;
width: 400px;
height: 379px;
background-color: rgba(255,255,255,0.5);
margin: 0 auto;
margin-top: 40px;
}
#tbl_main {
font-family: Arial;
font-size: 11px;
border: 1px solid gray;
width: 400px;
height: 379px;
}
#lbl_Ueberschrift {
background-color: #003680;
font-size: 2.55em;
color:#fff;
}
.txt_design {
color: #003680;
font-size: 1.45em;
}
#CustomerID {
color: #003680;
font-size: 1.320901320901321em;
}
#lbl_Hinweis {
font-size: 1.188em;
color: dimgrey;
}

View File

@@ -6,7 +6,8 @@
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-color:#fff;
background-color: #fff;
overflow-y: clip;
}
#Login1_LoginButton {
color: #fff;
@@ -19,15 +20,39 @@
width: 1024px;
height: 800px;
margin: 0 auto;
margin-top: auto;
margin-top: 20px;
}
.container-fluid {
width: 262px;
height: 216px;
width: 400px;
height: 379px;
background-color: rgba(255,255,255,0.5);
margin: 0 auto;
margin-top: 40px;
}
#tbl_main {
font-family: Arial;
font-size: 11px;
border: 1px solid gray
border: 1px solid gray;
width: 400px;
height: 379px;
}
#lbl_Ueberschrift {
background-color: #003680;
font-size: 2.55em;
color: #fff;
}
.txt_design {
color: #003680;
font-size: 1.45em;
}
#CustomerID {
color: #003680;
font-size: 1.320901320901321em;
}
#lbl_Hinweis {
font-size: 1.188em;
color: dimgrey;
}

View File

@@ -7,6 +7,7 @@
background-attachment: fixed;
background-size: cover;
background-color: #fff;
overflow-y: clip;
}
#Login1_LoginButton {
color: #fff;
@@ -19,15 +20,34 @@
width: 1024px;
height: 800px;
margin: 0 auto;
margin-top: auto;
margin-top: 20px;
}
.container-fluid {
width: 262px;
height: 248px;
width: 400px;
height: 379px;
background-color: rgba(255,255,255,0.5);
margin: 0 auto;
margin-top: 40px;
}
#tbl_main {
font-family: Arial;
font-size: 11px;
border: 1px solid gray
border: 1px solid gray;
width: 400px;
height: 379px;
}
#lbl_login {
color: #003680;
font-size: 1.320901320901321em;
}
#lbl_Ueberschrift {
background-color: #003680;
font-size: 2.55em;
color: #fff;
}
.txt_design {
color: #003680;
font-size: 1.45em;
}