checador.css 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. body {
  2. font-family: 'indivisa-text';
  3. /*background-image: linear-gradient(rgba(0,29,104, 0.3), rgba(0,29,104, 0.3)), url('../imagenes/fondochecador.png');*/
  4. background-image: url('../imagenes/fondochecador.jpg');
  5. background-repeat: no-repeat;
  6. background-attachment: fixed;
  7. background-size: cover;
  8. background-position: center;
  9. height: 100%;
  10. overflow: hidden;
  11. }
  12. .hora{font-size: 4rem; border-right: 2px solid #d21034; line-height: 1.1; padding-bottom: 8px;}
  13. .fecha{font-size: 1.9rem; line-height: 1.2em; }
  14. .facultad{font-size: 1.5rem; font-weight: bold; color: #aaa;}
  15. .checa-box{width:800px; min-height: 380px; -webkit-box-shadow: 0px 0px 5px 1px rgba(150,150,150,0.2); -moz-box-shadow: 0px 0px 5px 1px rgba(150,150,150,0.2); box-shadow: 0px 0px 5px 1px rgba(150,150,150,0.2);}
  16. h1, h2, h3 {letter-spacing: 1px; position: relative; color: #001e61;}
  17. .subtitle:before{ content: ''; position: absolute; bottom: -8px; left: 0; width: 80px; display: block; background: #d21034; height: 3px; }
  18. .text-big{font-size:3.6rem;}
  19. #list-result{font-size:1.15rem;}
  20. #list-result li{margin:0.2em 0; border-bottom: 1px dashed #969696;}
  21. .text-clave{ outline: none; color: #b7b7b7 !important; background: transparent; border: 1px solid #dbdcdd; border-radius: 5px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 12px; font-weight: 300; vertical-align: middle; text-align:center; padding: 10px 20px;}
  22. .text-clave:focus{ color: #001d68 !important; border-color: #001d68;}
  23. .sin-servicio, .text-clave{font-size:1.7rem;}
  24. .aviso{ font-size:120%;}
  25. .mensaje{ font-size: 7vh; }
  26. @media (max-width: 768px) {
  27. .hora{ font-size: 3.2rem;}
  28. .fecha{font-size: 1.4rem;}
  29. .checa-box{width:100%;}
  30. .text-big{font-size:3rem;}
  31. .sin-servicio, .text-clave{font-size:1.2rem;}
  32. }
  33. @media (max-width: 576px) {
  34. .hora{font-size: 2rem !important;}
  35. .fecha, .titulo{font-size: 1rem;}
  36. #logo{width: 75%;}
  37. .facultad{font-size: 1.2rem}
  38. .text-big{font-size:2.8rem;}
  39. }