Project

General

Profile

« Previous | Next » 

Revision 8a4cface

Added by jenkins over 7 years ago

release-preparation: production level css

View differences:

themes/zen_dataportal/css/cdm.css
1
/**
2
 * @file
3
 * cdm_dataportal specific styling
4
 *
5
 * Style the markup found in the cdm_dataportal module.
6
 */
7
/* line 30, ../sass/ie-legacy.scss */
8
.pie-element, .lt-ie9 #page {
9
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
10
  position: relative;
11
}
12

  
13
/* line 43, ../sass/ie-legacy.scss */
14
.pie-container {
15
  z-index: 0;
16
  position: relative;
17
}
18

  
19
/* line 47, ../sass/ie-legacy.scss */
20
.z-pie-element, .lt-ie9 #page {
21
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
22
  z-index: 0;
23
}
24

  
25
/* line 63, ../sass/ie-legacy.scss */
26
.lt-ie9 #header {
27
  /* 
28
   * reset right padding to zero and use margin-right instead,
29
   * this avoids the need for background-clip: content-box
30
   * which is not suppoorted in IE < 9
31
   */
32
  padding-right: 0;
33
  margin-right: 20px;
34
}
35

  
36
/*  style links only for content in blocks and node and backbutton
37
    added also #identificationKey since there are not yet drupal nodes */
38
/* line 43, ../sass/_mixins.scss */
39
.block a:link,
40
.block a:visited, .node a:link,
41
.node a:visited, #identificationKey a:link,
42
#identificationKey a:visited {
43
  color: #115e92;
44
  text-decoration: none;
45
}
46
/* line 49, ../sass/_mixins.scss */
47
.block a:hover,
48
.block a:focus, .node a:hover,
49
.node a:focus, #identificationKey a:hover,
50
#identificationKey a:focus {
51
  text-decoration: underline;
52
}
53
/* line 58, ../sass/_mixins.scss */
54
.block .Synonym a:link,
55
.block .Synonym a:visited, .block .misapplied-name a:link,
56
.block .misapplied-name a:visited, .node .Synonym a:link,
57
.node .Synonym a:visited, .node .misapplied-name a:link,
58
.node .misapplied-name a:visited, #identificationKey .Synonym a:link,
59
#identificationKey .Synonym a:visited, #identificationKey .misapplied-name a:link,
60
#identificationKey .misapplied-name a:visited {
61
  color: #7c7c7c;
62
}
63
/* line 64, ../sass/_mixins.scss */
64
.block .Taxon a:link,
65
.block .Taxon a:visited, .node .Taxon a:link,
66
.node .Taxon a:visited, #identificationKey .Taxon a:link,
67
#identificationKey .Taxon a:visited {
68
  color: #115e92;
69
}
70

  
71
/* line 19, ../sass/cdm.scss */
72
#page-toc {
73
  float: right;
74
  background-color: white;
75
}
76
/* line 22, ../sass/cdm.scss */
77
#page-toc h3 {
78
  margin-top: 0;
79
  line-height: 18px;
80
}
81

  
82
/* line 28, ../sass/cdm.scss */
83
#taxonProfileImage {
84
  float: left;
85
}
86

  
87
/* line 32, ../sass/cdm.scss */
88
.block-cdm-dataportal-feature, .media-caption, .specimens {
89
  clear: both;
90
  margin-bottom: 18px;
91
}
92
/* line 35, ../sass/cdm.scss */
93
.block-cdm-dataportal-feature dt, .media-caption dt, .specimens dt {
94
  float: left;
95
  font-weight: bold;
96
  margin-right: 0.3em;
97
}
98
/* line 40, ../sass/cdm.scss */
99
.block-cdm-dataportal-feature dd, .media-caption dd, .specimens dd {
100
  margin: 0;
101
  margin-left: 20px;
102
}
103
/* line 44, ../sass/cdm.scss */
104
.block-cdm-dataportal-feature dl dl, .media-caption dl dl, .specimens dl dl {
105
  margin: 0;
106
  /* reset default from cdm_dataportal.css */
107
}
108

  
109
/* line 49, ../sass/cdm.scss */
110
.breadcrumbs li {
111
  padding: 0 0 0 0;
112
}
113

  
114
/*
115
 * Search results
116
 */
117
/* line 43, ../sass/_mixins.scss */
118
#search_results a:link,
119
#search_results a:visited {
120
  color: #115e92;
121
  text-decoration: none;
122
}
123
/* line 49, ../sass/_mixins.scss */
124
#search_results a:hover,
125
#search_results a:focus {
126
  text-decoration: underline;
127
}
128
/* line 58, ../sass/_mixins.scss */
129
#search_results .Synonym a:link,
130
#search_results .Synonym a:visited, #search_results .misapplied-name a:link,
131
#search_results .misapplied-name a:visited {
132
  color: #7c7c7c;
133
}
134
/* line 64, ../sass/_mixins.scss */
135
#search_results .Taxon a:link,
136
#search_results .Taxon a:visited {
137
  color: #115e92;
138
}
139
/* line 61, ../sass/cdm.scss */
140
#search_results table {
141
  margin: 1em 0;
142
}
143

  
144
/* line 66, ../sass/cdm.scss */
145
ul.cdm_names li {
146
  margin: 9px 0;
147
}
148

  
149
/*
150
 * Taxon page and parts
151
 */
152
/* line 74, ../sass/cdm.scss */
153
.page-part {
154
  margin-bottom: 18px;
155
  clear: none;
156
}
157

  
158
/*
159
 * definition list container rendered by the
160
 * drupal theme function theme_description_list()
161
 */
162
/* line 84, ../sass/cdm.scss */
163
.description_list h3 {
164
  font-size: 12px;
165
  line-height: 18px;
166
  font-weight: bold;
167
}
168

  
169
/*
170
 * Synonymy
171
 */
172
/* line 98, ../sass/cdm.scss */
173
#synonymy div.accepted-name {
174
  margin-bottom: -1em;
175
  margin-top: 1em;
176
}
177
/* line 103, ../sass/cdm.scss */
178
#synonymy .homotypic-synonymy-group, #synonymy .heterotypic-synonymy-group, #synonymy .taxon-relationships {
179
  border-bottom: 1px solid #DEDEDE;
180
  /* replace padding by margin */
181
  margin: 1em 0px;
182
  padding: 0;
183
}
184

  
185
/*
186
 * Media
187
 */
188
/* line 114, ../sass/cdm.scss */
189
dl.media-caption {
190
  margin: 0;
191
}
192

  
193
/* line 118, ../sass/cdm.scss */
194
.media-caption dd {
195
  margin-left: 0;
196
}
197
/* line 120, ../sass/cdm.scss */
198
.media-caption dd .title {
199
  font-size: 100%;
200
}
201

  
202
/* line 125, ../sass/cdm.scss */
203
.image-gallerie td.caption {
204
  padding-bottom: 1em;
205
}
206

  
207
/*
208
 * specimens
209
 */
210
/* line 133, ../sass/cdm.scss */
211
#specimens table.media_gallery {
212
  margin-top: 0.2em;
213
}
214
/* line 136, ../sass/cdm.scss */
215
#specimens .description_list {
216
  clear: both;
217
}
218
/* line 138, ../sass/cdm.scss */
219
#specimens .description_list h3 {
220
  margin-top: 0;
221
  background-color: #ddd;
222
}
223
/* line 142, ../sass/cdm.scss */
224
#specimens .description_list h4 {
225
  clear: left;
226
  margin-bottom: 0;
227
  font-style: italic;
228
}
229
/* line 148, ../sass/cdm.scss */
230
#specimens .dynabox_content {
231
  margin-left: 10px;
232
  margin-right: 10px;
233
}
234
/* line 152, ../sass/cdm.scss */
235
#specimens .block-cdm-dataportal-feature {
236
  margin-left: 20px;
237
  margin-bottom: 0;
238
}
239
/* line 155, ../sass/cdm.scss */
240
#specimens .block-cdm-dataportal-feature h2 {
241
  font-size: 12px;
242
  line-height: 18px;
243
  font-weight: bold;
244
}
245
/* line 161, ../sass/cdm.scss */
246
#specimens ul.typeDesignations {
247
  clear: both;
248
}
249
/* line 164, ../sass/cdm.scss */
250
#specimens .dna-sequence div {
251
  font-size: 12px;
252
  font-family: monospace;
253
  clear: left;
254
  padding-left: 20px;
255
}
256
/* line 170, ../sass/cdm.scss */
257
#specimens .derived_from {
258
  clear: both;
259
}
260

  
261
/*
262
 * Theme settings page
263
 */
264
/* line 181, ../sass/cdm.scss */
265
#system-theme-settings .image-preview {
266
  width: 600px;
267
  max-height: 150px;
268
  overflow: auto;
269
}
270
/* line 185, ../sass/cdm.scss */
271
#system-theme-settings .image-preview img {
272
  max-width: none;
273
  /* reset style in mormalize.scss */
274
}
275

  
276
/*****************************************************************************************
277
 * RESPONSIVE
278
 *
279
 * using the same media queries here as in layout/_responsive.scss
280
 *****************************************************************************************/
281
/* line 198, ../sass/cdm.scss */
282
#classification-breadcrumbs {
283
  font-size: 1.5em;
284
  line-height: 1.5em;
285
}
286

  
287
@media all and (min-width: 960px) {
288
  /* line 209, ../sass/cdm.scss */
289
  #classification-breadcrumbs {
290
    font-size: 1em;
291
  }
292
}
1
.pie-element,.lt-ie9 #page{behavior:url("/polyfills/css3pie/PIE-1.0.0.htc");position:relative}.pie-container{z-index:0;position:relative}.z-pie-element,.lt-ie9 #page{behavior:url("/polyfills/css3pie/PIE-1.0.0.htc");z-index:0}.lt-ie9 #header{padding-right:0;margin-right:20px}.block a:link,.block a:visited,.node a:link,.node a:visited,#identificationKey a:link,#identificationKey a:visited{color:#115e92;text-decoration:none}.block a:hover,.block a:focus,.node a:hover,.node a:focus,#identificationKey a:hover,#identificationKey a:focus{text-decoration:underline}.block .Synonym a:link,.block .Synonym a:visited,.block .misapplied-name a:link,.block .misapplied-name a:visited,.node .Synonym a:link,.node .Synonym a:visited,.node .misapplied-name a:link,.node .misapplied-name a:visited,#identificationKey .Synonym a:link,#identificationKey .Synonym a:visited,#identificationKey .misapplied-name a:link,#identificationKey .misapplied-name a:visited{color:#7c7c7c}.block .Taxon a:link,.block .Taxon a:visited,.node .Taxon a:link,.node .Taxon a:visited,#identificationKey .Taxon a:link,#identificationKey .Taxon a:visited{color:#115e92}#page-toc{float:right;background-color:#fff}#page-toc h3{margin-top:0;line-height:18px}#taxonProfileImage{float:left}.block-cdm-dataportal-feature,.media-caption,.specimens{clear:both;margin-bottom:18px}.block-cdm-dataportal-feature dt,.media-caption dt,.specimens dt{float:left;font-weight:bold;margin-right:0.3em}.block-cdm-dataportal-feature dd,.media-caption dd,.specimens dd{margin:0;margin-left:20px}.block-cdm-dataportal-feature dl dl,.media-caption dl dl,.specimens dl dl{margin:0}.breadcrumbs li{padding:0 0 0 0}#search_results a:link,#search_results a:visited{color:#115e92;text-decoration:none}#search_results a:hover,#search_results a:focus{text-decoration:underline}#search_results .Synonym a:link,#search_results .Synonym a:visited,#search_results .misapplied-name a:link,#search_results .misapplied-name a:visited{color:#7c7c7c}#search_results .Taxon a:link,#search_results .Taxon a:visited{color:#115e92}#search_results table{margin:1em 0}ul.cdm_names li{margin:9px 0}.page-part{margin-bottom:18px;clear:none}.description_list h3{font-size:12px;line-height:18px;font-weight:bold}#synonymy div.accepted-name{margin-bottom:-1em;margin-top:1em}#synonymy .homotypic-synonymy-group,#synonymy .heterotypic-synonymy-group,#synonymy .taxon-relationships{border-bottom:1px solid #DEDEDE;margin:1em 0px;padding:0}dl.media-caption{margin:0}.media-caption dd{margin-left:0}.media-caption dd .title{font-size:100%}.image-gallerie td.caption{padding-bottom:1em}#specimens table.media_gallery{margin-top:0.2em}#specimens .description_list{clear:both}#specimens .description_list h3{margin-top:0;background-color:#ddd}#specimens .description_list h4{clear:left;margin-bottom:0;font-style:italic}#specimens .dynabox_content{margin-left:10px;margin-right:10px}#specimens .block-cdm-dataportal-feature{margin-left:20px;margin-bottom:0}#specimens .block-cdm-dataportal-feature h2{font-size:12px;line-height:18px;font-weight:bold}#specimens ul.typeDesignations{clear:both}#specimens .dna-sequence div{font-size:12px;font-family:monospace;clear:left;padding-left:20px}#specimens .derived_from{clear:both}#system-theme-settings .image-preview{width:600px;max-height:150px;overflow:auto}#system-theme-settings .image-preview img{max-width:none}#classification-breadcrumbs{font-size:1.5em;line-height:1.5em}@media all and (min-width: 960px){#classification-breadcrumbs{font-size:1em}}
themes/zen_dataportal/css/ie-legacy.css
1
/* line 30, ../sass/ie-legacy.scss */
2
.pie-element, .lt-ie9 #page {
3
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
4
  position: relative;
5
}
6

  
7
/* line 43, ../sass/ie-legacy.scss */
8
.pie-container {
9
  z-index: 0;
10
  position: relative;
11
}
12

  
13
/* line 47, ../sass/ie-legacy.scss */
14
.z-pie-element, .lt-ie9 #page {
15
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
16
  z-index: 0;
17
}
18

  
19
/* line 63, ../sass/ie-legacy.scss */
20
.lt-ie9 #header {
21
  /* 
22
   * reset right padding to zero and use margin-right instead,
23
   * this avoids the need for background-clip: content-box
24
   * which is not suppoorted in IE < 9
25
   */
26
  padding-right: 0;
27
  margin-right: 20px;
28
}
1
.pie-element,.lt-ie9 #page{behavior:url("/polyfills/css3pie/PIE-1.0.0.htc");position:relative}.pie-container{z-index:0;position:relative}.z-pie-element,.lt-ie9 #page{behavior:url("/polyfills/css3pie/PIE-1.0.0.htc");z-index:0}.lt-ie9 #header{padding-right:0;margin-right:20px}
themes/zen_dataportal/css/pie.css
1
/* line 27, ../sass/pie.scss */
2
.pie-element, .bordered, .gradient {
3
  behavior: url("/d7/test/scripts/polyfills/PIE.htc");
4
  position: relative;
5
}
6

  
7
/* line 33, ../sass/pie.scss */
8
.bordered {
9
  -webkit-border-radius: 5px;
10
  -moz-border-radius: 5px;
11
  -ms-border-radius: 5px;
12
  -o-border-radius: 5px;
13
  border-radius: 5px;
14
}
15

  
16
/* line 38, ../sass/pie.scss */
17
.gradient {
18
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff0000), color-stop(100%, #0000ff));
19
  background: -webkit-linear-gradient(#ff0000, #0000ff);
20
  background: -moz-linear-gradient(#ff0000, #0000ff);
21
  background: -o-linear-gradient(#ff0000, #0000ff);
22
  -pie-background: linear-gradient(#ff0000, #0000ff);
23
  background: linear-gradient(#ff0000, #0000ff);
24
}
25

  
26
/* line 52, ../sass/pie.scss */
27
.pie-container, .widget {
28
  z-index: 0;
29
  position: relative;
30
}
31

  
32
/* line 56, ../sass/pie.scss */
33
.z-pie-element, .widget h3 {
34
  behavior: url("/d7/test/scripts/polyfills/PIE.htc");
35
  z-index: 0;
36
}
37

  
38
/* line 71, ../sass/pie.scss */
39
.has-gradient {
40
  behavior: url("/d7/test/scripts/polyfills/PIE.htc");
41
  position: relative;
42
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff0000), color-stop(100%, #0000ff));
43
  background: -webkit-linear-gradient(#ff0000, #0000ff);
44
  background: -moz-linear-gradient(#ff0000, #0000ff);
45
  background: -o-linear-gradient(#ff0000, #0000ff);
46
  -pie-background: linear-gradient(#ff0000, #0000ff);
47
  background: linear-gradient(#ff0000, #0000ff);
48
}
1
.pie-element,.bordered,.gradient{behavior:url("/d7/test/scripts/polyfills/PIE.htc");position:relative}.bordered{-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px}.gradient{background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff0000), color-stop(100%, #0000ff));background:-webkit-linear-gradient(#ff0000,#0000ff);background:-moz-linear-gradient(#ff0000,#0000ff);background:-o-linear-gradient(#ff0000,#0000ff);-pie-background:linear-gradient(#ff0000,#0000ff);background:linear-gradient(#ff0000,#0000ff)}.pie-container,.widget{z-index:0;position:relative}.z-pie-element,.widget h3{behavior:url("/d7/test/scripts/polyfills/PIE.htc");z-index:0}.has-gradient{behavior:url("/d7/test/scripts/polyfills/PIE.htc");position:relative;background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff0000), color-stop(100%, #0000ff));background:-webkit-linear-gradient(#ff0000,#0000ff);background:-moz-linear-gradient(#ff0000,#0000ff);background:-o-linear-gradient(#ff0000,#0000ff);-pie-background:linear-gradient(#ff0000,#0000ff);background:linear-gradient(#ff0000,#0000ff)}
themes/zen_dataportal/css/styles-rtl.css
1
/**
2
 * @file
3
 * RTL companion for the styles.scss file.
4
 */
5
/* Import Sass mixins, variables, Compass modules, etc. */
6
/* line 30, ../sass/ie-legacy.scss */
7
.pie-element, .lt-ie9 #page {
8
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
9
  position: relative;
10
}
11

  
12
/* line 43, ../sass/ie-legacy.scss */
13
.pie-container {
14
  z-index: 0;
15
  position: relative;
16
}
17

  
18
/* line 47, ../sass/ie-legacy.scss */
19
.z-pie-element, .lt-ie9 #page {
20
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
21
  z-index: 0;
22
}
23

  
24
/* line 63, ../sass/ie-legacy.scss */
25
.lt-ie9 #header {
26
  /* 
27
   * reset right padding to zero and use margin-right instead,
28
   * this avoids the need for background-clip: content-box
29
   * which is not suppoorted in IE < 9
30
   */
31
  padding-right: 0;
32
  margin-right: 20px;
33
}
34

  
35
/* HTML element (SMACSS base) rules */
36
/**
37
 * @file
38
 * Normalize-rtl.scss is the RTL language extension of normalize.scss
39
 */
40
/**
41
 * Lists
42
 */
43
/* line 9, ../sass/_normalize-rtl.scss */
44
dd {
45
  margin: 0 30px 0 0;
46
}
47

  
48
/* Address paddings set differently in IE 6/7. */
49
/* line 16, ../sass/_normalize-rtl.scss */
50
menu,
51
ol,
52
ul {
53
  padding: 0 30px 0 0;
54
}
55

  
56
/**
57
 * Forms
58
 */
59
/* line 24, ../sass/_normalize-rtl.scss */
60
legend {
61
  /* Correct alignment displayed oddly in IE 6/7. */
62
  *margin-left: 0;
63
  *margin-right: -7px;
64
}
65

  
66
/* Layout rules */
67
/**
68
 * @file
69
 * RTL companion for the layout-responsive.css file.
70
 */
71
/**
72
 * @file
73
 * Positioning for a responsive layout.
74
 *
75
 * Define CSS classes to create a fluid grid layout with optional sidebars
76
 * depending on whether blocks are placed in the left or right sidebars.
77
 *
78
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
79
 */
80
/**
81
 * Use 3 grid columns for smaller screens.
82

  
83
 * FIXME ?: see sass-old/layouts/responsive-sidebars.scss line 99
84
 */
85
@media all and (min-width: 480px) and (max-width: 959px) {
86
  /**
87
   * The layout when there is only one sidebar, the left one.
88
   */
89
  /* line 87, ../sass/layouts/_responsive.scss */
90
  .sidebar-first {
91
    /* Span 2 columns, starting in 2nd column from left. */
92
    /* Span 1 column, starting in 1st column from left. */
93
  }
94
  /* line 89, ../sass/layouts/_responsive.scss */
95
  .sidebar-first #content {
96
    float: right;
97
    width: 66.66667%;
98
    margin-right: 33.33333%;
99
    margin-left: -100%;
100
  }
101
  /* line 94, ../sass/layouts/_responsive.scss */
102
  .sidebar-first .region-sidebar-first {
103
    float: right;
104
    width: 33.33333%;
105
    margin-right: 0%;
106
    margin-left: -33.33333%;
107
  }
108

  
109
  /**
110
   * The layout when there is only one sidebar, the right one.
111
   */
112
  /* line 102, ../sass/layouts/_responsive.scss */
113
  .sidebar-second {
114
    /* Span 2 columns, starting in 1st column from left. */
115
    /* Span 1 column, starting in 3rd column from left. */
116
  }
117
  /* line 104, ../sass/layouts/_responsive.scss */
118
  .sidebar-second #content {
119
    float: right;
120
    width: 66.66667%;
121
    margin-right: 0%;
122
    margin-left: -66.66667%;
123
  }
124
  /* line 109, ../sass/layouts/_responsive.scss */
125
  .sidebar-second .region-sidebar-second {
126
    float: right;
127
    width: 33.33333%;
128
    margin-right: 66.66667%;
129
    margin-left: -100%;
130
  }
131

  
132
  /**
133
   * The layout when there are two sidebars.
134
   */
135
  /* line 117, ../sass/layouts/_responsive.scss */
136
  .two-sidebars {
137
    /* Span 2 columns, starting in 2nd column from left. */
138
    /* Span 1 column, starting in 1st column from left. */
139
    /* Start a new row and span all 3 columns. */
140
  }
141
  /* line 119, ../sass/layouts/_responsive.scss */
142
  .two-sidebars #content {
143
    float: right;
144
    width: 66.66667%;
145
    margin-right: 33.33333%;
146
    margin-left: -100%;
147
  }
148
  /* line 124, ../sass/layouts/_responsive.scss */
149
  .two-sidebars .region-sidebar-first {
150
    float: right;
151
    width: 33.33333%;
152
    margin-right: 0%;
153
    margin-left: -33.33333%;
154
  }
155
  /* line 129, ../sass/layouts/_responsive.scss */
156
  .two-sidebars .region-sidebar-second {
157
    float: right;
158
    width: 100%;
159
    margin-right: 0%;
160
    margin-left: -100%;
161
    padding-left: 0;
162
    padding-right: 0;
163
    clear: right;
164
    /* Apply the shared properties of grid items in a single, efficient ruleset. */
165
    /* Span 1 column, starting in the 1st column from left. */
166
    /* Span 1 column, starting in the 2nd column from left. */
167
    /* Span 1 column, starting in the 3rd column from left. */
168
  }
169
  /* line 135, ../sass/layouts/_responsive.scss */
170
  .two-sidebars .region-sidebar-second .block {
171
    padding-left: 20px;
172
    padding-right: 20px;
173
    -moz-box-sizing: border-box;
174
    -webkit-box-sizing: border-box;
175
    -ms-box-sizing: border-box;
176
    box-sizing: border-box;
177
    word-wrap: break-word;
178
    *behavior: url("/polyfills/box-sizing-polyfill/boxsizing.htc");
179
    _display: inline;
180
    _overflow: hidden;
181
    _overflow-y: visible;
182
  }
183
  /* line 139, ../sass/layouts/_responsive.scss */
184
  .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
185
    float: right;
186
    width: 33.33333%;
187
    margin-right: 0%;
188
    margin-left: -33.33333%;
189
    clear: right;
190
  }
191
  /* line 144, ../sass/layouts/_responsive.scss */
192
  .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
193
    float: right;
194
    width: 33.33333%;
195
    margin-right: 33.33333%;
196
    margin-left: -66.66667%;
197
  }
198
  /* line 148, ../sass/layouts/_responsive.scss */
199
  .two-sidebars .region-sidebar-second .block:nth-child(3n) {
200
    float: right;
201
    width: 33.33333%;
202
    margin-right: 66.66667%;
203
    margin-left: -100%;
204
  }
205
}
206
/**
207
 * Use 5 grid columns for larger screens.
208
 */
209
@media all and (min-width: 960px) {
210
  /**
211
   * The layout when there is only one sidebar, the left one.
212
   */
213
  /* line 166, ../sass/layouts/_responsive.scss */
214
  .sidebar-first {
215
    /* Span 4 columns, starting in 2nd column from left. */
216
    /* Span 1 column, starting in 1st column from left. */
217
  }
218
  /* line 168, ../sass/layouts/_responsive.scss */
219
  .sidebar-first #content {
220
    float: right;
221
    width: 75%;
222
    margin-right: 25%;
223
    margin-left: -100%;
224
  }
225
  /* line 173, ../sass/layouts/_responsive.scss */
226
  .sidebar-first .region-sidebar-first {
227
    float: right;
228
    width: 25%;
229
    margin-right: 0%;
230
    margin-left: -25%;
231
  }
232

  
233
  /**
234
   * The layout when there is only one sidebar, the right one.
235
   */
236
  /* line 181, ../sass/layouts/_responsive.scss */
237
  .sidebar-second {
238
    /* Span 4 columns, starting in 1st column from left. */
239
    /* Span 1 column, starting in 5th column from left. */
240
  }
241
  /* line 183, ../sass/layouts/_responsive.scss */
242
  .sidebar-second #content {
243
    float: right;
244
    width: 75%;
245
    margin-right: 0%;
246
    margin-left: -75%;
247
  }
248
  /* line 188, ../sass/layouts/_responsive.scss */
249
  .sidebar-second .region-sidebar-second {
250
    float: right;
251
    width: 25%;
252
    margin-right: 75%;
253
    margin-left: -100%;
254
  }
255

  
256
  /**
257
   * The layout when there are two sidebars.
258
   */
259
  /* line 196, ../sass/layouts/_responsive.scss */
260
  .two-sidebars {
261
    /* Span 3 columns, starting in 2nd column from left. */
262
    /* Span 1 column, starting in 1st column from left. */
263
    /* Span 1 column, starting in 5th column from left. */
264
  }
265
  /* line 198, ../sass/layouts/_responsive.scss */
266
  .two-sidebars #content {
267
    float: right;
268
    width: 50%;
269
    margin-right: 25%;
270
    margin-left: -75%;
271
  }
272
  /* line 203, ../sass/layouts/_responsive.scss */
273
  .two-sidebars .region-sidebar-first {
274
    float: right;
275
    width: 25%;
276
    margin-right: 0%;
277
    margin-left: -25%;
278
  }
279
  /* line 208, ../sass/layouts/_responsive.scss */
280
  .two-sidebars .region-sidebar-second {
281
    float: right;
282
    width: 25%;
283
    margin-right: 75%;
284
    margin-left: -100%;
285
  }
286
}
287
/* Component (SMACSS module) rules */
288
/**
289
 * @file
290
 * RTL companion for the modular-styles.css file.
291
 */
292
/**
293
 * Branding header.
294
 */
295
/* Wrapping link for logo. */
296
/* line 11, ../sass/components/_misc-rtl.scss */
297
.header__logo {
298
  float: right;
299
}
300

  
301
/* The secondary menu (login, etc.) */
302
/* line 16, ../sass/components/_misc-rtl.scss */
303
.header__secondary-menu {
304
  float: left;
305
}
306

  
307
/**
308
 * Navigation bar.
309
 */
310
/* Main menu and secondary menu links and menu block links. */
311
/* line 27, ../sass/components/_misc-rtl.scss */
312
#navigation .links,
313
#navigation .menu {
314
  text-align: right;
315
}
316
/* line 30, ../sass/components/_misc-rtl.scss */
317
#navigation .links li,
318
#navigation .menu li {
319
  /* A simple method to get navigation links to appear in one line. */
320
  float: right;
321
  padding: 0 0 0 10px;
322
}
323

  
324
/**
325
 * Messages.
326
 */
327
/* line 41, ../sass/components/_misc-rtl.scss */
328
.messages, .messages--status, .messages--warning, .messages--error {
329
  padding: 10px 50px 10px 10px;
330
  background-position: 99% 8px;
331
}
332

  
333
/**
334
 * Tabs.
335
 */
336
/* line 58, ../sass/components/_misc-rtl.scss */
337
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
338
.tabs-secondary__tab.is-active {
339
  float: right;
340
}
341

  
342
/**
343
 * Inline styles.
344
 */
345
/* List of links */
346
/* line 77, ../sass/components/_misc-rtl.scss */
347
.inline li {
348
  /* Bug in Safari causes display: inline to fail. */
349
  display: inline-block;
350
  padding: 0 0 0 1em;
351
}
352

  
353
/* The inline field label used by the Fences.module */
354
/* line 84, ../sass/components/_misc-rtl.scss */
355
span.field-label {
356
  padding: 0 0 0 1em;
357
}
358

  
359
/**
360
 * "More" links.
361
 */
362
/* line 91, ../sass/components/_misc-rtl.scss */
363
.more-link {
364
  text-align: left;
365
}
366

  
367
/* line 94, ../sass/components/_misc-rtl.scss */
368
.more-help-link {
369
  text-align: left;
370
}
371

  
372
/* line 97, ../sass/components/_misc-rtl.scss */
373
.more-help-link a {
374
  background-position: 100% 50%;
375
  padding: 1px 20px 1px 0;
376
}
377

  
378
/**
379
 * Menus.
380
 */
381
/* line 105, ../sass/components/_misc-rtl.scss */
382
.menu__item.is-collapsed {
383
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABNJREFUCB1j4GASYFJgcmD+A4IADUIDfIUMT4wAAAAASUVORK5CYII=');
384
  *list-style-image: url('../images/menu-collapsed-rtl.png?1475577735');
385
}
386

  
387
/**
388
 * Comments.
389
 */
390
/* Nested comments are indented. */
391
/* line 117, ../sass/components/_misc-rtl.scss */
392
.indented {
393
  margin-left: 0;
394
  margin-right: 30px;
395
}
396

  
397
/**
398
 * Forms.
399
 */
400
/* Drupal's default login form block */
401
/* line 127, ../sass/components/_misc-rtl.scss */
402
#user-login-form {
403
  text-align: right;
404
}
405

  
406
/* line 132, ../sass/components/_misc-rtl.scss */
407
html.js #user-login-form li.openid-link,
408
#user-login-form li.openid-link {
409
  /* Un-do some of the padding on the ul list. */
410
  margin-left: 0;
411
  margin-right: -20px;
412
}
413

  
414
/*
415
 * Drupal admin tables.
416
 */
417
/* line 142, ../sass/components/_misc-rtl.scss */
418
form th {
419
  text-align: right;
420
  padding-left: 1em;
421
  padding-right: 0;
422
}
423

  
424
/**
425
 * Collapsible fieldsets.
426
 *
427
 * @see collapse.js
428
 */
429
/* line 155, ../sass/components/_misc-rtl.scss */
430
html.js .collapsible .fieldset-legend {
431
  background-position: 98% 75%;
432
  padding-left: 0;
433
  padding-right: 15px;
434
}
435
/* line 160, ../sass/components/_misc-rtl.scss */
436
html.js .collapsed .fieldset-legend {
437
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABNJREFUCB1j4GASYFJgcmD+A4IADUIDfIUMT4wAAAAASUVORK5CYII=');
438
  *background-image: url('../images/menu-collapsed-rtl.png?1475577735');
439
  background-position: 98% 50%;
440
}
441

  
442
/* SMACSS theme rules */
443
/* @import "theme-A-rtl"; */
444
/* @import "theme-B-rtl"; */
1
.pie-element,.lt-ie9 #page{behavior:url("/polyfills/css3pie/PIE-1.0.0.htc");position:relative}.pie-container{z-index:0;position:relative}.z-pie-element,.lt-ie9 #page{behavior:url("/polyfills/css3pie/PIE-1.0.0.htc");z-index:0}.lt-ie9 #header{padding-right:0;margin-right:20px}dd{margin:0 30px 0 0}menu,ol,ul{padding:0 30px 0 0}legend{*margin-left:0;*margin-right:-7px}@media all and (min-width: 480px) and (max-width: 959px){.sidebar-first #content{float:right;width:66.66667%;margin-right:33.33333%;margin-left:-100%}.sidebar-first .region-sidebar-first{float:right;width:33.33333%;margin-right:0%;margin-left:-33.33333%}.sidebar-second #content{float:right;width:66.66667%;margin-right:0%;margin-left:-66.66667%}.sidebar-second .region-sidebar-second{float:right;width:33.33333%;margin-right:66.66667%;margin-left:-100%}.two-sidebars #content{float:right;width:66.66667%;margin-right:33.33333%;margin-left:-100%}.two-sidebars .region-sidebar-first{float:right;width:33.33333%;margin-right:0%;margin-left:-33.33333%}.two-sidebars .region-sidebar-second{float:right;width:100%;margin-right:0%;margin-left:-100%;padding-left:0;padding-right:0;clear:right}.two-sidebars .region-sidebar-second .block{padding-left:20px;padding-right:20px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;*behavior:url("/polyfills/box-sizing-polyfill/boxsizing.htc");_display:inline;_overflow:hidden;_overflow-y:visible}.two-sidebars .region-sidebar-second .block:nth-child(3n+1){float:right;width:33.33333%;margin-right:0%;margin-left:-33.33333%;clear:right}.two-sidebars .region-sidebar-second .block:nth-child(3n+2){float:right;width:33.33333%;margin-right:33.33333%;margin-left:-66.66667%}.two-sidebars .region-sidebar-second .block:nth-child(3n){float:right;width:33.33333%;margin-right:66.66667%;margin-left:-100%}}@media all and (min-width: 960px){.sidebar-first #content{float:right;width:75%;margin-right:25%;margin-left:-100%}.sidebar-first .region-sidebar-first{float:right;width:25%;margin-right:0%;margin-left:-25%}.sidebar-second #content{float:right;width:75%;margin-right:0%;margin-left:-75%}.sidebar-second .region-sidebar-second{float:right;width:25%;margin-right:75%;margin-left:-100%}.two-sidebars #content{float:right;width:50%;margin-right:25%;margin-left:-75%}.two-sidebars .region-sidebar-first{float:right;width:25%;margin-right:0%;margin-left:-25%}.two-sidebars .region-sidebar-second{float:right;width:25%;margin-right:75%;margin-left:-100%}}.header__logo{float:right}.header__secondary-menu{float:left}#navigation .links,#navigation .menu{text-align:right}#navigation .links li,#navigation .menu li{float:right;padding:0 0 0 10px}.messages,.messages--status,.messages--warning,.messages--error{padding:10px 50px 10px 10px;background-position:99% 8px}.tabs-primary__tab,.tabs-primary__tab.is-active,.tabs-secondary__tab,.tabs-secondary__tab.is-active{float:right}.inline li{display:inline-block;padding:0 0 0 1em}span.field-label{padding:0 0 0 1em}.more-link{text-align:left}.more-help-link{text-align:left}.more-help-link a{background-position:100% 50%;padding:1px 20px 1px 0}.menu__item.is-collapsed{list-style-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABNJREFUCB1j4GASYFJgcmD+A4IADUIDfIUMT4wAAAAASUVORK5CYII=');*list-style-image:url('../images/menu-collapsed-rtl.png?1480951155')}.indented{margin-left:0;margin-right:30px}#user-login-form{text-align:right}html.js #user-login-form li.openid-link,#user-login-form li.openid-link{margin-left:0;margin-right:-20px}form th{text-align:right;padding-left:1em;padding-right:0}html.js .collapsible .fieldset-legend{background-position:98% 75%;padding-left:0;padding-right:15px}html.js .collapsed .fieldset-legend{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABNJREFUCB1j4GASYFJgcmD+A4IADUIDfIUMT4wAAAAASUVORK5CYII=');*background-image:url('../images/menu-collapsed-rtl.png?1480951155');background-position:98% 50%}
themes/zen_dataportal/css/styles.css
1
/**
2
 * @file
3
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
4
 *
5
 * When you turn on CSS aggregation at admin/config/development/performance, all
6
 * of these @include files will be combined into a single file.
7
 */
8
/* Import Sass mixins, variables, Compass modules, etc. */
9
/* line 30, ../sass/ie-legacy.scss */
10
.pie-element, .lt-ie9 #page, #page {
11
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
12
  position: relative;
13
}
14

  
15
/* line 43, ../sass/ie-legacy.scss */
16
.pie-container {
17
  z-index: 0;
18
  position: relative;
19
}
20

  
21
/* line 47, ../sass/ie-legacy.scss */
22
.z-pie-element, .lt-ie9 #page, #page {
23
  behavior: url("/polyfills/css3pie/PIE-1.0.0.htc");
24
  z-index: 0;
25
}
26

  
27
/* line 63, ../sass/ie-legacy.scss */
28
.lt-ie9 #header {
29
  /* 
30
   * reset right padding to zero and use margin-right instead,
31
   * this avoids the need for background-clip: content-box
32
   * which is not suppoorted in IE < 9
33
   */
34
  padding-right: 0;
35
  margin-right: 20px;
36
}
37

  
38
/* HTML element (SMACSS base) rules */
39
/**
40
 * @file
41
 * Normalize.css is intended to be used as an alternative to CSS resets.
42
 *
43
 * This file is a slight fork of these original sources:
44
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
45
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
46
 *
47
 * It's suggested that you read the normalize.scss file and customise it to meet
48
 * your needs, rather then including the file in your project and overriding the
49
 * defaults later in your CSS.
50
 * @see http://nicolasgallagher.com/about-normalize-css/
51
 *
52
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
53
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
54
 */
55
/**
56
 * HTML5 display definitions
57
 */
58
/* Correct `block` display not defined in IE 8/9. */
59
/* line 33, ../sass/_normalize.scss */
60
article,
61
aside,
62
details,
63
figcaption,
64
figure,
65
footer,
66
header,
67
main,
68
nav,
69
section,
70
summary {
71
  display: block;
72
}
73

  
74
/* Correct `inline-block` display not defined in IE 8/9. */
75
/* line 40, ../sass/_normalize.scss */
76
audio,
77
canvas,
78
video {
79
  display: inline-block;
80
  *display: inline;
81
  *zoom: 1;
82
}
83

  
84
/**
85
 * Prevent modern browsers from displaying `audio` without controls.
86
 * Remove excess height in iOS 5 devices.
87
 */
88
/* line 52, ../sass/_normalize.scss */
89
audio:not([controls]) {
90
  display: none;
91
  height: 0;
92
}
93

  
94
/* Address styling not present in IE 8/9. */
95
/* line 58, ../sass/_normalize.scss */
96
[hidden] {
97
  display: none;
98
}
99

  
100
/**
101
 * Base
102
 *
103
 * Instead of relying on the fonts that are available on a user's computer, you
104
 * can use web fonts which, like images, are resources downloaded to the user's
105
 * browser. Because of the bandwidth and rendering resources required, web fonts
106
 * should be used with care.
107
 *
108
 * Numerous resources for web fonts can be found on Google. Here are a few
109
 * websites where you can find Open Source fonts to download:
110
 * - http://www.fontsquirrel.com/fontface
111
 * - http://www.theleagueofmoveabletype.com
112
 *
113
 * In order to use these fonts, you will need to convert them into formats
114
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
115
 * Font-Face Generator:
116
 *   http://www.fontsquirrel.com/fontface/generator
117
 *
118
 * The following is an example @font-face declaration. This font can then be
119
 * used in any ruleset using a property like this:  font-family: Example, serif;
120
 *
121
 * Since we're using Sass, you'll need to declare your font faces here, then you
122
 * can add them to the font variables in the _init.scss partial.
123
 */
124
/*
125
@font-face {
126
  font-family: 'Example';
127
  src: url('../fonts/example.eot');
128
  src: url('../fonts/example.eot?iefix') format('eot'),
129
    url('../fonts/example.woff') format('woff'),
130
    url('../fonts/example.ttf') format('truetype'),
131
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
132
  font-weight: normal;
133
  font-style: normal;
134
}
135
*/
136
/**
137
 * 1. Set default font family to sans-serif.
138
 * 2. Prevent iOS text size adjust after orientation change, without disabling
139
 *    user zoom.
140
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
141
 *    `em` units.
142
 */
143
/* line 106, ../sass/_normalize.scss */
144
html {
145
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
146
  /* 1 */
147
  font-size: 75%;
148
  /* 3 */
149
  -ms-text-size-adjust: 100%;
150
  /* 2 */
151
  -webkit-text-size-adjust: 100%;
152
  /* 2 */
153
  line-height: 1.5em;
154
}
155

  
156
/* Address `font-family` inconsistency between `textarea` and other form elements. */
157
/* line 120, ../sass/_normalize.scss */
158
button,
159
input,
160
select,
161
textarea {
162
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
163
}
164

  
165
/* Remove default margin. */
166
/* line 126, ../sass/_normalize.scss */
167
body {
168
  margin: 0;
169
  padding: 0;
170
}
171

  
172
/**
173
 * Links
174
 *
175
 * The order of link states are based on Eric Meyer's article:
176
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
177
 */
178
/* Address `outline` inconsistency between Chrome and other browsers. */
179
/* line 148, ../sass/_normalize.scss */
180
a:focus {
181
  outline: thin dotted;
182
}
183

  
184
/* Improve readability when focused and also mouse hovered in all browsers. */
185
/* line 154, ../sass/_normalize.scss */
186
a:active,
187
a:hover {
188
  outline: 0;
189
}
190

  
191
/**
192
 * Typography
193
 *
194
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
195
 * so that the line height of our base font becomes the basic unit of vertical
196
 * measurement. We use multiples of that unit to set the top and bottom margins
197
 * for our block level elements and to set the line heights of any fonts.
198
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
199
 */
200
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
201
/* line 170, ../sass/_normalize.scss */
202
p,
203
pre {
204
  margin: 1.5em 0;
205
}
206

  
207
/* line 173, ../sass/_normalize.scss */
208
blockquote {
209
  /* Also indent the quote on both sides. */
210
  margin: 1.5em 30px;
211
}
212

  
213
/**
214
 * Address variable `h1` font-size and margin within `section` and `article`
215
 * contexts in Firefox 4+, Safari 5, and Chrome.
216
 */
217
/* line 182, ../sass/_normalize.scss */
218
h1 {
219
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
220
  font-size: 2em;
221
  line-height: 1.5em;
222
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
223
  margin-top: 0.75em;
224
  margin-bottom: 0.75em;
225
}
226

  
227
/* line 190, ../sass/_normalize.scss */
228
h2 {
229
  font-size: 1.6em;
230
  line-height: 1.875em;
231
  margin-top: 0.9375em;
232
  margin-bottom: 0.9375em;
233
}
234

  
235
/* line 195, ../sass/_normalize.scss */
236
h3 {
237
  font-size: 1.5em;
238
  line-height: 2em;
239
  margin-top: 1em;
240
  margin-bottom: 1em;
241
}
242

  
243
/* line 200, ../sass/_normalize.scss */
244
h4 {
245
  font-size: 1em;
246
  line-height: 1.5em;
247
  margin-top: 1.5em;
248
  margin-bottom: 1.5em;
249
}
250

  
251
/* line 205, ../sass/_normalize.scss */
252
h5 {
253
  font-size: 0.83em;
254
  line-height: 1.80723em;
255
  margin-top: 1.80723em;
256
  margin-bottom: 1.80723em;
257
}
258

  
259
/* line 210, ../sass/_normalize.scss */
260
h6 {
261
  font-size: 0.67em;
262
  line-height: 2.23881em;
263
  margin-top: 2.23881em;
264
  margin-bottom: 2.23881em;
265
}
266

  
267
/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
268
/* line 217, ../sass/_normalize.scss */
269
abbr[title] {
270
  border-bottom: 1px dotted;
271
}
272

  
273
/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
274
/* line 223, ../sass/_normalize.scss */
275
b,
276
strong {
277
  font-weight: bold;
278
}
279

  
280
/* Address styling not present in Safari 5 and Chrome. */
281
/* line 228, ../sass/_normalize.scss */
282
dfn {
283
  font-style: italic;
284
}
285

  
286
/* Address differences between Firefox and other browsers. */
287
/* line 233, ../sass/_normalize.scss */
288
hr {
289
  -webkit-box-sizing: content-box;
290
  -moz-box-sizing: content-box;
291
  box-sizing: content-box;
292
  height: 0;
293
  border: 1px solid #666;
294
  padding-bottom: -1px;
295
  margin: 1.5em 0;
296
}
297

  
298
/* Address styling not present in IE 8/9. */
299
/* line 242, ../sass/_normalize.scss */
300
mark {
301
  background: #ff0;
302
  color: #000;
303
}
304

  
305
/* Correct font family set oddly in Safari 5 and Chrome. */
306
/* line 253, ../sass/_normalize.scss */
307
code,
308
kbd,
309
pre,
310
samp,
311
tt,
312
var {
313
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
314
  _font-family: 'courier new', monospace;
315
  font-size: 1em;
316
  line-height: 1.5em;
317
}
318

  
319
/* Improve readability of pre-formatted text in all browsers. */
320
/* line 262, ../sass/_normalize.scss */
321
pre {
322
  white-space: pre;
323
  white-space: pre-wrap;
324
  word-wrap: break-word;
325
}
326

  
327
/* Set consistent quote types. */
328
/* line 274, ../sass/_normalize.scss */
329
q {
330
  quotes: "\201C" "\201D" "\2018" "\2019";
331
}
332

  
333
/* Address inconsistent and variable font size in all browsers. */
334
/* line 279, ../sass/_normalize.scss */
335
small {
336
  font-size: 80%;
337
}
338

  
339
/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
340
/* line 285, ../sass/_normalize.scss */
341
sub,
342
sup {
343
  font-size: 75%;
344
  line-height: 0;
345
  position: relative;
346
  vertical-align: baseline;
347
}
348

  
349
/* line 291, ../sass/_normalize.scss */
350
sup {
351
  top: -0.5em;
352
}
353

  
354
/* line 294, ../sass/_normalize.scss */
355
sub {
356
  bottom: -0.25em;
357
}
358

  
359
/**
360
 * Lists
361
 */
362
/* line 305, ../sass/_normalize.scss */
363
dl,
364
menu,
365
ol,
366
ul,
367
.item-list ul {
368
  /* Address margins set differently in IE 6/7. */
369
  margin: 12px 0;
370
}
371

  
372
/* line 313, ../sass/_normalize.scss */
373
ol ol,
374
ol ul,
375
ul ol,
376
ul ul {
377
  /* Turn off margins on nested lists. */
378
  margin: 0;
379
}
380

  
381
/* line 318, ../sass/_normalize.scss */
382
dd {
383
  margin: 0 0 0 30px;
384
  /* LTR */
385
}
386

  
387
/* Address paddings set differently in IE 6/7. */
388
/* line 325, ../sass/_normalize.scss */
389
menu,
390
ol,
391
ul {
392
  padding: 0 0 0 30px;
393
  /* LTR */
394
}
395

  
396
/* Correct list images handled incorrectly in IE 7. */
397
/* line 332, ../sass/_normalize.scss */
398
nav ul,
399
nav ol {
400
  list-style: none;
401
  list-style-image: none;
402
}
403

  
404
/**
405
 * Embedded content and figures
406
 *
407
 * @todo Look into adding responsive embedded video.
408
 */
409
/* line 343, ../sass/_normalize.scss */
410
img {
411
  /* Remove border when inside `a` element in IE 8/9. */
412
  border: 0;
413
  /* Improve image quality when scaled in IE 7. */
414
  -ms-interpolation-mode: bicubic;
415
  /* Suppress the space beneath the baseline */
416
  /* vertical-align: bottom; */
417
  /* Responsive images */
418
  max-width: 100%;
419
  height: auto;
420
}
421
/* line 358, ../sass/_normalize.scss */
422
img .lt-ie9 {
423
  /* Correct IE 8 not scaling image height when resized. */
424
  width: auto;
425
}
426

  
427
/* Correct overflow displayed oddly in IE 9. */
428
/* line 366, ../sass/_normalize.scss */
429
svg:not(:root) {
430
  overflow: hidden;
431
}
432

  
433
/* Address margin not present in IE 8/9 and Safari 5. */
434
/* line 371, ../sass/_normalize.scss */
435
figure {
436
  margin: 0;
437
}
438

  
439
/**
440
 * Forms
441
 */
442
/* Correct margin displayed oddly in IE 6/7. */
443
/* line 381, ../sass/_normalize.scss */
444
form {
445
  margin: 0;
446
}
447

  
448
/* Define consistent border, margin, and padding. */
449
/* line 387, ../sass/_normalize.scss */
450
fieldset {
451
  margin: 0 2px;
452
  /* Apply borders and padding that keep the vertical rhythm. */
453
  border-color: #c0c0c0;
454
  border-top-style: solid;
455
  border-top-width: 0.08333em;
456
  padding-top: 0.44167em;
457
  border-bottom-style: solid;
458
  border-bottom-width: 0.08333em;
459
  padding-bottom: 0.89167em;
460
  border-left-style: solid;
461
  border-left-width: 0.08333em;
462
  padding-left: 0.89167em;
463
  border-right-style: solid;
464
  border-right-width: 0.08333em;
465
  padding-right: 0.89167em;
466
}
467

  
468
/**
469
 * 1. Correct `color` not being inherited in IE 8/9.
470
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
471
 * 3. Correct alignment displayed oddly in IE 6/7.
472
 */
473
/* line 402, ../sass/_normalize.scss */
474
legend {
475
  border: 0;
476
  /* 1 */
477
  padding: 0;
478
  /* 2 */
479
  *margin-left: -7px;
480
  /* 3 */
481
  /* LTR */
482
}
483

  
484
/**
485
 * 1. Correct font family not being inherited in all browsers.
486
 * 2. Correct font size not being inherited in all browsers.
487
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
488
 * 4. Improve appearance and consistency with IE 6/7.
489
 * 5. Keep form elements constrained in their containers.
490
 */
491
/* line 420, ../sass/_normalize.scss */
492
button,
493
input,
494
select,
495
textarea {
496
  font-family: inherit;
497
  /* 1 */
498
  font-size: 100%;
499
  /* 2 */
500
  margin: 0;
501
  /* 3 */
502
  vertical-align: baseline;
503
  /* 4 */
504
  *vertical-align: middle;
505
  /* 4 */
506
  max-width: 100%;
507
  /* 5 */
508
  -webkit-box-sizing: border-box;
509
  -moz-box-sizing: border-box;
510
  box-sizing: border-box;
511
  /* 5 */
512
}
513

  
514
/**
515
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
516
 * the UA stylesheet.
517
 */
518
/* line 437, ../sass/_normalize.scss */
519
button,
520
input {
521
  line-height: normal;
522
}
523

  
524
/**
525
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
526
 * All other form control elements do not inherit `text-transform` values.
527
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
528
 * Correct `select` style inheritance in Firefox 4+ and Opera.
529
 */
530
/* line 448, ../sass/_normalize.scss */
531
button,
532
select {
533
  text-transform: none;
534
}
535

  
536
/**
537
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
538
 *    and `video` controls.
539
 * 2. Correct inability to style clickable `input` types in iOS.
540
 * 3. Improve usability and consistency of cursor style between image-type
541
 *    `input` and others.
542
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
543
 *    Known issue: inner spacing remains in IE 6.
544
 */
545
/* line 464, ../sass/_normalize.scss */
546
button,
547
html input[type="button"],
548
input[type="reset"],
549
input[type="submit"] {
550
  -webkit-appearance: button;
551
  /* 2 */
552
  cursor: pointer;
553
  /* 3 */
554
  *overflow: visible;
555
  /* 4 */
556
}
557

  
558
/**
559
 * Re-set default cursor for disabled elements.
560
 */
561
/* line 476, ../sass/_normalize.scss */
562
button[disabled],
563
html input[disabled] {
564
  cursor: default;
565
}
566

  
567
/**
568
 * 1. Address box sizing set to `content-box` in IE 8/9.
569
 * 2. Remove excess padding in IE 8/9.
570
 * 3. Remove excess padding in IE 7.
571
 *    Known issue: excess padding remains in IE 6.
572
 */
573
/* line 487, ../sass/_normalize.scss */
574
input[type="checkbox"],
575
input[type="radio"] {
576
  -webkit-box-sizing: border-box;
577
  -moz-box-sizing: border-box;
578
  box-sizing: border-box;
579
  /* 1 */
580
  padding: 0;
581
  /* 2 */
582
  *height: 13px;
583
  /* 3 */
584
  *width: 13px;
585
  /* 3 */
586
}
587

  
588
/**
589
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
590
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
591
 *    (include `-moz` to future-proof).
592
 */
593
/* line 501, ../sass/_normalize.scss */
594
input[type="search"] {
595
  -webkit-appearance: textfield;
596
  /* 1 */
597
  -webkit-box-sizing: content-box;
598
  -moz-box-sizing: content-box;
599
  box-sizing: content-box;
600
  /* 2 */
601
}
602

  
603
/**
604
 * Remove inner padding and search cancel button in Safari 5 and Chrome
605
 * on OS X.
606
 */
607
/* line 511, ../sass/_normalize.scss */
608
input[type="search"]::-webkit-search-cancel-button,
609
input[type="search"]::-webkit-search-decoration {
610
  -webkit-appearance: none;
611
}
612

  
613
/* Remove inner padding and border in Firefox 4+. */
614
/* line 517, ../sass/_normalize.scss */
615
button::-moz-focus-inner,
616
input::-moz-focus-inner {
617
  border: 0;
618
  padding: 0;
619
}
620

  
621
/**
622
 * 1. Remove default vertical scrollbar in IE 8/9.
623
 * 2. Improve readability and alignment in all browsers.
624
 */
625
/* line 526, ../sass/_normalize.scss */
626
textarea {
627
  overflow: auto;
628
  /* 1 */
629
  vertical-align: top;
630
  /* 2 */
631
}
632

  
633
/* Drupal-style form labels. */
634
/* line 532, ../sass/_normalize.scss */
635
label {
636
  display: block;
637
  font-weight: bold;
638
}
639

  
640
/**
641
 * Tables
642
 */
643
/* line 540, ../sass/_normalize.scss */
644
table {
645
  /* Remove most spacing between table cells. */
646
  border-collapse: collapse;
647
  border-spacing: 0;
648
  /* Prevent cramped-looking tables */
649
  /* width: 100%; */
650
  /* Add vertical rhythm margins. */
651
  margin-top: 1.5em;
652
  margin-bottom: 1.5em;
653
}
654

  
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff