photobooth/photobooth.css

41 lines
612 B
CSS

button {
background: rgba (255, 255, 82, 0.8);
font-weight: bold;
font-size: 24px;
padding: 20px 20px 20px 20px;
}
button.print {
background: rgba (128, 255, 82, 0.8);
}
button.upload {
background: rgba (82, 166, 255, 0.8);
}
button.cancel {
background: rgba (255, 82, 82, 0.8);
}
.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;
}
.statusbox {
background: rgba (0, 0, 0, 0.8);
}
.status_label {
color: white;
font-weight: bold;
font-size: 10px;
}