more hidden instructions
[engit/enperl-site.git] / enlightenedperl.org / style / reset.css
CommitLineData
abf82377 1html, body, div, span, applet, object, iframe,
2
3h1, h2, h3, h4, h5, h6, p, blockquote, pre,
4
5a, abbr, acronym, address, big, cite, code,
6
7del, dfn, em, font, img, ins, kbd, q, s, samp,
8
9small, strike, strong, sub, sup, tt, var,
10
11dl, dt, dd, ol, ul, li,
12
13fieldset, form, label, legend,
14
15table, 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
45body {
46
47 line-height: 1;
48
49 color: black;
50
51 background: white;
52
53}
54
55ol, ul {
56
57 list-style: none;
58
59}
60
61/* tables still need 'cellspacing="0"' in the markup */
62
63table {
64
65 border-collapse: separate;
66
67 border-spacing: 0;
68
69}
70
71caption, th, td {
72
73 text-align: left;
74
75 font-weight: normal;
76
77}
78
79blockquote:before, blockquote:after,
80
81q:before, q:after {
82
83 content: "";
84
85}
86
87blockquote, q {
88
89 quotes: "" "";
90
91}