Files
gpw_next/GPW.CORE.Comp/CalWeekColumn.razor.css
T
2023-01-20 10:29:48 +01:00

73 lines
1.2 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;
}
/* Note that the color of the text is set with the *
* fill property, the color property is for HTML only */
.Rrrrr {
font: italic 40px serif;
fill: red;
}
.canv {
fill: rgba(130, 130, 130, 0.4);
}
.boxClass {
fill: rgba(45, 128, 189, 0.75);
stroke: rgba(45, 128, 189, 0.9);
stroke-width: 0.75rem;
}
.boxClass2 {
fill: rgba(130, 28, 189, 0.75);
stroke: rgba(130, 28, 189, 0.9);
stroke-width: 1rem;
}
.boxClass3 {
fill: rgba(245, 28, 89, 0.75);
stroke: rgba(245, 28, 89, 0.9);
stroke-width: 1rem;
}
.hour-label {
color: #ABCDFF;
font-size: 2rem;
}
.textTitle {
color: #FFFFFF;
font-size: 2.5rem;
}
.textTime {
color: #DEDEDE;
font-size: 6rem;
}
.textBody {
color: #ABEFFF;
font-size: 1.5rem;
word-break: break-word;
}
.textBody1 {
color: #c8dcff;
font-size: 1.9rem;
word-break: break-word;
}
.textBody2 {
color: #fac8ff;
font-size: 1.5rem;
word-break: break-word;
}
.textBody3 {
color: #ffdcd7;
font-size: 1.5rem;
word-break: break-word;
}