photobooth/photobooth.css
2016-04-27 13:05:29 +02:00

19 lines
354 B
CSS

.transparentbg {
background: rgba (0, 0, 0, 0);
}
.countdown_label {
color: rgba (150, 200, 200, 255);
text-shadow: 10px 10px #000000
font-weight: bold;
font-size: 80px;
padding: 0 0 0 0;
}
.button_yes {
color: rgba (0, 0, 110, 255);
background: rgba (168, 233, 255, 200);
font-weight: bold;
font-size: 80px;
padding: 20px 20px 20px 20px;
}