Extend operator dms-account management

This commit is contained in:
ragu 2024-02-12 16:43:31 +01:00
parent b2dce25de8
commit 6212b1aefb
18 changed files with 840 additions and 552 deletions

View file

@ -8,7 +8,7 @@ html {
html,body {
background-color: #d9d6ce;
color: #3f3f3f;
font-family:'Arial';
font-family:Roboto, "Helvetica Neue", Helvetica, sans-serif;
background-repeat: no-repeat;
background-position: right bottom;
background-attachment: fixed;
@ -21,7 +21,6 @@ html,body {
}
div {
font-family: Arial,sans-serif;
font-size: 1em;
}
@ -313,14 +312,6 @@ div#Oline {
.ebutton2:hover {
background-color:white;
}
/*.ebutton3 {
font-size:1.2em;
border: 1px solid silver;
color:gray;
margin: 0px 15px;
padding:5px 50px;
}
*/
.ebutton3 {
font-size:1.1em;
@ -335,26 +326,22 @@ div#Oline {
.ebutton3:hover {
background-color:white;
}
.ebutton4 {
animation: blinkb 5s infinite;
font-size:1em;
border: 1px solid silver;
color:black;
padding:1px 15px;
border:1px solid #5c5c5c;
background-color:#5c5c5c;
color:#fffffe;
}
.ebutton4:hover {
background-color:white;
color:black;
.ebutton4:hover {
border:1px solid #d9d6ce;
background-color:#d9d6ce;
}
.ebutton5 {
animation: blinkb 5s infinite;
}
/* Standard syntax */
@keyframes blinkb {
from {background-color: #a7a18f;}
to {background-color: #dcdcdc;}
.ebutton4:active {
border:1px solid #d9d6ce;
background-color:#d9d6ce;
}
/* e wie Edit inputFelder */
.etxt {
font-size:100%;
@ -883,6 +870,13 @@ div#Container_txt1 {
.elinkbutton2:visited { color: #000000;}
.elinkbutton2:hover { color: #000000;}
.elinkbutton4 {
padding:0 2px;
color:#5c5c5c;
}
.elinkbutton4:hover { color:#d9d6ce;}
.cal {
text-decoration: none;
color:black;
@ -1011,7 +1005,6 @@ ul#TopNavi li {
ul#TopNavi a {
margin: 0; padding: 0em 3em;
border: 1px solid white;
font-family:Arial,sans-serif;
text-decoration: none; font-weight: normal;
color: white;
}