checador.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. body { font-family: 'indivisa-text'; background-image: url('../imagenes/fondo.webp'); background-repeat: no-repeat; background-attachment: fixed; background-size: cover;
  2. background-position: center; height: 100%; overflow: hidden; }
  3. header { height: 15vh; }
  4. main { height: 85vh; }
  5. #logo { max-width: 190px; width: 100%; height: 100px; }
  6. .hora { font-size: 4rem; border-right: 2px solid var(--white); line-height: 1.1; padding-bottom: 8px; }
  7. .fecha { font-size: 1.9rem; line-height: 1.2em; }
  8. #ano { font-size: 1.25rem; }
  9. .checa-box { padding: 3rem; margin: 0; border-radius: 25px; background: var(--white); -webkit-box-shadow: 10px 10px 10px 1px rgb(34 34 34 / 50%); -moz-box-shadow: 10px 10px 10px 1px rgb(34 34 34 / 50%); box-shadow: 10px 10px 10px 1px rgb(34 34 34 / 50%); }
  10. h1, h2, h3 { letter-spacing: 1px; position: relative; margin: 0; }
  11. .sub-bloque { padding: 1rem 10rem 3rem 10rem; }
  12. .text-blue { color: #42BDA6; }
  13. .text-big { font-size: 3.5rem; }
  14. .text-warning { color: #FF891A !important; }
  15. /***** REGISTRO *****/
  16. .titRegistro { margin: 0; letter-spacing: 1px; font-size: 5rem; }
  17. .inputChecar { max-width: 450px; }
  18. #cve, #btnChecar { font-size: 2rem; }
  19. #cve { outline: none; color: #DBDBDB; background: transparent; border: 1px solid #DBDBDB; border-radius: 10px 0 0 10px; vertical-align: middle; text-align: center;
  20. padding: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
  21. #cve:focus { border-color: #001d68; color: #001d68; }
  22. #btnChecar { border-radius: 0 10px 10px 0; }
  23. #formaChecador { padding: 4rem; }
  24. #btnChecar:hover { background: #101097 !important; }
  25. #lista-avisos>hr:last-of-type { display: none; }
  26. /***** ICONOS *****/
  27. .iconos { position: absolute; width: 200px; }
  28. #icon_registro, #icon_duplicada, #icon_internet { bottom: 2rem; right: -8.5rem; }
  29. #icon_asistencia { top: -2rem; left: -9rem; }
  30. #icon_retardo { top: -8rem; left: 2rem; }
  31. #icon_horario { bottom: -4rem; left: -9rem; }
  32. #icon_error { top: -6rem; right: -4rem; }
  33. #icon_clave { bottom: -8rem; right: -4rem; }
  34. #icon_avisos { bottom: 1rem; left: -9rem; }