import site from live
[engit/enperl-site.git] / enlightenedperl.org / style / reset.css
1 html, body, div, span, applet, object, iframe,
2
3 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
4
5 a, abbr, acronym, address, big, cite, code,
6
7 del, dfn, em, font, img, ins, kbd, q, s, samp,
8
9 small, strike, strong, sub, sup, tt, var,
10
11 dl, dt, dd, ol, ul, li,
12
13 fieldset, form, label, legend,
14
15 table, caption, tbody, tfoot, thead, tr, th, td {
16
17         margin: 0;
18
19         padding: 0;
20
21         border: 0;
22
23         outline: 0;
24
25         font-weight: inherit;
26
27         font-style: inherit;
28
29         font-size: 100%;
30
31         font-family: inherit;
32
33         vertical-align: baseline;
34
35 }
36
37 /* remember to define focus styles! */
38
39 :focus {
40
41         outline: 0;
42
43 }
44
45 body {
46
47         line-height: 1;
48
49         color: black;
50
51         background: white;
52
53 }
54
55 ol, ul {
56
57         list-style: none;
58
59 }
60
61 /* tables still need 'cellspacing="0"' in the markup */
62
63 table {
64
65         border-collapse: separate;
66
67         border-spacing: 0;
68
69 }
70
71 caption, th, td {
72
73         text-align: left;
74
75         font-weight: normal;
76
77 }
78
79 blockquote:before, blockquote:after,
80
81 q:before, q:after {
82
83         content: "";
84
85 }
86
87 blockquote, q {
88
89         quotes: "" "";
90
91 }