alpha-reset.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. html, body, div {
  2. margin: 0;
  3. padding: 0;
  4. border: 0;
  5. outline: 0;
  6. font-size: 100%;
  7. vertical-align: baseline;
  8. font: inherit;
  9. }
  10. h1, h2, h3, h4, h5, h6 {
  11. margin: 0;
  12. padding: 0;
  13. border: 0;
  14. outline: 0;
  15. font-size: 100%;
  16. vertical-align: baseline;
  17. font: inherit;
  18. font-weight: bold;
  19. }
  20. a, p, ul, ol, li, img, span, strong, em {
  21. margin: 0;
  22. padding: 0;
  23. border: 0;
  24. outline: 0;
  25. font-size: 100%;
  26. vertical-align: baseline;
  27. font: inherit;
  28. }
  29. table, tbody, tfoot, thead, tr, th, td {
  30. margin: 0;
  31. padding: 0;
  32. border: 0;
  33. outline: 0;
  34. font-size: 100%;
  35. vertical-align: baseline;
  36. font: inherit;
  37. }
  38. applet, object, iframe, blockquote, pre, abbr, acronym, address, big, cite, code,
  39. del, dfn, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var,
  40. b, u, i, center, dl, dt, dd, caption, fieldset, form, label, legend {
  41. margin: 0;
  42. padding: 0;
  43. border: 0;
  44. outline: 0;
  45. font-size: 100%;
  46. vertical-align: baseline;
  47. font: inherit;
  48. }
  49. article, aside, figure, footer, header, hgroup, section {
  50. margin: 0;
  51. padding: 0;
  52. border: 0;
  53. outline: 0;
  54. font-size: 100%;
  55. vertical-align: baseline;
  56. font: inherit;
  57. }
  58. canvas, details, embed, figcaption, menu, nav, output, ruby, summary, time, mark, audio, video {
  59. margin: 0;
  60. padding: 0;
  61. border: 0;
  62. outline: 0;
  63. font-size: 100%;
  64. vertical-align: baseline;
  65. font: inherit;
  66. }
  67. /* HTML5 display-role reset for older browsers */
  68. article, aside, details, figcaption, figure,
  69. footer, header, hgroup, menu, nav, section {
  70. display: block;
  71. }
  72. body {
  73. line-height: 1;
  74. }
  75. b,
  76. strong {
  77. font-weight: bold;
  78. }
  79. em,
  80. i {
  81. font-style: italic;
  82. }
  83. ol, ul {
  84. list-style: none;
  85. }
  86. blockquote, q {
  87. quotes: none;
  88. }
  89. blockquote:before, blockquote:after,
  90. q:before, q:after {
  91. content: '';
  92. content: none;
  93. }
  94. /* remember to define focus styles! */
  95. :focus {
  96. outline: 0;
  97. }
  98. /* remember to highlight inserts somehow! */
  99. ins {
  100. text-decoration: none;
  101. }
  102. del {
  103. text-decoration: line-through;
  104. }
  105. /* tables still need 'cellspacing="0"' in the markup */
  106. table {
  107. border-collapse: collapse;
  108. border-spacing: 0;
  109. }