Template scuro x pagina UNLOAD
This commit is contained in:
@@ -43,16 +43,16 @@
|
||||
/*background-image: url("../Images/MT0006110.jpg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;*/
|
||||
fill: #d1b100;
|
||||
fill: #DEDEDE;
|
||||
}
|
||||
.GRIGIO {
|
||||
fill: #ACACAC;
|
||||
}
|
||||
.VERDE {
|
||||
fill: green;
|
||||
fill: #28a745;
|
||||
}
|
||||
.BLU {
|
||||
fill: #0033FF;
|
||||
fill: #007bff;
|
||||
}
|
||||
.ARANCIO {
|
||||
fill: orange;
|
||||
@@ -71,7 +71,7 @@
|
||||
/*background-image: url("../Images/MT0006110.jpg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;*/
|
||||
fill: #d1b100;
|
||||
fill: #DEDEDE;
|
||||
}
|
||||
#BLK-CUT {
|
||||
fill: #ACACAC;
|
||||
@@ -96,10 +96,10 @@
|
||||
stroke-width: 5px !important;
|
||||
}
|
||||
#BLK-BIN {
|
||||
fill: green;
|
||||
fill: #28a745;
|
||||
}
|
||||
#BLK-CART {
|
||||
fill: #0033FF;
|
||||
fill: #007bff;
|
||||
}
|
||||
#BLK-SEC-OP {
|
||||
fill: purple;
|
||||
|
||||
@@ -51,16 +51,16 @@
|
||||
/*background-image: url("../Images/MT0006110.jpg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;*/
|
||||
fill: #d1b100;
|
||||
fill: #DEDEDE;
|
||||
}
|
||||
.GRIGIO {
|
||||
fill: #ACACAC;
|
||||
}
|
||||
.VERDE {
|
||||
fill: green;
|
||||
fill: #28a745;
|
||||
}
|
||||
.BLU {
|
||||
fill: #0033FF;
|
||||
fill: #007bff;
|
||||
}
|
||||
.ARANCIO {
|
||||
fill: orange;
|
||||
|
||||
Vendored
+1
-1
@@ -1 +1 @@
|
||||
.strokeThick{stroke-width:5px !important;}.flashStroke{stroke:blue;-webkit-animation-name:blueFlash;-webkit-animation-duration:.5s;-webkit-animation-timing-function:linear;-webkit-animation-delay:0s;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-name:blueFlash;animation-duration:.5s;animation-timing-function:linear;animation-delay:0s;animation-iteration-count:infinite;animation-direction:alternate;}@-webkit-keyframes blueFlash{0%{stroke:#c4dbff;}25%{stroke:#9dc4ff;}50%{stroke:#5ca5ff;}75%{stroke:#1b82ff;}100%{stroke:#005ccc;}}.SFONDO{fill:#d1b100;}.GRIGIO{fill:#acacac;}.VERDE{fill:green;}.BLU{fill:#03f;}.ARANCIO{fill:orange;}.GIALLO{fill:yellow;}.PURPLE{fill:purple;}.TESTO{fill:white;}#BLK-BCK{fill:#d1b100;}#BLK-CUT{fill:#acacac;}#BLK-SEL{fill:orange;stroke:blue;-webkit-animation-name:blueFlash;-webkit-animation-duration:.5s;-webkit-animation-timing-function:linear;-webkit-animation-delay:0s;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-name:blueFlash;animation-duration:.5s;animation-timing-function:linear;animation-delay:0s;animation-iteration-count:infinite;animation-direction:alternate;stroke-width:5px !important;}#BLK-BIN{fill:green;}#BLK-CART{fill:#03f;}#BLK-SEC-OP{fill:purple;}
|
||||
.strokeThick{stroke-width:5px !important;}.flashStroke{stroke:blue;-webkit-animation-name:blueFlash;-webkit-animation-duration:.5s;-webkit-animation-timing-function:linear;-webkit-animation-delay:0s;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-name:blueFlash;animation-duration:.5s;animation-timing-function:linear;animation-delay:0s;animation-iteration-count:infinite;animation-direction:alternate;}@-webkit-keyframes blueFlash{0%{stroke:#c4dbff;}25%{stroke:#9dc4ff;}50%{stroke:#5ca5ff;}75%{stroke:#1b82ff;}100%{stroke:#005ccc;}}.SFONDO{fill:#dedede;}.GRIGIO{fill:#acacac;}.VERDE{fill:#28a745;}.BLU{fill:#007bff;}.ARANCIO{fill:orange;}.GIALLO{fill:yellow;}.PURPLE{fill:purple;}.TESTO{fill:white;}#BLK-BCK{fill:#dedede;}#BLK-CUT{fill:#acacac;}#BLK-SEL{fill:orange;stroke:blue;-webkit-animation-name:blueFlash;-webkit-animation-duration:.5s;-webkit-animation-timing-function:linear;-webkit-animation-delay:0s;-webkit-animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-name:blueFlash;animation-duration:.5s;animation-timing-function:linear;animation-delay:0s;animation-iteration-count:infinite;animation-direction:alternate;stroke-width:5px !important;}#BLK-BIN{fill:#28a745;}#BLK-CART{fill:#007bff;}#BLK-SEC-OP{fill:purple;}
|
||||
+10
-10
@@ -34,14 +34,14 @@
|
||||
|
||||
<asp:UpdatePanel runat="server" ID="upnlDrawings">
|
||||
<ContentTemplate>
|
||||
<div class="m-2">
|
||||
<div class="mx-0">
|
||||
<div class="card text-center" style="width: 100%;">
|
||||
<h3 class="card-header"><%: traduci("MachineLoad") %></h3>
|
||||
<div class="card-body py-1">
|
||||
<h4 class="card-header bg-secondary text-light"><%: traduci("MachineUnload") %></h4>
|
||||
<div class="card-body py-1 bg-dark">
|
||||
<div class="row">
|
||||
<div class="col-2">
|
||||
<div class="card text-center mb-2" style="width: 100%;">
|
||||
<h3 class="card-header bg-dark text-light">BINS</h3>
|
||||
<h3 class="card-header bg-primary text-light">BINS</h3>
|
||||
<div class="card-body py-1">
|
||||
<div class="row">
|
||||
<div class="col-12 px-0">
|
||||
@@ -112,7 +112,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-8">
|
||||
<div class="col-8 py-0 my-0">
|
||||
<svg width="1420" height="710" viewBox='0 0 1420 710' xmlns='http://www.w3.org/2000/svg' runat="server" id="svgTable">
|
||||
</svg>
|
||||
</div>
|
||||
@@ -193,7 +193,7 @@
|
||||
<div class="row mt-2">
|
||||
<div class="col-2">
|
||||
<div class="card text-center mb-2" style="width: 100%;">
|
||||
<h3 class="card-header bg-dark text-light">BIN</h3>
|
||||
<h5 class="card-header py-1 bg-primary text-light">BIN</h5>
|
||||
<div class="card-body py-1">
|
||||
<table class="table table-sm mb-0">
|
||||
<thead>
|
||||
@@ -216,7 +216,7 @@
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<div class="card text-center mb-2" style="width: 100%;">
|
||||
<h3 class="card-header bg-info">B20190916.0</h3>
|
||||
<h5 class="card-header py-1 bg-info">B20190916.0</h5>
|
||||
<div class="card-body py-1">
|
||||
<table class="table table-sm mb-0">
|
||||
<thead>
|
||||
@@ -241,7 +241,7 @@
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<div class="card text-center mb-2" style="width: 100%;">
|
||||
<h3 class="card-header bg-secondary text-light">ST00000A2</h3>
|
||||
<h5 class="card-header py-1 bg-secondary text-light">ST00000A2</h5>
|
||||
<div class="card-body py-1">
|
||||
<table class="table table-sm mb-0">
|
||||
<thead>
|
||||
@@ -266,7 +266,7 @@
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<div class="card text-center mb-2" style="width: 100%;">
|
||||
<h3 class="card-header bg-warning">SH00000123</h3>
|
||||
<h5 class="card-header py-1 bg-warning">SH00000123</h5>
|
||||
<div class="card-body py-1">
|
||||
<table class="table table-sm mb-0">
|
||||
<thead>
|
||||
@@ -289,7 +289,7 @@
|
||||
</div>
|
||||
<div class="col-2">
|
||||
<div class="card text-center mb-2" style="width: 100%;">
|
||||
<h3 class="card-header bg-success">CARTS</h3>
|
||||
<h5 class="card-header py-1 bg-success">CARTS</h5>
|
||||
<div class="card-body py-1">
|
||||
<table class="table table-sm mb-0">
|
||||
<thead>
|
||||
|
||||
Reference in New Issue
Block a user