You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

127 lines
2.2 KiB
CSS

3 years ago
body {
background-color: aquamarine;
background: url(../../img/tankShell/tankShellDeviceBackground.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
.dataInformation {
border: 0px solid red;
position: absolute;
width: 24%;
height: 22%;
top: 14%;
left: 3.3%;
font-size: 16px !important;
3 years ago
}
.energyProductionStatistics {
border: 0px solid red;
position: absolute;
width: 42%;
height: 6%;
top: 9%;
left: 29%;
font-size: 16px !important;
3 years ago
}
.runParamStatistics {
border: 0px solid red;
position: absolute;
width: 42%;
height: 7.5%;
top: 25%;
left: 29%;
font-size: 16px !important;
3 years ago
}
.runParamStatistics div {
border: 0px solid red;
position: absolute;
top: 4%;
width: 13%;
height: 96%;
color: blueviolet;
display: flex;
justify-content: center;
align-items: center;
font-size: 16px !important;
3 years ago
}
.lossParam{
border: 0px solid yellowgreen;
position: absolute;
width: 8.8%;
height: 4.5%;
top: 12.5%;
right: 6%;
display: flex;
justify-content: center;
align-items: center;
color: #8FB7D1;
font-size: 16px !important;
3 years ago
}
.meterParam{
border: 0px solid yellowgreen;
position: absolute;
width: 8.8%;
height: 4.5%;
top: 27.4%;
right: 6%;
display: flex;
justify-content: center;
align-items: center;
color:#A5E3B1;
font-size: 16px !important;
3 years ago
}
3 years ago
.OEEStatistics {
border: 0px solid red;
3 years ago
position: absolute;
3 years ago
width: 35%;
height: 26%;
top: 71.5%;
left: 36%;
3 years ago
}
3 years ago
.equipmentFailure {
border: 0px solid red;
3 years ago
position: absolute;
3 years ago
width: 28%;
height: 22%;
top: 75%;
left: 70%;
3 years ago
}
3 years ago
.loss {
border: 0px solid red;
3 years ago
position: absolute;
3 years ago
width: 28%;
height: 25%;
top: 41%;
left: 71%;
3 years ago
}
3 years ago
.productionPlan {
3 years ago
position: absolute;
3 years ago
border: 0px solid red;
3 years ago
width: 33%;
height: 21%;
3 years ago
top: 73.5%;
left: 3.5%;
font-size: 9%;
}
.energyConsumption {
position: absolute;
border: 0px solid red;
width: 26%;
height: 20%;
top: 46%;
left: 2%;
font-size: 9%;
3 years ago
}