first git

This commit is contained in:
2021-07-06 10:03:36 +02:00
commit 7937ab972e
417 changed files with 18573 additions and 0 deletions

129
css/status.css Normal file
View File

@@ -0,0 +1,129 @@
.tableStatus {
font-size: 14px;
width: 100%;
background-color: #fefefe;
padding: 0px;
border:3px solid gray;
}
.tableStatus td {
padding: 5px;
text-align: left;
border: 1px solid lightgray;
}
.tableStatus tr {
padding: 5px;
border: 1px solid black;
background-color: #ecfaff;
}
.tableStatus th, .tableStatus th td {
font-size: 14px;
background-color: #003680;
color: white;
padding: 5px;
border: 1px solid lightgray;
}
.tableStatus .tableStatusVermerke {
/*background-color: #ffe;*/
background-color: #fefefe;
}
.tableStatus .tableStatusVermerke td {
border: 0px solid white;
/*background-color: #ffe;*/
}
.tableStatus .tableStatusVermerke .vermerkHeader {
text-align: right;
}
.tableStatus .fremdspedition {
background-color: #eee;
/*font-style:italic;*/
}
.tableStatus .statusOK {
background-color: #0a0;
color: #fff;
text-align: center ;
font-size: 18px;
}
.tableStatus .statusNONE {
background-color: #ffdb00;
color: #000;
text-align: center;
font-size: 18px;
}
.tableStatus .statusPROBLEM {
background-color: #e10000;
color: #fff;
text-align: center;
font-size: 12px;
}
.tableStatus .statusUNDEF {
background-color: #eee;
color: #000;
text-align: center;
font-size: 18px;
}
.statusLKW_Ankunft {
font-size: 20px;
font-weight: bold;
background-color: #003680;
color: #fff;
height: 30px;
margin: auto;
vertical-align: middle;
text-align: center;
line-height: 30px;
}
.statusLKW_Freigegeben {
font-size: 20px;
font-weight: bold;
background-color: green;
color: #fff;
height: 30px;
margin: auto;
vertical-align: middle;
text-align: center;
line-height: 30px;
}
.statusLKW_Erfasst {
font-size: 20px;
font-weight: bold;
background-color: gray;
color: #fff;
height: 30px;
margin: auto;
vertical-align: middle;
text-align: center;
line-height: 30px;
}
.statusLKW_OK {
vertical-align: middle;
height: 50px;
top: 20px;
color: green;
line-height: 50px;
}