_reset.scss 634 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. html, body{
  2. font-size:16px;
  3. line-height: 0.9;
  4. margin:0; padding:0;
  5. background: white;
  6. }
  7. a{
  8. color: inherit;
  9. text-decoration: none;
  10. }
  11. a, a:focus, a:active { outline: none; }
  12. a:focus{ -moz-outline-style: none; }
  13. ul {
  14. padding:0;
  15. margin:0;
  16. }
  17. li{
  18. padding:0;
  19. margin:0;
  20. list-style: none;
  21. }
  22. sup{
  23. line-height: 0;
  24. }
  25. .visualy-hidden {
  26. position: absolute !important;
  27. clip: rect(1px, 1px, 1px, 1px);
  28. overflow: hidden;
  29. height: 1px;
  30. width: 1px;
  31. word-wrap: normal;
  32. }
  33. .visualy-hidden:active,
  34. .visualy-hidden:focus {
  35. position: static !important;
  36. clip: auto;
  37. overflow: visible;
  38. height: auto;
  39. width: auto;
  40. }