71 lines
1.5 KiB
CSS
71 lines
1.5 KiB
CSS
/* Bordi */
|
|
/*.rCAll {
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.rCTop {
|
|
border-radius: 10px 10px 0 0;
|
|
}
|
|
|
|
.rCBot {
|
|
border-radius: 0 0 10px 10px;
|
|
}*/
|
|
.mapBlock {
|
|
font-family: 'Open Sans Condensed', sans-serif;
|
|
color: #FFF;
|
|
background-image: linear-gradient(#111, #000);
|
|
min-width: 8em;
|
|
}
|
|
.labelTopDx {
|
|
padding: 0.1em 0.4em;
|
|
width: auto;
|
|
min-height: 0;
|
|
top: 0;
|
|
left: auto;
|
|
bottom: auto;
|
|
color: #FFFFFF;
|
|
background: #2200DE;
|
|
background: rgba(33, 0, 200, 0.7);
|
|
-webkit-border-top-right-radius: inherit;
|
|
border-top-right-radius: inherit;
|
|
-webkit-border-top-left-radius: inherit;
|
|
border-top-left-radius: inherit;
|
|
-webkit-border-bottom-left-radius: inherit;
|
|
border-bottom-left-radius: inherit;
|
|
-webkit-border-bottom-right-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
/* area semafori*/
|
|
.sVe {
|
|
text-align: left;
|
|
background: #009036;
|
|
background: rgba(0, 255, 80, 0.6);
|
|
/*padding: 0px 4px 0px 4px;*/
|
|
color: Yellow;
|
|
}
|
|
.sGi {
|
|
text-align: left;
|
|
background: #ffec00;
|
|
background: rgba(255, 220, 0, 0.6);
|
|
/*padding: 0px 4px 0px 4px;*/
|
|
}
|
|
.sRo {
|
|
text-align: left;
|
|
background-color: #e2001a;
|
|
background: rgba(240, 0, 10, 0.6);
|
|
/*padding: 0px 4px 0px 4px;*/
|
|
}
|
|
.sBl {
|
|
text-align: left;
|
|
background: #3690FF;
|
|
background: rgba(0, 80, 255, 0.6);
|
|
/*padding: 0px 4px 0px 4px;*/
|
|
color: Yellow;
|
|
}
|
|
.sGr {
|
|
text-align: left;
|
|
background-color: #bcbcbc;
|
|
background: rgba(180, 180, 180, 0.6);
|
|
/*padding: 0px 4px 0px 4px;*/
|
|
}
|
|
/*end semafori */ |