Project

General

Profile

Download (23.3 KB) Statistics
| Branch: | Tag: | Revision:
1
/* normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
2
/* =============================================================================
3
   Normalize.css is intended to be used as an alternative to CSS resets.
4

    
5
   It is suggested that you read through the normalize.css file and customise it
6
   to meet the design requirements of a project rather including it as a "black
7
   box". @see http://nicolasgallagher.com/about-normalize-css/
8

    
9
   Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
10
         @see http://snook.ca/archives/html_and_css/no_css_reset/
11
   ========================================================================== */
12
/* =============================================================================
13
   HTML5 display definitions
14
   ========================================================================== */
15
/*
16
 * Corrects block display not defined in IE6/7/8/9 & FF3
17
 */
18
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\0000335}}
19
article,
20
aside,
21
details,
22
figcaption,
23
figure,
24
footer,
25
header,
26
hgroup,
27
menu,
28
nav,
29
section,
30
summary {
31
  display: block;
32
}
33

    
34
/*
35
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
36
 */
37
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\0000345}}
38
audio,
39
canvas,
40
video {
41
  display: inline-block;
42
}
43

    
44
/*
45
 * Prevents modern browsers from displaying 'audio' without controls
46
 * Remove excess height in iOS5 devices
47
 */
48
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\0000358}}
49
audio:not([controls]) {
50
  display: none;
51
  height: 0;
52
}
53

    
54
/*
55
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
56
 * Known issue: no IE6 support
57
 */
58
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\0000368}}
59
[hidden] {
60
  display: none;
61
}
62

    
63
/* =============================================================================
64
   Base
65
   ========================================================================== */
66
/* Instead of relying on the fonts that are available on a user's computer, you
67
   can use web fonts which, like images, are resources downloaded to the user's
68
   browser. Because of the bandwidth and rendering resources required, web fonts
69
   should be used with care.
70

    
71
   Numerous resources for web fonts can be found on Google. Here are a few
72
   websites where you can find Open Source fonts to download:
73
   - http://www.fontsquirrel.com/fontface
74
   - http://www.theleagueofmoveabletype.com
75

    
76
   In order to use these fonts, you will need to convert them into formats
77
   suitable for web fonts. We recommend the free-to-use Font Squirrel's
78
   Font-Face Generator:
79
     http://www.fontsquirrel.com/fontface/generator
80

    
81
   The following is an example @font-face declaration. This font can then be
82
   used in any ruleset using a property like this:  font-family: Example, serif;
83

    
84
   Since we're using Sass, you'll need to declare your font faces here, then you
85
   can add them to the font variables in the _base.scss partial.
86
*/
87
/*
88
@font-face {
89
  font-family: 'Example';
90
  src: url('../fonts/example.eot');
91
  src: url('../fonts/example.eot?iefix') format('eot'),
92
    url('../fonts/example.woff') format('woff'),
93
    url('../fonts/example.ttf') format('truetype'),
94
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
95
  font-weight: normal;
96
  font-style: normal;
97
}
98
*/
99
/*
100
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
101
 *    http://clagnut.com/blog/348/#c790
102
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
103
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
104
 */
105
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003119}}
106
html {
107
  font-size: 75%;
108
  /* 1 */
109
  -webkit-text-size-adjust: 100%;
110
  /* 2 */
111
  -ms-text-size-adjust: 100%;
112
  /* 2 */
113
  /* Establishes a vertical rhythm unit using $base-line-height. */
114
  line-height: 1.5em;
115
}
116

    
117
/*
118
 * Addresses font-family inconsistency between 'textarea' and other form elements.
119
 */
120
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003135}}
121
html,
122
button,
123
input,
124
select,
125
textarea {
126
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
127
}
128

    
129
/*
130
 * Addresses margins handled incorrectly in IE6/7
131
 */
132
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003143}}
133
body {
134
  margin: 0;
135
}
136

    
137
/* =============================================================================
138
   Links
139
   ========================================================================== */
140
/*
141
 * The order of link states are based on Eric Meyer's article:
142
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
143
 */
144
/*
145
 * Addresses outline displayed oddly in Chrome
146
 */
147
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003174}}
148
a:focus {
149
  outline: thin dotted;
150
}
151

    
152
/*
153
 * Improves readability when focused and also mouse hovered in all browsers
154
 * people.opera.com/patrickl/experiments/keyboard/test
155
 */
156
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003184}}
157
a:hover,
158
a:active {
159
  outline: 0;
160
}
161

    
162
/* =============================================================================
163
   Typography
164

    
165
   To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
166
   so that the line height of our base font becomes the basic unit of vertical
167
   measurement. We use multiples of that unit to set the top and bottom margins
168
   for our block level elements and to set the line heights of any fonts.
169
   For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
170
   ========================================================================== */
171
/*
172
 * Addresses font sizes and margins set differently in IE6/7
173
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
174
 */
175
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003204}}
176
h1 {
177
  /* Sets the font-size and line-height while keeping a proper vertical rhythm. */
178
  font-size: 2em;
179
  line-height: 1.5em;
180
  /* Sets 1 unit of vertical rhythm on the top and bottom margins. */
181
  margin-top: 0.75em;
182
  margin-bottom: 0.75em;
183
}
184

    
185
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003213}}
186
h2 {
187
  font-size: 1.6em;
188
  line-height: 1.875em;
189
  margin-top: 0.9375em;
190
  margin-bottom: 0.9375em;
191
}
192

    
193
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003219}}
194
h3 {
195
  font-size: 1.5em;
196
  line-height: 2em;
197
  margin-top: 1em;
198
  margin-bottom: 1em;
199
}
200

    
201
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003225}}
202
h4 {
203
  font-size: 1em;
204
  line-height: 1.5em;
205
  margin-top: 1.5em;
206
  margin-bottom: 1.5em;
207
}
208

    
209
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003231}}
210
h5 {
211
  font-size: 0.83em;
212
  line-height: 1.80723em;
213
  margin-top: 1.80723em;
214
  margin-bottom: 1.80723em;
215
}
216

    
217
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003237}}
218
h6 {
219
  font-size: 0.75em;
220
  line-height: 2em;
221
  margin-top: 2em;
222
  margin-bottom: 2em;
223
}
224

    
225
/* Thematic break */
226
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003244}}
227
hr {
228
  height: 1px;
229
  border: 1px solid #666;
230
  padding-bottom: -1px;
231
  margin: 1.5em 0;
232
}
233

    
234
/*
235
 * Addresses styling not present in IE7/8/9, S5, Chrome
236
 */
237
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003255}}
238
abbr[title] {
239
  border-bottom: 1px dotted;
240
  cursor: help;
241
  white-space: nowrap;
242
}
243

    
244
/*
245
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
246
*/
247
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003266}}
248
b,
249
strong {
250
  font-weight: bold;
251
}
252

    
253
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003270}}
254
blockquote {
255
  /* Sets 1 unit of vertical rhythm on the top and bottom margin. */
256
  margin: 1.5em 30px;
257
}
258

    
259
/*
260
 * Addresses styling not present in S5, Chrome
261
 */
262
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003279}}
263
dfn {
264
  font-style: italic;
265
}
266

    
267
/*
268
 * Addresses styling not present in IE6/7/8/9
269
 */
270
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003287}}
271
mark {
272
  background: #ff0;
273
  color: #000;
274
}
275

    
276
/*
277
 * Addresses margins set differently in IE6/7
278
 */
279
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003297}}
280
p,
281
pre {
282
  /* Sets 1 unit of vertical rhythm on the top and bottom margin. */
283
  margin: 1.5em 0;
284
}
285

    
286
/*
287
 * Corrects font family set oddly in IE6, S4/5, Chrome
288
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
289
 */
290
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003312}}
291
pre,
292
code,
293
kbd,
294
samp,
295
tt,
296
var {
297
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
298
  /* The $font-monospace value ends with ", serif". */
299
  font-size: 1em;
300
  line-height: 1.5em;
301
}
302

    
303
/*
304
 * Improves readability of pre-formatted text in all browsers
305
 */
306
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003324}}
307
pre {
308
  white-space: pre;
309
  white-space: pre-wrap;
310
  word-wrap: break-word;
311
}
312

    
313
/*
314
 * 1. Addresses CSS quotes not supported in IE6/7
315
 * 2. Addresses quote property not supported in S4
316
 */
317
/* 1 */
318
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003337}}
319
q {
320
  quotes: none;
321
}
322

    
323
/* 2 */
324
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003344}}
325
q:before,
326
q:after {
327
  content: '';
328
  content: none;
329
}
330

    
331
/* @todo Determine how big element affects vertical rhythm. */
332
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003350}}
333
small {
334
  font-size: 75%;
335
}
336

    
337
/*
338
 * Prevents sub and sup affecting line-height in all browsers
339
 * gist.github.com/413930
340
 */
341
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003360}}
342
sub,
343
sup {
344
  font-size: 75%;
345
  line-height: 0;
346
  position: relative;
347
  vertical-align: baseline;
348
}
349

    
350
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003367}}
351
sup {
352
  top: -0.5em;
353
}
354

    
355
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003371}}
356
sub {
357
  bottom: -0.25em;
358
}
359

    
360
/* =============================================================================
361
   Lists
362
   ========================================================================== */
363
/*
364
 * Addresses margins set differently in IE6/7
365
 */
366
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003388}}
367
dl,
368
menu,
369
ol,
370
ul,
371
.item-list ul {
372
  /* Sets 1 unit of vertical rhythm on the top and bottom margin. */
373
  margin: 1.5em 0;
374
}
375

    
376
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003393}}
377
.item-list ul li {
378
  /* Drupal override */
379
  margin: 0;
380
}
381

    
382
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003397}}
383
dd {
384
  margin: 0 0 0 30px;
385
  /* LTR */
386
}
387

    
388
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003402}}
389
ul ul, ul ol, ol ul, ol ol, .item-list ul ul, .item-list ul ol, .item-list ol ul, .item-list ol ol {
390
  margin: 0;
391
  /* Turn off margins on nested lists. */
392
}
393

    
394
/*
395
 * Addresses paddings set differently in IE6/7
396
 */
397
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003414}}
398
menu,
399
ol,
400
ul,
401
.item-list ul {
402
  padding: 0 0 0 30px;
403
  /* LTR */
404
}
405

    
406
/*
407
 * Corrects list images handled incorrectly in IE7
408
 */
409
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003423}}
410
nav ul,
411
nav ol {
412
  list-style: none;
413
  list-style-image: none;
414
}
415

    
416
/* =============================================================================
417
   Embedded content
418
   ========================================================================== */
419
/*
420
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
421
 * 2. Improves image quality when scaled in IE7
422
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
423
 */
424
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003439}}
425
img {
426
  border: 0;
427
  /* 1 */
428
  -ms-interpolation-mode: bicubic;
429
  /* 2 */
430
  /* vertical-align: bottom; */
431
  /* Suppress the space beneath the baseline */
432
  /* Responsive images */
433
  /* @todo Add responsive embedded video. */
434
  max-width: 100%;
435
  height: auto;
436
}
437

    
438
/*
439
 * Corrects overflow displayed oddly in IE9
440
 */
441
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003455}}
442
svg:not(:root) {
443
  overflow: hidden;
444
}
445

    
446
/* =============================================================================
447
   Figures
448
   ========================================================================== */
449
/*
450
 * Addresses margin not present in IE6/7/8/9, S5, O11
451
 */
452
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003468}}
453
figure {
454
  margin: 0;
455
}
456

    
457
/* =============================================================================
458
   Forms
459
   ========================================================================== */
460
/*
461
 * Corrects margin displayed oddly in IE6/7
462
 */
463
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003481}}
464
form {
465
  margin: 0;
466
}
467

    
468
/*
469
 * Define consistent border, margin, and padding
470
 */
471
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003489}}
472
fieldset {
473
  border-color: #c0c0c0;
474
  margin: 0 2px;
475
  /* Apply borders and padding that keep the vertical rhythm. */
476
  border-top-style: solid;
477
  border-top-width: 0.08333em;
478
  padding-top: 0.44167em;
479
  border-bottom-style: solid;
480
  border-bottom-width: 0.08333em;
481
  padding-bottom: 0.89167em;
482
  border-left-style: solid;
483
  border-left-width: 0.08333em;
484
  padding-left: 0.89167em;
485
  border-right-style: solid;
486
  border-right-width: 0.08333em;
487
  padding-right: 0.89167em;
488
}
489

    
490
/*
491
 * 1. Corrects color not being inherited in IE6/7/8/9
492
 * 2. Corrects text not wrapping in FF3
493
 * 3. Corrects alignment displayed oddly in IE6/7
494
 */
495
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003505}}
496
legend {
497
  border: 0;
498
  /* 1 */
499
  padding: 0;
500
  white-space: normal;
501
  /* 2 */
502
}
503

    
504
/*
505
 * 1. Corrects font size not being inherited in all browsers
506
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
507
 * 3. Improves appearance and consistency in all browsers
508
 */
509
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003523}}
510
button,
511
input,
512
select,
513
textarea {
514
  font-size: 100%;
515
  /* 1 */
516
  margin: 0;
517
  /* 2 */
518
  vertical-align: baseline;
519
  /* 3 */
520
}
521

    
522
/*
523
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
524
 */
525
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003537}}
526
button,
527
input {
528
  line-height: normal;
529
  /* 1 */
530
}
531

    
532
/*
533
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
534
 * 2. Corrects inability to style clickable 'input' types in iOS
535
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
536
 *    Known issue: inner spacing remains in IE6
537
 */
538
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003551}}
539
button,
540
input[type="button"],
541
input[type="reset"],
542
input[type="submit"] {
543
  cursor: pointer;
544
  /* 1 */
545
  -webkit-appearance: button;
546
  /* 2 */
547
}
548

    
549
/*
550
 * Re-set default cursor for disabled elements
551
 */
552
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003564}}
553
button[disabled],
554
input[disabled] {
555
  cursor: default;
556
}
557

    
558
/*
559
 * 1. Addresses box sizing set to content-box in IE8/9
560
 * 2. Removes excess padding in IE8/9
561
 * 3. Removes excess padding in IE7
562
      Known issue: excess padding remains in IE6
563
 */
564
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003576}}
565
input[type="checkbox"],
566
input[type="radio"] {
567
  -webkit-box-sizing: border-box;
568
  -moz-box-sizing: border-box;
569
  box-sizing: border-box;
570
  /* 1 */
571
  padding: 0;
572
  /* 2 */
573
}
574

    
575
/*
576
 * 1. Addresses appearance set to searchfield in S5, Chrome
577
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
578
 */
579
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003590}}
580
input[type="search"] {
581
  -webkit-appearance: textfield;
582
  /* 1 */
583
  -webkit-box-sizing: content-box;
584
  -moz-box-sizing: content-box;
585
  box-sizing: content-box;
586
  /* 2 */
587
}
588

    
589
/*
590
 * Removes inner padding and search cancel button in S5, Chrome on OS X
591
 */
592
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003600}}
593
input[type="search"]::-webkit-search-decoration,
594
input[type="search"]::-webkit-search-cancel-button {
595
  -webkit-appearance: none;
596
}
597

    
598
/*
599
 * Removes inner padding and border in FF3+
600
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
601
 */
602
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003610}}
603
button::-moz-focus-inner,
604
input::-moz-focus-inner {
605
  border: 0;
606
  padding: 0;
607
}
608

    
609
/*
610
 * 1. Removes default vertical scrollbar in IE6/7/8/9
611
 * 2. Improves readability and alignment in all browsers
612
 */
613
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003620}}
614
textarea {
615
  overflow: auto;
616
  /* 1 */
617
  vertical-align: top;
618
  /* 2 */
619
}
620

    
621
/* =============================================================================
622
   Tables
623
   ========================================================================== */
624
/*
625
 * Remove most spacing between table cells
626
 */
627
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003634}}
628
table {
629
  border-collapse: collapse;
630
  border-spacing: 0;
631
  /* width: 100%; */
632
  /* Prevent cramped-looking tables */
633
  /* Add vertical rhythm margins. */
634
  margin-top: 1.5em;
635
  margin-bottom: 1.5em;
636
}
637

    
638
/*
639
 * Drupal provides table styling which is only useful for its admin section
640
 * forms, so we override this default CSS. (We set it back in forms.css.)
641
 */
642
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003648}}
643
th {
644
  text-align: left;
645
  /* LTR */
646
  padding: 0;
647
  border-bottom: none;
648
}
649

    
650
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/andreas\/workspaces\/www\/drupal-7\.16\/sites\/all\/themes\/zen_dataportal\/sass\/normalize\.scss}line{font-family:\00003654}}
651
tbody {
652
  border-top: none;
653
}
(12-12/19)