resin 0.0.7 → 0.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,468 @@
1
+ /*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
2
+ /* normalize.css co-opted for the amber browser */
3
+ #jtalk {
4
+ /* =============================================================================
5
+ HTML5 display definitions
6
+ ========================================================================== */
7
+
8
+ /*
9
+ * Corrects block display not defined in IE6/7/8/9 & FF3
10
+ */
11
+
12
+ /*
13
+ * Corrects inline-block display not defined in IE6/7/8/9 & FF3
14
+ */
15
+
16
+ /*
17
+ * Prevents modern browsers from displaying 'audio' without controls
18
+ * Remove excess height in iOS5 devices
19
+ */
20
+
21
+ /*
22
+ * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
23
+ * Known issue: no IE6 support
24
+ */
25
+
26
+ /* =============================================================================
27
+ Base
28
+ ========================================================================== */
29
+
30
+ /*
31
+ * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
32
+ * http://clagnut.com/blog/348/#c790
33
+ * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
34
+ * www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
35
+ */
36
+
37
+ /*
38
+ * Addresses font-family inconsistency between 'textarea' and other form elements.
39
+ */
40
+
41
+ /*
42
+ * Addresses margins handled incorrectly in IE6/7
43
+ */
44
+
45
+ /* =============================================================================
46
+ Links
47
+ ========================================================================== */
48
+
49
+ /*
50
+ * Addresses outline displayed oddly in Chrome
51
+ */
52
+
53
+ /*
54
+ * Improves readability when focused and also mouse hovered in all browsers
55
+ * people.opera.com/patrickl/experiments/keyboard/test
56
+ */
57
+
58
+ /* =============================================================================
59
+ Typography
60
+ ========================================================================== */
61
+
62
+ /*
63
+ * Addresses font sizes and margins set differently in IE6/7
64
+ * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
65
+ */
66
+
67
+ /*
68
+ * Addresses styling not present in IE7/8/9, S5, Chrome
69
+ */
70
+
71
+ /*
72
+ * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
73
+ */
74
+
75
+ /*
76
+ * Addresses styling not present in S5, Chrome
77
+ */
78
+
79
+ /*
80
+ * Addresses styling not present in IE6/7/8/9
81
+ */
82
+
83
+ /*
84
+ * Addresses margins set differently in IE6/7
85
+ */
86
+
87
+ /*
88
+ * Corrects font family set oddly in IE6, S4/5, Chrome
89
+ * en.wikipedia.org/wiki/User:Davidgothberg/Test59
90
+ */
91
+
92
+ /*
93
+ * Improves readability of pre-formatted text in all browsers
94
+ */
95
+
96
+ /*
97
+ * 1. Addresses CSS quotes not supported in IE6/7
98
+ * 2. Addresses quote property not supported in S4
99
+ */
100
+
101
+ /* 1 */
102
+
103
+ /* 2 */
104
+
105
+ /*
106
+ * Prevents sub and sup affecting line-height in all browsers
107
+ * gist.github.com/413930
108
+ */
109
+
110
+ /* =============================================================================
111
+ Lists
112
+ ========================================================================== */
113
+
114
+ /*
115
+ * Addresses margins set differently in IE6/7
116
+ */
117
+
118
+ /*
119
+ * Addresses paddings set differently in IE6/7
120
+ */
121
+
122
+ /*
123
+ * Corrects list images handled incorrectly in IE7
124
+ */
125
+
126
+ /* =============================================================================
127
+ Embedded content
128
+ ========================================================================== */
129
+
130
+ /*
131
+ * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
132
+ * 2. Improves image quality when scaled in IE7
133
+ * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
134
+ */
135
+
136
+ /*
137
+ * Corrects overflow displayed oddly in IE9
138
+ */
139
+
140
+ /* =============================================================================
141
+ Figures
142
+ ========================================================================== */
143
+
144
+ /*
145
+ * Addresses margin not present in IE6/7/8/9, S5, O11
146
+ */
147
+
148
+ /* =============================================================================
149
+ Forms
150
+ ========================================================================== */
151
+
152
+ /*
153
+ * Corrects margin displayed oddly in IE6/7
154
+ */
155
+
156
+ /*
157
+ * Define consistent border, margin, and padding
158
+ */
159
+
160
+ /*
161
+ * 1. Corrects color not being inherited in IE6/7/8/9
162
+ * 2. Corrects text not wrapping in FF3
163
+ * 3. Corrects alignment displayed oddly in IE6/7
164
+ */
165
+
166
+ /*
167
+ * 1. Corrects font size not being inherited in all browsers
168
+ * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
169
+ * 3. Improves appearance and consistency in all browsers
170
+ */
171
+
172
+ /*
173
+ * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
174
+ */
175
+
176
+ /*
177
+ * 1. Improves usability and consistency of cursor style between image-type 'input' and others
178
+ * 2. Corrects inability to style clickable 'input' types in iOS
179
+ * 3. Removes inner spacing in IE7 without affecting normal text inputs
180
+ * Known issue: inner spacing remains in IE6
181
+ */
182
+
183
+ /*
184
+ * Re-set default cursor for disabled elements
185
+ */
186
+
187
+ /*
188
+ * 1. Addresses box sizing set to content-box in IE8/9
189
+ * 2. Removes excess padding in IE8/9
190
+ * 3. Removes excess padding in IE7
191
+ Known issue: excess padding remains in IE6
192
+ */
193
+
194
+ /*
195
+ * 1. Addresses appearance set to searchfield in S5, Chrome
196
+ * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
197
+ */
198
+
199
+ /*
200
+ * Removes inner padding and search cancel button in S5, Chrome on OS X
201
+ */
202
+
203
+ /*
204
+ * Removes inner padding and border in FF3+
205
+ * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
206
+ */
207
+
208
+ /*
209
+ * 1. Removes default vertical scrollbar in IE6/7/8/9
210
+ * 2. Improves readability and alignment in all browsers
211
+ */
212
+
213
+ /* =============================================================================
214
+ Tables
215
+ ========================================================================== */
216
+
217
+ /*
218
+ * Remove most spacing between table cells
219
+ */
220
+
221
+ }
222
+ #jtalk article,
223
+ #jtalk aside,
224
+ #jtalk details,
225
+ #jtalk figcaption,
226
+ #jtalk figure,
227
+ #jtalk footer,
228
+ #jtalk header,
229
+ #jtalk hgroup,
230
+ #jtalk nav,
231
+ #jtalk section,
232
+ #jtalk summary {
233
+ display: block;
234
+ }
235
+ #jtalk audio, #jtalk canvas, #jtalk video {
236
+ display: inline-block;
237
+ *display: inline;
238
+ *zoom: 1;
239
+ }
240
+ #jtalk audio:not([controls]) {
241
+ display: none;
242
+ height: 0;
243
+ }
244
+ #jtalk [hidden] {
245
+ display: none;
246
+ }
247
+ #jtalk button,
248
+ #jtalk input,
249
+ #jtalk select,
250
+ #jtalk textarea {
251
+ font-family: sans-serif;
252
+ }
253
+ #jtalk a:focus {
254
+ outline: thin dotted;
255
+ }
256
+ #jtalk a:hover, #jtalk a:active {
257
+ outline: 0;
258
+ }
259
+ #jtalk h1 {
260
+ font-size: 2em;
261
+ margin: 0.67em 0;
262
+ }
263
+ #jtalk h2 {
264
+ font-size: 1.5em;
265
+ margin: 0.83em 0;
266
+ }
267
+ #jtalk h3 {
268
+ font-size: 1.17em;
269
+ margin: 1em 0;
270
+ }
271
+ #jtalk h4 {
272
+ font-size: 1em;
273
+ margin: 1.33em 0;
274
+ }
275
+ #jtalk h5 {
276
+ font-size: 0.83em;
277
+ margin: 1.67em 0;
278
+ }
279
+ #jtalk h6 {
280
+ font-size: 0.75em;
281
+ margin: 2.33em 0;
282
+ }
283
+ #jtalk abbr[title] {
284
+ border-bottom: 1px dotted;
285
+ }
286
+ #jtalk b, #jtalk strong {
287
+ font-weight: bold;
288
+ }
289
+ #jtalk blockquote {
290
+ margin: 1em 40px;
291
+ }
292
+ #jtalk dfn {
293
+ font-style: italic;
294
+ }
295
+ #jtalk mark {
296
+ background: #ff0;
297
+ color: #000;
298
+ }
299
+ #jtalk p, #jtalk pre {
300
+ margin: 1em 0;
301
+ }
302
+ #jtalk pre,
303
+ #jtalk code,
304
+ #jtalk kbd,
305
+ #jtalk samp {
306
+ font-family: monospace, serif;
307
+ _font-family: 'courier new', monospace;
308
+ font-size: 1em;
309
+ }
310
+ #jtalk pre {
311
+ white-space: pre;
312
+ white-space: pre-wrap;
313
+ word-wrap: break-word;
314
+ }
315
+ #jtalk q {
316
+ quotes: none;
317
+ }
318
+ #jtalk q:before, #jtalk q:after {
319
+ content: '';
320
+ content: none;
321
+ }
322
+ #jtalk small {
323
+ font-size: 75%;
324
+ }
325
+ #jtalk sub, #jtalk sup {
326
+ font-size: 75%;
327
+ line-height: 0;
328
+ position: relative;
329
+ vertical-align: baseline;
330
+ }
331
+ #jtalk sup {
332
+ top: -0.5em;
333
+ }
334
+ #jtalk sub {
335
+ bottom: -0.25em;
336
+ }
337
+ #jtalk dl,
338
+ #jtalk menu,
339
+ #jtalk ol,
340
+ #jtalk ul {
341
+ margin: 1em 0;
342
+ }
343
+ #jtalk dd {
344
+ margin: 0 0 0 40px;
345
+ }
346
+ #jtalk menu, #jtalk ol, #jtalk ul {
347
+ padding: 0 0 0 40px;
348
+ }
349
+ #jtalk nav ul, #jtalk nav ol {
350
+ list-style: none;
351
+ list-style-image: none;
352
+ }
353
+ #jtalk img {
354
+ border: 0;
355
+ /* 1 */
356
+
357
+ -ms-interpolation-mode: bicubic;
358
+ /* 2 */
359
+
360
+ }
361
+ #jtalk svg:not(:root) {
362
+ overflow: hidden;
363
+ }
364
+ #jtalk figure {
365
+ margin: 0;
366
+ }
367
+ #jtalk form {
368
+ margin: 0;
369
+ }
370
+ #jtalk fieldset {
371
+ border: 1px solid #c0c0c0;
372
+ margin: 0 2px;
373
+ padding: 0.35em 0.625em 0.75em;
374
+ }
375
+ #jtalk legend {
376
+ border: 0;
377
+ /* 1 */
378
+
379
+ padding: 0;
380
+ white-space: normal;
381
+ /* 2 */
382
+
383
+ *margin-left: -7px;
384
+ /* 3 */
385
+
386
+ }
387
+ #jtalk button,
388
+ #jtalk input,
389
+ #jtalk select,
390
+ #jtalk textarea {
391
+ font-size: 100%;
392
+ /* 1 */
393
+
394
+ margin: 0;
395
+ /* 2 */
396
+
397
+ vertical-align: baseline;
398
+ /* 3 */
399
+
400
+ *vertical-align: middle;
401
+ /* 3 */
402
+
403
+ }
404
+ #jtalk button, #jtalk input {
405
+ line-height: normal;
406
+ /* 1 */
407
+
408
+ }
409
+ #jtalk button,
410
+ #jtalk input[type="button"],
411
+ #jtalk input[type="reset"],
412
+ #jtalk input[type="submit"] {
413
+ cursor: pointer;
414
+ /* 1 */
415
+
416
+ -webkit-appearance: button;
417
+ /* 2 */
418
+
419
+ *overflow: visible;
420
+ /* 3 */
421
+
422
+ }
423
+ #jtalk button[disabled], #jtalk input[disabled] {
424
+ cursor: default;
425
+ }
426
+ #jtalk input[type="checkbox"], #jtalk input[type="radio"] {
427
+ box-sizing: border-box;
428
+ /* 1 */
429
+
430
+ padding: 0;
431
+ /* 2 */
432
+
433
+ *height: 13px;
434
+ /* 3 */
435
+
436
+ *width: 13px;
437
+ /* 3 */
438
+
439
+ }
440
+ #jtalk input[type="search"] {
441
+ -webkit-appearance: textfield;
442
+ /* 1 */
443
+
444
+ -moz-box-sizing: content-box;
445
+ -webkit-box-sizing: content-box;
446
+ /* 2 */
447
+
448
+ box-sizing: content-box;
449
+ }
450
+ #jtalk input[type="search"]::-webkit-search-decoration, #jtalk input[type="search"]::-webkit-search-cancel-button {
451
+ -webkit-appearance: none;
452
+ }
453
+ #jtalk button::-moz-focus-inner, #jtalk input::-moz-focus-inner {
454
+ border: 0;
455
+ padding: 0;
456
+ }
457
+ #jtalk textarea {
458
+ overflow: auto;
459
+ /* 1 */
460
+
461
+ vertical-align: top;
462
+ /* 2 */
463
+
464
+ }
465
+ #jtalk table {
466
+ border-collapse: collapse;
467
+ border-spacing: 0;
468
+ }