normalize.css 945 B

1234567891011121314151617181920
  1. a:active, a:hover { outline: 0px none; }
  2. a { background-color: transparent; }
  3. audio:not([controls]) { display: none; height: 0px; }
  4. body { margin: 0px; }
  5. b, strong { font-weight: bold; }
  6. button, html input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; }
  7. button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0px; }
  8. button::-moz-focus-inner, input::-moz-focus-inner { border: 0px none; padding: 0px; }
  9. button { overflow: visible; }
  10. button, select { text-transform: none; }
  11. dfn { font-style: italic; }
  12. fieldset { border: 1px solid rgb(192, 192, 192); margin: 0px 2px; padding: 0.35em 0.625em 0.75em; }
  13. h1 { font-size: 2em; margin: 0.67em 0px; }
  14. hr { box-sizing: content-box; height: 0px; }
  15. html { font-family: sans-serif; }
  16. img { border: 0px none; }
  17. input { line-height: normal; }
  18. input[type="search"] { box-sizing: content-box; }
  19. svg:not(:root) { overflow: hidden; }