main.css 912 B

12345678910111213141516171819202122232425262728293031
  1. :focus {-moz-outline-style:none;}
  2. html, body {margin: 0; padding:0;}
  3. html { overflow: auto; height: 100%; }
  4. body {
  5. height: 100%;
  6. font-family: 'Exo 2', Arial, sans-serif;
  7. font-weight: bold;
  8. text-align: center;
  9. font-size: 16px;
  10. color: #fff;
  11. overflow: hidden;
  12. -webkit-user-select: none;
  13. -moz-user-select: none;
  14. -ms-user-select: none;
  15. -o-user-select: none;
  16. user-select: none;
  17. }
  18. .svg { width: auto; height: 100%; }
  19. text { cursor: default; }
  20. .card text { cursor: inherit; }
  21. @media all and (max-width: 1311px) { .svg { width: 100%; height: auto; } }
  22. @media all and (max-height: 746px) { .svg { width: auto; height: 100%; } }
  23. .controls { display: none; visibility:hidden; }
  24. button { display: none; visibility:hidden;}
  25. label { display: none; visibility:hidden;}
  26. input { display: none; visibility:hidden;}
  27. select { display: none; visibility:hidden;}