Files
gpw_next/GPW.CORE.Comp/CalWeekColumn.razor.less
T
2023-01-20 13:09:52 +01:00

98 lines
1.5 KiB
Plaintext

.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);
}
.blue {
fill: rgba(3, 155, 229, 0.75);
stroke: rgba(3, 155, 229, 0.9);
stroke-width: 0.75rem;
}
.purple {
fill: rgba(153, 102, 222, 0.75);
stroke: rgba(153, 102, 222, 0.9);
stroke-width: 1rem;
}
.green {
fill: rgba(0, 255, 0, 0.75);
stroke: rgba(0, 255, 0, 0.9);
stroke-width: 1rem;
}
.pink {
fill: rgba(222, 0, 171, 0.75);
stroke: rgba(222, 0, 171, 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: rgba(200, 220, 255, 1);
font-size: 1.9rem;
word-break: break-word;
}
.textBody2 {
color: rgba(250, 200, 255, 1);
font-size: 1.5rem;
word-break: break-word;
}
.textBody3 {
color: rgba(255, 220, 215, 1);
font-size: 1.5rem;
word-break: break-word;
}