| 4 | | * { margin: 0; padding: 0; font-weight: normal; } /* Safari seems to ignore a lot of the reset style sheet and I am not sure why. */ |
| 5 | | |
| 6 | | html, body, div, span, applet, object, iframe, |
| 7 | | h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, |
| 8 | | abbr, acronym, address, big, cite, code, del, dfn, |
| 9 | | em, font, img, ins, kbd, q, s, samp, small, strike, |
| 10 | | strong, sub, sup, tt, var, b, u, i, center, |
| 11 | | dl, dt, dd, ol, ul, li, fieldset, form, label, |
| 12 | | legend, table, caption, tbody, tfoot, thead, tr, th, td |
| 13 | | { |
| 14 | | margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; |
| 15 | | } |
| 16 | | |
| 17 | | :focus { outline: 0; } /* remember to define focus styles! */ |
| 18 | | |
| 19 | | ins { text-decoration: none; } /* remember to highlight inserts somehow! */ |
| 20 | | del { text-decoration: line-through; } |
| 21 | | |
| 22 | | table { border-collapse: separate; border-spacing: 0; } /* tables still need 'cellspacing="0"' in the markup */ |
| 23 | | |
| 24 | | blockquote:before, blockquote:after, q:before, q:after { content: ""; } |
| 25 | | |
| 26 | | blockquote, q { quotes: "" ""; } |
| | 4 | .a-ui div, .a-ui span, .a-ui applet, .a-ui object, .a-ui iframe, .a-ui h1, .a-ui h2, .a-ui h3, .a-ui h4, .a-ui h5, .a-ui h6, .a-ui p, .a-ui blockquote, .a-ui pre, .a-ui a, .a-ui abbr, .a-ui acronym,.a-ui address,.a-ui big, .a-ui cite, .a-ui code, .a-ui del, .a-ui dfn, .a-ui em, .a-ui font, .a-ui img, .a-ui ins, .a-ui kbd, .a-ui q, .a-ui s, .a-ui samp, .a-ui small, .a-ui strike, .a-ui strong, .a-ui sub, .a-ui sup, .a-ui tt, .a-ui var, .a-ui b, .a-ui u, .a-ui i, .a-ui center, .a-ui dl, .a-ui dt, .a-ui dd, .a-ui ol, .a-ui ul, .a-ui li, .a-ui fieldset, .a-ui form, .a-ui label, .a-ui legend, .a-ui table, .a-ui caption, .a-ui tbody, .a-ui tfoot, .a-ui thead, .a-ui tr, .a-ui th, .a-ui td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } |