reset.css 880 B

123456789101112131415161718192021222324252627282930
  1. a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
  2. background:transparent;
  3. border:0 none;
  4. font-size:100%;
  5. margin:0;
  6. padding:0;
  7. border:0;
  8. outline:0;
  9. vertical-align:top
  10. }
  11. ol, ul {
  12. list-style:none
  13. }
  14. blockquote, q {
  15. quotes:none
  16. }
  17. table, table td {
  18. padding:0;
  19. border:none;
  20. border-collapse:collapse
  21. }
  22. img {
  23. vertical-align:top
  24. }
  25. embed {
  26. vertical-align:top
  27. }
  28. * {
  29. border:none
  30. }