c5fd7bdf2f
- Update contenitore dati con a capo gestito
78 lines
1.3 KiB
CSS
78 lines
1.3 KiB
CSS
.lblText {
|
|
font-size: 0.3rem;
|
|
fill: white;
|
|
}
|
|
.lblBoxTitle {
|
|
font-size: 0.25rem;
|
|
fill: white;
|
|
}
|
|
.lblBoxText {
|
|
font-size: 0.2rem;
|
|
fill: white;
|
|
word-wrap: break-word;
|
|
}
|
|
.heavy {
|
|
font: bold 30px sans-serif;
|
|
fill: white;
|
|
}
|
|
.canv {
|
|
fill: #34495E;
|
|
}
|
|
.blockMal {
|
|
fill: rgba(3, 155, 229, 0.75);
|
|
stroke: rgba(3, 155, 229, 0.9);
|
|
stroke-width: 0.5rem;
|
|
}
|
|
.blockPerm {
|
|
fill: rgba(153, 102, 222, 0.75);
|
|
stroke: rgba(153, 102, 222, 0.9);
|
|
stroke-width: 0.5rem;
|
|
}
|
|
.blockFerie {
|
|
fill: rgba(0, 185, 0, 0.75);
|
|
stroke: rgba(0, 255, 0, 0.9);
|
|
stroke-width: 0.5rem;
|
|
}
|
|
.block104 {
|
|
fill: rgba(222, 0, 171, 0.75);
|
|
stroke: rgba(222, 0, 171, 0.9);
|
|
stroke-width: 0.5rem;
|
|
}
|
|
.blockChius {
|
|
fill: rgba(165, 185, 0, 0.75);
|
|
stroke: rgba(235, 255, 71, 0.9);
|
|
stroke-width: 0.5rem;
|
|
}
|
|
.blockFest {
|
|
fill: rgba(242, 35, 35, 0.75);
|
|
stroke: rgba(242, 35, 35, 0.9);
|
|
stroke-width: 0.5rem;
|
|
}
|
|
.event-title {
|
|
color: #FFFFFF;
|
|
font-size: 2rem;
|
|
}
|
|
.event-time {
|
|
color: #69CDFF;
|
|
font-size: 1.6rem;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.hour-label {
|
|
color: #9ABCDE;
|
|
font-size: 2rem;
|
|
}
|
|
.event-body {
|
|
/*color: #C8DCFF;*/
|
|
color: #A8BCFF;
|
|
font-size: 1.4rem;
|
|
word-break: break-word;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.event-body-detail {
|
|
color: #A8BCFF;
|
|
font-size: 1.4rem;
|
|
} |