另一个重置CSS

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了另一个重置CSS相关的知识,希望对你有一定的参考价值。

My personal Reset CSS: a mixt of YUI, Eric Meyer and others
  1. body {
  2. color: #000;
  3. font: normal normal 400 62.5% Arial, 'Trebuchet MS', Verdana, Sans-Serif;
  4. line-height: 1;
  5. margin: 0;
  6. padding: 0;
  7. }
  8. body * {
  9. font-size: 1em;
  10. margin: 0;
  11. padding: 0;
  12. vertical-align: baseline;
  13. }
  14. ul, ol { list-style: none; }
  15. fieldset, img { border: 0; }
  16. table {
  17. border-collapse: collapse;
  18. border-spacing: 0;
  19. }
  20. address { font-style: normal; }
  21. abbr, acronym {
  22. border: 0;
  23. font-variant: normal;
  24. }
  25. blockquote, q {
  26. quotes: "" "";
  27. quotes: none;
  28. }
  29. blockquote:before, blockquote:after,
  30. q:before, q:after { content: ""; }
  31. ins { text-decoration: none; }
  32. del { text-decoration: line-through; }
  33. a {
  34. color: #000;
  35. text-decoration: none;
  36. }
  37. a:hover { text-decoration: underline; }
  38. /*a:focus { outline: 0; }*/

以上是关于另一个重置CSS的主要内容,如果未能解决你的问题,请参考以下文章

拥有的50个CSS代码片段(上)

CSS 另一个CSS重置

CSS 另一个重置CSS

另一个CSS重置

另一个重置CSS

如何从片段外部清除/重置地图?