82 lines
1.5 KiB
Plaintext
82 lines
1.5 KiB
Plaintext
QLabel#dateOfWeek {
|
|
color: #ffffff;
|
|
}
|
|
QLabel#dateOfLocaltime {
|
|
color: #ffffff;
|
|
}
|
|
QLabel#dateOfDay {
|
|
color: #ffffff;
|
|
}
|
|
QLabel#dateOfLunar {
|
|
font-size:16px;
|
|
color: #ffffff;
|
|
}
|
|
QLabel#clockTime {
|
|
background:rgba(255,255,255,0.15);
|
|
border-radius: 6px;
|
|
color: #ffffff;
|
|
}
|
|
QLabel#colon {
|
|
color: #ffffff;
|
|
}
|
|
QLabel#restTime {
|
|
color: #ffffff;
|
|
opacity:0.6;
|
|
}
|
|
QLabel#centerLabel {
|
|
color: #ffffff;
|
|
}
|
|
QLabel#authorLabel {
|
|
color: #ffffff;
|
|
}
|
|
QLabel#myText{
|
|
border-radius: 6px;
|
|
background: rgba(255, 255, 255, 82%);
|
|
padding: 24px 24px 24px 24px;
|
|
color: #000000;
|
|
}
|
|
QPushButton{
|
|
background:rgba(255,255,255,0.12);
|
|
}
|
|
#escButton,#prevButton,#nextButton,#settingsButton{
|
|
background: rgba(255, 255, 255, 12%);
|
|
border-radius:24px;
|
|
border-size:0px;
|
|
color:white;
|
|
icon-size:24px;
|
|
}
|
|
#escButton::hover,#prevButton::hover,#nextButton::hover,#settingsButton::hover
|
|
{
|
|
background: rgba(255, 255, 255, 30%);
|
|
}
|
|
#escButton::pressed,#prevButton::pressed,#nextButton::pressed,#settingsButton::pressed
|
|
{
|
|
background: rgba(255, 255, 255, 8%);
|
|
}
|
|
#vboxFrame{
|
|
background: rgba(255, 255, 255, 12%);
|
|
border: 0px;
|
|
border-radius:4px;
|
|
}
|
|
#WallpaperButton{
|
|
background: rgba(255, 255, 255, 0%);
|
|
border-radius:4px;
|
|
color:white;
|
|
icon-size:24px;
|
|
}
|
|
#WallpaperButton::hover{
|
|
background: rgba(61, 107, 229, 255);
|
|
}
|
|
#autoSwitchLabel{
|
|
font-size:14px;
|
|
color: #ffffff;
|
|
}
|
|
#screenLabel{
|
|
font-size:14px;
|
|
color: #ffffff;
|
|
}
|
|
#autoSwitch{
|
|
background: rgba(255, 255, 255, 0%);
|
|
border-radius:4px;
|
|
}
|