|
1 html, body, div, span, applet, object, iframe, |
|
2 h1, h2, h3, h4, h5, h6, p, blockquote, pre, |
|
3 a, address, big, cite, code, pre, |
|
4 del, dfn, em, font, img, ins, kbd, q, s, samp, |
|
5 small, strike, strong, tt, var, |
|
6 b, u, i, center, |
|
7 dl, dt, dd, ol, ul, li, |
|
8 fieldset, form, label, legend, |
|
9 table, caption, tbody, tfoot, thead, tr, th, td { |
|
10 margin: 0; |
|
11 padding: 0; |
|
12 border: 0; |
|
13 outline: 0; |
|
14 font-size: 100%; |
|
15 vertical-align: baseline; |
|
16 background: transparent; |
|
17 } |
|
18 body { |
|
19 line-height: 1; |
|
20 } |
|
21 ol, ul { |
|
22 list-style: none; |
|
23 } |
|
24 blockquote, q { |
|
25 quotes: none; |
|
26 } |
|
27 blockquote:before, blockquote:after, |
|
28 q:before, q:after { |
|
29 content: ''; |
|
30 content: none; |
|
31 } |
|
32 |
|
33 /* remember to define focus styles! */ |
|
34 :focus { |
|
35 outline: 0; |
|
36 } |
|
37 |
|
38 /* remember to highlight inserts somehow! */ |
|
39 ins { |
|
40 text-decoration: none; |
|
41 } |
|
42 del { |
|
43 text-decoration: line-through; |
|
44 } |
|
45 |
|
46 /* tables still need 'cellspacing="0"' in the markup */ |
|
47 table { |
|
48 border-collapse: collapse; |
|
49 border-spacing: 0; |
|
50 } |
|
51 |
|
52 img { |
|
53 border: 0; |
|
54 padding: 5px; |
|
55 } |
|
56 |
|
57 ul li { |
|
58 list-style: none; |
|
59 } |
|
60 |
|
61 h1 { |
|
62 font-size: 25px; |
|
63 line-height: 1em; |
|
64 margin-bottom:0.4em; |
|
65 margin-left: 7px; |
|
66 } |
|
67 |
|
68 h2 { |
|
69 font-size: 20px; |
|
70 } |
|
71 |
|
72 h3 { |
|
73 font-size: 18px; |
|
74 margin-bottom:0.4em; |
|
75 } |
|
76 |
|
77 h4 { |
|
78 font-size: 16px; |
|
79 margin-bottom:0.4em; |
|
80 } |
|
81 h5 { |
|
82 font-size: 14px; |
|
83 margin-bottom:0.4em; |
|
84 } |
|
85 h6 { |
|
86 font-size: 12px; |
|
87 margin-bottom:0.4em; |
|
88 } |
|
89 tr.even { |
|
90 background: #eeeeee; |
|
91 } |
|
92 code, pre { |
|
93 display: block; |
|
94 background: #E9E7DB; |
|
95 border: 1px solid #000; |
|
96 margin: 10px 0; |
|
97 overflow: auto; |
|
98 } |
|
99 |
|
100 |