123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- // Based on [Eric Meyer's reset](http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/)
- global-reset()
- html, body, div, span, applet, object, iframe,
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
- a, abbr, acronym, address, big, cite, code,
- del, dfn, em, img, ins, kbd, q, s, samp,
- small, strike, strong, sub, sup, tt, var,
- dl, dt, dd, ol, ul, li,
- fieldset, form, label, legend,
- table, caption, tbody, tfoot, thead, tr, th, td
- reset-box-model()
- reset-font()
- body
- reset-body()
- ol, ul
- list-style: none
- table
- reset-table()
- caption, th, td
- reset-table-cell()
- a img
- border: none
- nested-reset()
- div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
- pre, a, abbr, acronym, address, code, del, dfn, em, img,
- dl, dt, dd, ol, ul, li, fieldset, form, label,
- legend, caption, tbody, tfoot, thead, tr
- reset-box-model()
- reset-font()
- table
- reset-table()
- caption, th, td
- reset-table-cell()
- a img
- border: none
- reset-box-model()
- margin: 0
- padding: 0
- border: 0
- outline: 0
- reset-font()
- font-weight: inherit
- font-style: inherit
- font-family: inherit
- font-size: 100%
- vertical-align: baseline
- reset-body()
- line-height: 1
- color: black
- background: white
- reset-table()
- border-collapse: separate
- border-spacing: 0
- vertical-align: middle
- reset-table-cell()
- text-align: left
- font-weight: normal
- vertical-align: middle
- reset-html5()
- article, aside, canvas, details, figcaption,
- figure, footer, header, hgroup, menu, nav,
- section, summary, main
- reset-box-model()
- display: block
- audio, canvas, video
- display inline-block
- *display inline
- *zoom 1
- audio:not([controls]),[hidden]
- display none
|