de3e422e2bfe84f8bc4c533df4a2a95d9f054f7e
[jalview.git] / examples / css / reset.css
1 /**
2  * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
3  * Copyright (C) $$Year-Rel$$ The Jalview Authors
4  * 
5  * This file is part of Jalview.
6  * 
7  * Jalview is free software: you can redistribute it and/or
8  * modify it under the terms of the GNU General Public License 
9  * as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
10  * 
11  * Jalview is distributed in the hope that it will be useful, but 
12  * WITHOUT ANY WARRANTY; without even the implied warranty 
13  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
14  * PURPOSE.  See the GNU General Public License for more details.
15  * 
16  * You should have received a copy of the GNU General Public License along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
17  * The Jalview Authors are detailed in the 'AUTHORS' file.
18  */
19 /* http://meyerweb.com/eric/tools/css/reset/ 
20
21    v2.0 | 20110126
22
23    License: none (public domain)
24
25 */
26
27
28
29 html, body, div, span, applet, object, iframe,
30
31 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
32
33 a, abbr, acronym, address, big, cite, code,
34
35 del, dfn, em, img, ins, kbd, q, s, samp,
36
37 small, strike, strong, sub, sup, tt, var,
38
39 b, u, i, center,
40
41 dl, dt, dd, ol, ul, li,
42
43 fieldset, form, label, legend,
44
45 table, caption, tbody, tfoot, thead, tr, th, td,
46
47 article, aside, canvas, details, embed, 
48
49 figure, figcaption, footer, header, hgroup, 
50
51 menu, nav, output, ruby, section, summary,
52
53 time, mark, audio, video {
54
55         margin: 0;
56
57         padding: 0;
58
59         border: 0;
60
61         font-size: 100%;
62
63         font: inherit;
64
65         vertical-align: baseline;
66
67 }
68
69 /* HTML5 display-role reset for older browsers */
70
71 article, aside, details, figcaption, figure, 
72
73 footer, header, hgroup, menu, nav, section {
74
75         display: block;
76
77 }
78
79 body {
80
81         line-height: 1;
82
83 }
84
85 ol, ul {
86
87         list-style: none;
88
89 }
90
91 blockquote, q {
92
93         quotes: none;
94
95 }
96
97 blockquote:before, blockquote:after,
98
99 q:before, q:after {
100
101         content: '';
102
103         content: none;
104
105 }
106
107 table {
108
109         border-collapse: collapse;
110
111         border-spacing: 0;
112
113 }