27 lines
494 B
Plaintext
27 lines
494 B
Plaintext
LunarClockLabel#lb_time {
|
|
color: rgba(255,255,255,255);
|
|
font: 96px "Arial Black";
|
|
font-weight: bold;
|
|
}
|
|
|
|
LunarClockLabel#lb_date {
|
|
color: rgba(255,255,255,255);
|
|
font: 18px "Consolas";
|
|
font-weight: bold;
|
|
}
|
|
|
|
QLabel#lb_name {
|
|
color: rgba(255,255,255,255);
|
|
}
|
|
|
|
QFrame#line_left,
|
|
QFrame#line_right {
|
|
border: none;
|
|
background-color: rgba(255, 255, 255, 40);
|
|
}
|
|
|
|
QLabel#lb_proverb {
|
|
color: rgba(255,255,255,255);
|
|
font: 20px "Consolas";
|
|
font-weight: bold;
|
|
} |