fix ancora x colore blu
This commit is contained in:
@@ -199,7 +199,6 @@ body {
|
||||
font-size: 7pt;
|
||||
border-left: #bababa 1px dotted;
|
||||
}
|
||||
.semaforoVerde,
|
||||
.sVe {
|
||||
text-align: left;
|
||||
width: 100%;
|
||||
@@ -207,29 +206,25 @@ body {
|
||||
background-color: #009036;
|
||||
color: Yellow;
|
||||
}
|
||||
.semaforoGiallo,
|
||||
.sGi {
|
||||
text-align: left;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #ffec00;
|
||||
}
|
||||
.semaforoRosso,
|
||||
.sRo {
|
||||
text-align: left;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #e2001a;
|
||||
}
|
||||
.semaforoBlu,
|
||||
.sBl {
|
||||
text-align: left;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #3636FF;
|
||||
background-color: #3690FF;
|
||||
color: Yellow;
|
||||
}
|
||||
.semaforoSpento,
|
||||
.sGr {
|
||||
text-align: left;
|
||||
width: 100%;
|
||||
|
||||
@@ -238,7 +238,7 @@ body{
|
||||
font-size: 7pt;
|
||||
border-left: #bababa 1px dotted;
|
||||
}
|
||||
.semaforoVerde, .sVe
|
||||
.sVe
|
||||
{
|
||||
text-align: left;
|
||||
width: 100%;
|
||||
@@ -246,28 +246,28 @@ body{
|
||||
background-color: #009036;
|
||||
color: Yellow;
|
||||
}
|
||||
.semaforoGiallo, .sGi
|
||||
.sGi
|
||||
{
|
||||
text-align: left;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #ffec00;
|
||||
}
|
||||
.semaforoRosso, .sRo
|
||||
.sRo
|
||||
{
|
||||
text-align: left;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #e2001a;
|
||||
}
|
||||
.semaforoBlu, .sBl {
|
||||
.sBl {
|
||||
text-align: left;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #3636FF;
|
||||
background-color: #3690FF;
|
||||
color: Yellow;
|
||||
}
|
||||
.semaforoSpento, .sGr
|
||||
.sGr
|
||||
{
|
||||
text-align: left;
|
||||
width: 100%;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -296,7 +296,7 @@ body {
|
||||
text-align: left;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #3636FF;
|
||||
background-color: #3690FF;
|
||||
color: #ffb6fa;
|
||||
}
|
||||
.sBl a {
|
||||
|
||||
@@ -352,7 +352,7 @@ body{
|
||||
text-align: left;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #3636FF;
|
||||
background-color: #3690FF;
|
||||
color: #ffb6fa;
|
||||
|
||||
a {
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -313,7 +313,6 @@ body .ui-overlay-c {
|
||||
}
|
||||
/* END: gestione layout dinamico mappa... */
|
||||
/* area semafori*/
|
||||
.semaforoVerde,
|
||||
.sVe {
|
||||
text-align: left;
|
||||
background: #009036;
|
||||
@@ -321,29 +320,25 @@ body .ui-overlay-c {
|
||||
padding: 0px 4px 0px 4px;
|
||||
color: Yellow;
|
||||
}
|
||||
.semaforoGiallo,
|
||||
.sGi {
|
||||
text-align: left;
|
||||
background: #ffec00;
|
||||
background: rgba(255, 220, 0, 0.6);
|
||||
padding: 0px 4px 0px 4px;
|
||||
}
|
||||
.semaforoRosso,
|
||||
.sRo {
|
||||
text-align: left;
|
||||
background-color: #e2001a;
|
||||
background: rgba(240, 0, 10, 0.6);
|
||||
padding: 0px 4px 0px 4px;
|
||||
}
|
||||
.semaforoBlu,
|
||||
.sBl {
|
||||
text-align: left;
|
||||
background: #3636FF;
|
||||
background: #3690FF;
|
||||
background: rgba(0, 80, 255, 0.6);
|
||||
padding: 0px 4px 0px 4px;
|
||||
color: Yellow;
|
||||
}
|
||||
.semaforoSpento,
|
||||
.sGr {
|
||||
text-align: left;
|
||||
background-color: #bcbcbc;
|
||||
|
||||
@@ -364,7 +364,7 @@ body .ui-body-a, body .ui-body-c, body .ui-overlay-c
|
||||
/* END: gestione layout dinamico mappa... */
|
||||
|
||||
/* area semafori*/
|
||||
.semaforoVerde, .sVe
|
||||
.sVe
|
||||
{
|
||||
text-align: left;
|
||||
background: #009036;
|
||||
@@ -372,28 +372,28 @@ body .ui-body-a, body .ui-body-c, body .ui-overlay-c
|
||||
padding: 0px 4px 0px 4px;
|
||||
color: Yellow;
|
||||
}
|
||||
.semaforoGiallo, .sGi
|
||||
.sGi
|
||||
{
|
||||
text-align: left;
|
||||
background: #ffec00;
|
||||
background: rgba(255,220,0,.6);
|
||||
padding: 0px 4px 0px 4px;
|
||||
}
|
||||
.semaforoRosso, .sRo
|
||||
.sRo
|
||||
{
|
||||
text-align: left;
|
||||
background-color: #e2001a;
|
||||
background: rgba(240,0,10,.6);
|
||||
padding: 0px 4px 0px 4px;
|
||||
}
|
||||
.semaforoBlu, .sBl {
|
||||
.sBl {
|
||||
text-align: left;
|
||||
background: #3636FF;
|
||||
background: #3690FF;
|
||||
background: rgba(0,80,255,.6);
|
||||
padding: 0px 4px 0px 4px;
|
||||
color: Yellow;
|
||||
}
|
||||
.semaforoSpento, .sGr
|
||||
.sGr
|
||||
{
|
||||
text-align: left;
|
||||
background-color: #bcbcbc;
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -365,7 +365,7 @@ public class resoconti
|
||||
_answ = "#009036";
|
||||
break;
|
||||
case "sBl": // blu
|
||||
_answ = "#3636FF";
|
||||
_answ = "#3690FF";
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user