c9cdbf11c83487cbadf33a0672888cc2707f2bca
[jalview.git] / examples-jbake / assets / css / reset.css
1 /* http://meyerweb.com/eric/tools/css/reset/ 
2
3    v2.0 | 20110126
4
5    License: none (public domain)
6
7 */
8
9
10
11 html, body, div, span, applet, object, iframe,
12
13 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
14
15 a, abbr, acronym, address, big, cite, code,
16
17 del, dfn, em, img, ins, kbd, q, s, samp,
18
19 small, strike, strong, sub, sup, tt, var,
20
21 b, u, i, center,
22
23 dl, dt, dd, ol, ul, li,
24
25 fieldset, form, label, legend,
26
27 table, caption, tbody, tfoot, thead, tr, th, td,
28
29 article, aside, canvas, details, embed, 
30
31 figure, figcaption, footer, header, hgroup, 
32
33 menu, nav, output, ruby, section, summary,
34
35 time, mark, audio, video {
36
37         margin: 0;
38
39         padding: 0;
40
41         border: 0;
42
43         font-size: 100%;
44
45         font: inherit;
46
47         vertical-align: baseline;
48
49 }
50
51 /* HTML5 display-role reset for older browsers */
52
53 article, aside, details, figcaption, figure, 
54
55 footer, header, hgroup, menu, nav, section {
56
57         display: block;
58
59 }
60
61 body {
62
63         line-height: 1;
64
65 }
66
67 ol, ul {
68
69         list-style: none;
70
71 }
72
73 blockquote, q {
74
75         quotes: none;
76
77 }
78
79 blockquote:before, blockquote:after,
80
81 q:before, q:after {
82
83         content: '';
84
85         content: none;
86
87 }
88
89 table {
90
91         border-collapse: collapse;
92
93         border-spacing: 0;
94
95 }