camera.css 96 B

12345678
  1. .black {
  2. background: #000000;
  3. }
  4. .errorbox {
  5. background: #dd0000;
  6. color: #ffffff;
  7. }