~cmars/hockeypuck/master

« back to all changes in this revision

Viewing changes to www/css/reset.css

  • Committer: Casey Marshall
  • Date: 2012-12-04 03:22:21 UTC
  • Revision ID: git-v1:bd158e13017b27f98633caf2b10918c5e623543b
* === added directory instroot, ... scripts/crossbuild.sh:
  - Relocate static system installed files to instroot.
  - Added cross-compilation script. LP: #1086192

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* TOUCAN CSS RESET | 1.0 */
2
 
 
3
 
/* General
4
 
---------------------------------------- */
5
 
html, body, div, span, applet, object, iframe,
6
 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
7
 
a, abbr, acronym, address, big, cite, code,
8
 
del, dfn, em, font, img, ins, kbd, q, s, samp,
9
 
small, strike, strong, sub, sup, tt, var,
10
 
b, u, i, center,
11
 
dl, dt, dd, ol, ul, li,
12
 
fieldset, form, label, legend,
13
 
table, caption, tbody, tfoot, thead, tr, th, td {
14
 
        margin: 0;
15
 
        padding: 0;
16
 
}
17
 
 
18
 
article, aside, details, figcaption, figure, 
19
 
footer, header, hgroup, menu, nav, section {
20
 
        display: block;
21
 
}
22
 
 
23
 
p, blockquote, q, pre, address, hr, code, samp,
24
 
dl, ol, ul, form, table, fieldset, menu {
25
 
        margin-bottom: 1.5em;
26
 
}
27
 
 
28
 
/* Structure
29
 
---------------------------------------- */
30
 
html {
31
 
        font-size: 100%;
32
 
}
33
 
 
34
 
body {
35
 
        font-family: Helvetica, arial, freesans, clean, sans-serif;
36
 
        /* font-family: georgia, palatino, "palatino linotype", times, "times new roman", serif; */
37
 
        /* font-family: arial, helvetica, sans-serif; */
38
 
        font-size: .875em;
39
 
        line-height: 1.5;
40
 
        background-color: #fff;
41
 
}
42
 
 
43
 
/* Text
44
 
---------------------------------------- */
45
 
h1, h2, h3, h4, h5, h6 {
46
 
        font-weight: bold;
47
 
}
48
 
 
49
 
h1 {
50
 
        font-size: 3em;
51
 
        line-height: 1.1;
52
 
        margin-bottom: .238em;
53
 
}
54
 
 
55
 
h2 {
56
 
        font-size: 2em;
57
 
        line-height: 1.15;
58
 
        margin-bottom: .357em;
59
 
}
60
 
 
61
 
h3 {
62
 
        font-size: 1.5em;
63
 
        line-height: 1.2;
64
 
        margin-bottom: .476em;
65
 
}
66
 
 
67
 
h4, h5, h6 {
68
 
        font-size: 1em;
69
 
        margin-bottom: .715em;
70
 
}
71
 
 
72
 
em, i {
73
 
        font-style: italic;
74
 
}
75
 
 
76
 
strong, b {
77
 
        font-weight: bold;
78
 
}
79
 
 
80
 
blockquote, q, cite {
81
 
        font-style: italic;
82
 
}
83
 
 
84
 
blockquote, q {
85
 
        quotes: none;
86
 
}
87
 
 
88
 
blockquote:before, blockquote:after,
89
 
q:before, q:after {
90
 
        content: none;
91
 
        content: "";
92
 
}
93
 
 
94
 
code, kbd, pre, samp, tt {
95
 
        font-family: menlo, monaco, consolas, "lucida console", "courier new", courier, monospace;
96
 
        line-height: 1.3;
97
 
}
98
 
 
99
 
pre {
100
 
        /* word-wrap: break-word; */
101
 
        white-space: pre-wrap;
102
 
}
103
 
 
104
 
abbr, acronym, dfn {
105
 
        border-bottom: 1px dotted;
106
 
        cursor: help;
107
 
        font-style: normal;
108
 
        font-variant: normal;
109
 
}
110
 
 
111
 
var {
112
 
        font-style: normal;
113
 
}
114
 
 
115
 
center {
116
 
        text-align: center;
117
 
}
118
 
 
119
 
/* Hypertext
120
 
---------------------------------------- */
121
 
/*
122
 
a:link {
123
 
}
124
 
 
125
 
a:visited {
126
 
}
127
 
 
128
 
a:hover {
129
 
}
130
 
 
131
 
a:active {
132
 
}
133
 
*/
134
 
 
135
 
a:focus {
136
 
        outline: 1px dotted;
137
 
}
138
 
 
139
 
/* Image
140
 
---------------------------------------- */
141
 
img {
142
 
        border: 0;
143
 
}
144
 
 
145
 
/* List
146
 
---------------------------------------- */
147
 
ul {
148
 
        list-style: disc outside none;
149
 
}
150
 
 
151
 
ol {
152
 
        list-style: decimal outside none;
153
 
}
154
 
 
155
 
li {
156
 
        margin-left: 2em;
157
 
}
158
 
 
159
 
li ul, li ol {
160
 
        margin-bottom: 0;
161
 
}
162
 
 
163
 
dt {
164
 
        font-weight: bold;
165
 
}
166
 
 
167
 
dd {
168
 
        margin-bottom: 1em;
169
 
}
170
 
 
171
 
/* Presentation
172
 
---------------------------------------- */
173
 
hr {
174
 
        border: 0;
175
 
        border-bottom: 1px solid;
176
 
}
177
 
 
178
 
big {
179
 
        font-size: 1.25em;
180
 
}
181
 
 
182
 
small, sub, sup {
183
 
        font-size: .85em;
184
 
}
185
 
 
186
 
sub, sup {
187
 
        line-height: 1;
188
 
}
189
 
 
190
 
sub {
191
 
        vertical-align: bottom;
192
 
}
193
 
 
194
 
sup {
195
 
        vertical-align: top;
196
 
}
197
 
 
198
 
del, s, strike {
199
 
        text-decoration: line-through;
200
 
}
201
 
 
202
 
ins {
203
 
        border-bottom: 1px dotted;
204
 
        text-decoration: none;
205
 
}
206
 
 
207
 
bdo {
208
 
        border-bottom: 1px dotted;
209
 
}
210
 
 
211
 
u {
212
 
        text-decoration: underline;
213
 
}
214
 
 
215
 
/* Form
216
 
---------------------------------------- */
217
 
fieldset {
218
 
        padding: 1em;
219
 
}
220
 
 
221
 
legend {
222
 
        font-weight: bold;
223
 
        padding: 0 .25em;
224
 
}
225
 
 
226
 
input, textarea, select, button {
227
 
        font-family: inherit;
228
 
        font-size: 1em;
229
 
}
230
 
 
231
 
input[type=button], input[type=file], input[type=image], input[type=reset], input[type=submit], 
232
 
button[type=button], button[type=reset], button[type=submit] {
233
 
        cursor: pointer;
234
 
        line-height: 1;
235
 
}
236
 
 
237
 
textarea {
238
 
        line-height: 1.25;
239
 
        text-align: left;
240
 
}
241
 
 
242
 
/* Table
243
 
---------------------------------------- */
244
 
table {
245
 
        border: 0;
246
 
        border-collapse: collapse;
247
 
        border-spacing: 0;
248
 
        line-height: 1.3;
249
 
}
250
 
 
251
 
caption, th, td {
252
 
        text-align: left;
253
 
        vertical-align: top;
254
 
}
255
 
 
256
 
th, td {
257
 
        border: 1px solid;
258
 
        padding: .5em 1em;
259
 
}
260
 
 
261
 
caption {
262
 
        padding-bottom: 1em;
263
 
}
264
 
 
265
 
th {
266
 
        font-weight: bold;
267
 
}
268