photobooth/photobooth.css

30 lines
475 B
CSS

.transparentbg {
background: rgba (0, 0, 0, 0);
}
.countdown_label {
color: rgba (85, 255, 255, 1);
text-shadow: 8px 8px 3px #0c0d24;
font-weight: bold;
font-size: 80px;
padding: 0 0 0 0;
}
.button_yes {
color: rgba (0, 0, 110, 1);
background: rgba (168, 233, 255, 0.9);
font-weight: bold;
font-size: 60px;
padding: 20px 20px 20px 20px;
}
.statusbox {
background: rgba (0, 0, 0, 0.8);
}
.status_label {
color: white;
font-weight: bold;
font-size: 14px;
}