1 |
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, |
/* http://meyerweb.com/eric/tools/css/reset/ */ |
2 |
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, |
/* v1.0 | 20080212 */ |
3 |
dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, |
|
4 |
sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, |
html, body, div, span, applet, object, iframe, |
5 |
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre, |
6 |
|
a, abbr, acronym, address, big, cite, code, |
7 |
|
del, dfn, em, font, img, ins, kbd, q, s, samp, |
8 |
|
small, strike, strong, sub, sup, tt, var, |
9 |
|
b, u, i, center, |
10 |
|
dl, dt, dd, ol, ul, li, |
11 |
|
fieldset, form, label, legend, |
12 |
table, caption, tbody, tfoot, thead, tr, th, td { |
table, caption, tbody, tfoot, thead, tr, th, td { |
13 |
margin: 0; |
margin: 0; |
14 |
padding: 0; |
padding: 0; |
15 |
border: 0; |
border: 0; |
16 |
outline: 0; |
outline: 0; |
17 |
font-weight: inherit; |
font-size: 100%; |
18 |
font-style: inherit; |
vertical-align: baseline; |
19 |
font-size: 100%; |
background: transparent; |
|
font-family: inherit; |
|
|
vertical-align: baseline; |
|
|
} |
|
|
/* remember to define focus styles! */ |
|
|
:focus { |
|
|
outline: 0; |
|
20 |
} |
} |
21 |
body { |
body { |
22 |
line-height: 1; |
line-height: 1; |
|
color: black; |
|
|
background: white; |
|
23 |
} |
} |
24 |
ol, ul { |
ol, ul { |
25 |
list-style: none; |
list-style: none; |
|
} |
|
|
/* tables still need 'cellspacing="0"' in the markup */ |
|
|
table { |
|
|
border-collapse: separate; |
|
|
border-spacing: 0; |
|
26 |
} |
} |
27 |
caption, th, td { |
blockquote, q { |
28 |
text-align: left; |
quotes: none; |
|
font-weight: normal; |
|
29 |
} |
} |
30 |
blockquote:before, blockquote:after, |
blockquote:before, blockquote:after, |
31 |
q:before, q:after { |
q:before, q:after { |
32 |
content: ""; |
content: ''; |
33 |
|
content: none; |
34 |
} |
} |
35 |
blockquote, q { |
|
36 |
quotes: "" ""; |
/* remember to define focus styles! */ |
37 |
|
:focus { |
38 |
|
outline: 0; |
39 |
|
} |
40 |
|
|
41 |
|
/* remember to highlight inserts somehow! */ |
42 |
|
ins { |
43 |
|
text-decoration: none; |
44 |
|
} |
45 |
|
del { |
46 |
|
text-decoration: line-through; |
47 |
|
} |
48 |
|
|
49 |
|
/* tables still need 'cellspacing="0"' in the markup */ |
50 |
|
table { |
51 |
|
border-collapse: collapse; |
52 |
|
border-spacing: 0; |
53 |
} |
} |