Files
egwcorelib/EgwCoreLib.Razor/CalWeekColumn.razor.css
T
Samuele Locatelli de7e742731 Rename part 2:
- aggiunta nuova path e rename
2023-02-03 08:29:22 +01:00

68 lines
1.1 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: 2rem;
}
.hour-label {
color: #9ABCDE;
font-size: 2rem;
}
.event-body {
/*color: #C8DCFF;*/
color: #A8BCFF;
font-size: 1.9rem;
word-break: break-word;
}