25 lines
303 B
CSS
25 lines
303 B
CSS
#lxdm {
|
|
background-image: url("biohazard.png");
|
|
background-repeat: round;
|
|
}
|
|
|
|
#bottom_pane {
|
|
background-color: rgba(0,0,0,0.24);
|
|
}
|
|
|
|
#time {
|
|
font: Sans 12;
|
|
color: #ffffff;
|
|
}
|
|
|
|
#prompt {
|
|
font: Sans 14;
|
|
color: #000000;
|
|
}
|
|
|
|
#bottom_pane label,
|
|
#bottom_pane GtkLabel {
|
|
font: Sans 12;
|
|
color: #9E9D9B;
|
|
}
|