Project

General

Profile

« Previous | Next » 

Revision e03a7102

Added by Andreas Kohlbecker over 7 years ago

ref #5956 classification breadcrumb navigation for mobiles fixed

View differences:

themes/zen_dataportal/css/cdm.css
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,#backButton a:link,#backButton 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,#backButton a:hover,#backButton 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,#backButton .Synonym a:link,#backButton .Synonym a:visited,#backButton .misapplied-name a:link,#backButton .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,#backButton .Taxon a:link,#backButton .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}#backButton{text-align:right}.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}
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
}
themes/zen_dataportal/css/ie-legacy.css
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}
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
}
themes/zen_dataportal/css/pie.css
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)}
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
}
themes/zen_dataportal/css/styles-rtl.css
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?1474638464')}.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?1474638464');background-position:98% 50%}
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"; */
themes/zen_dataportal/css/styles.css
1
.pie-element,.lt-ie9 #page,#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,#page{behavior:url("/polyfills/css3pie/PIE-1.0.0.htc");z-index:0}.lt-ie9 #header{padding-right:0;margin-right:20px}article,aside,details,figcaption,figure,footer,header,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:Verdana,Tahoma,"DejaVu Sans",sans-serif;font-size:75%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;line-height:1.5em}button,input,select,textarea{font-family:Verdana,Tahoma,"DejaVu Sans",sans-serif}body{margin:0;padding:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}p,pre{margin:1.5em 0}blockquote{margin:1.5em 30px}h1{font-size:2em;line-height:1.5em;margin-top:0.75em;margin-bottom:0.75em}h2{font-size:1.6em;line-height:1.875em;margin-top:0.9375em;margin-bottom:0.9375em}h3{font-size:1.5em;line-height:2em;margin-top:1em;margin-bottom:1em}h4{font-size:1em;line-height:1.5em;margin-top:1.5em;margin-bottom:1.5em}h5{font-size:0.83em;line-height:1.80723em;margin-top:1.80723em;margin-bottom:1.80723em}h6{font-size:0.67em;line-height:2.23881em;margin-top:2.23881em;margin-bottom:2.23881em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0;border:1px solid #666;padding-bottom:-1px;margin:1.5em 0}mark{background:#ff0;color:#000}code,kbd,pre,samp,tt,var{font-family:"Courier New","DejaVu Sans Mono",monospace,sans-serif;_font-family:'courier new', monospace;font-size:1em;line-height:1.5em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul,.item-list ul{margin:12px 0}ol ol,ol ul,ul ol,ul ul{margin:0}dd{margin:0 0 0 30px}menu,ol,ul{padding:0 0 0 30px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic;max-width:100%;height:auto}img .lt-ie9{width:auto}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{margin:0 2px;border-color:#c0c0c0;border-top-style:solid;border-top-width:0.08333em;padding-top:0.44167em;border-bottom-style:solid;border-bottom-width:0.08333em;padding-bottom:0.89167em;border-left-style:solid;border-left-width:0.08333em;padding-left:0.89167em;border-right-style:solid;border-right-width:0.08333em;padding-right:0.89167em}legend{border:0;padding:0;*margin-left:-7px}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;max-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}label{display:block;font-weight:bold}table{border-collapse:collapse;border-spacing:0;margin-top:1.5em;margin-bottom:1.5em}td{vertical-align:top;text-align:left}#page,.region-bottom{margin-left:auto;margin-right:auto;max-width:960px}#header,#content,#navigation,.region-sidebar-first,.region-sidebar-second,#footer{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}#header,#main,#footer{*position:relative;*zoom:1}#header:before,#header:after,#main:before,#main:after,#footer:before,#footer:after{content:"";display:table}#header:after,#main:after,#footer:after{clear:both}#main{padding-top:60px;padding-bottom:40px;position:relative}#navigation{position:absolute;top:0;height:40px;width:100%}@media all and (min-width: 480px) and (max-width: 959px){.sidebar-first #content{float:left;width:66.66667%;margin-left:33.33333%;margin-right:-100%}.sidebar-first .region-sidebar-first{float:left;width:33.33333%;margin-left:0%;margin-right:-33.33333%}.sidebar-second #content{float:left;width:66.66667%;margin-left:0%;margin-right:-66.66667%}.sidebar-second .region-sidebar-second{float:left;width:33.33333%;margin-left:66.66667%;margin-right:-100%}.two-sidebars #content{float:left;width:66.66667%;margin-left:33.33333%;margin-right:-100%}.two-sidebars .region-sidebar-first{float:left;width:33.33333%;margin-left:0%;margin-right:-33.33333%}.two-sidebars .region-sidebar-second{float:left;width:100%;margin-left:0%;margin-right:-100%;padding-left:0;padding-right:0;clear:left}.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:left;width:33.33333%;margin-left:0%;margin-right:-33.33333%;clear:left}.two-sidebars .region-sidebar-second .block:nth-child(3n+2){float:left;width:33.33333%;margin-left:33.33333%;margin-right:-66.66667%}.two-sidebars .region-sidebar-second .block:nth-child(3n){float:left;width:33.33333%;margin-left:66.66667%;margin-right:-100%}}@media all and (min-width: 960px){.sidebar-first #content{float:left;width:75%;margin-left:25%;margin-right:-100%}.sidebar-first .region-sidebar-first{float:left;width:25%;margin-left:0%;margin-right:-25%}.sidebar-second #content{float:left;width:75%;margin-left:0%;margin-right:-75%}.sidebar-second .region-sidebar-second{float:left;width:25%;margin-left:75%;margin-right:-100%}.two-sidebars #content{float:left;width:50%;margin-left:25%;margin-right:-75%}.two-sidebars .region-sidebar-first{float:left;width:25%;margin-left:0%;margin-right:-25%}.two-sidebars .region-sidebar-second{float:left;width:25%;margin-left:75%;margin-right:-100%}}.with-wireframes #header,.with-wireframes #main,.with-wireframes #content,.with-wireframes #navigation,.with-wireframes .region-sidebar-first,.with-wireframes .region-sidebar-second,.with-wireframes #footer,.with-wireframes .region-bottom{outline:1px solid #ccc}.lt-ie8 .with-wireframes #header,.lt-ie8 .with-wireframes #main,.lt-ie8 .with-wireframes #content,.lt-ie8 .with-wireframes #navigation,.lt-ie8 .with-wireframes .region-sidebar-first,.lt-ie8 .with-wireframes .region-sidebar-second,.lt-ie8 .with-wireframes #footer,.lt-ie8 .with-wireframes .region-bottom{border:1px solid #ccc}.element-invisible,.element-focusable,#navigation .block-menu .block__title,#navigation .block-menu-block .block__title{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px)}.element-focusable:active,.element-focusable:focus{position:static !important;clip:auto;height:auto;width:auto;overflow:auto}#skip-link{margin:0}#skip-link a,#skip-link a:visited{display:block;width:100%;padding:2px 0 3px 0;text-align:center;background-color:#666;color:#fff}.header__logo{float:left;margin:0;padding:0}.header__logo-image{vertical-align:bottom}.header__name-and-slogan{float:left}.header__site-name{margin:0;font-size:2em;line-height:1.5em}.header__site-link:link,.header__site-link:visited{color:#000;text-decoration:none}.header__site-link:hover,.header__site-link:focus{text-decoration:underline}.header__site-slogan{margin:0}.header__secondary-menu{float:right}.header__region{clear:both}#navigation .block{margin-bottom:0}#navigation .links,#navigation .menu{margin:0;padding:0;margin-left:-20px;text-align:left;display:block}#navigation .links li,#navigation .menu li{float:left;line-height:20px;padding:0 20px;list-style-type:none;list-style-image:none;border-left:1px solid #000;border-right:1px solid #000;margin-left:-1px}#navigation .links li.first,#navigation .menu li.first{border-left:0}#navigation .links li.last,#navigation .menu li.last{border-right:0}#page{-webkit-box-shadow:0px 5px 20px #000;-moz-box-shadow:0px 5px 20px #000;box-shadow:0px 5px 20px #000;padding-top:20px;background-color:#fff}#sub-header{clear:both;min-height:20px}#sub-header #site-name{font-weight:lighter}#logo{float:left;margin:0;margin-right:20px;padding:0}#logo img{vertical-align:bottom}#admin-menu .dropdown .admin-menu-icon img{height:18px}#name-and-slogan{float:left;margin-right:20px}#site-name{font-size:2.5em;font-weight:bold;line-height:1.5em;margin:0}#site-name a:link,#site-name a:visited{color:#fff;text-decoration:none}#site-name a:hover,#site-name a:focus{color:#fff;text-decoration:none}#main-menu{padding:5px 0;padding-left:53px;background-color:#dedede;display:block;font-size:14.4px}#main-menu a:link,#main-menu a:visited{color:#000;text-decoration:none}#main-menu a:hover,#main-menu a:focus{text-decoration:underline}.breadcrumb ol{margin:0;padding:0}.breadcrumb li{display:inline;list-style-type:none;margin:0;padding:0}.page__title,.node__title,.block__title,.comments__title,.comments__form-title,.comment__title{margin:0}.node__title{display:none}.messages,.messages--status,.messages--warning,.messages--error{margin:1.5em 0;padding:10px 10px 10px 50px;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');*background-image:url('../images/message-24-ok.png?1474638464');background-position:8px 8px;background-repeat:no-repeat;border:1px solid #be7}.messages--warning{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');*background-image:url('../images/message-24-warning.png?1474638464');border-color:#ed5}.messages--error{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');*background-image:url('../images/message-24-error.png?1474638464');border-color:#ed541d}.messages__list{margin:0}.messages__item{list-style-image:none}.messages--error p.error{color:#333}.ok,.messages--status{background-color:#f8fff0;color:#234600}.warning,.messages--warning{background-color:#fffce5;color:#840}.error,.messages--error{background-color:#fef5f1;color:#8c2e0b}.tabs-primary,.tabs-secondary{overflow:hidden;*zoom:1;background:-webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, transparent));background:-webkit-linear-gradient(bottom, #bbbbbb 1px,transparent 1px);background:-moz-linear-gradient(bottom, #bbbbbb 1px,transparent 1px);background:-o-linear-gradient(bottom, #bbbbbb 1px,transparent 1px);-pie-background:linear-gradient(bottom, #bbbbbb 1px,transparent 1px);background:linear-gradient(bottom, #bbbbbb 1px,transparent 1px);list-style:none;border-bottom:1px solid #bbb \0/ie;margin:1.5em 0;padding:0 2px;white-space:nowrap}.tabs-primary__tab,.tabs-primary__tab.is-active,.tabs-secondary__tab,.tabs-secondary__tab.is-active{float:left;margin:0 3px}a.tabs-primary__tab-link,a.tabs-primary__tab-link.is-active,a.tabs-secondary__tab-link,a.tabs-secondary__tab-link.is-active{border:1px solid #e9e9e9;border-right:0;border-bottom:0;display:block;line-height:1.5em;text-decoration:none}.tabs-primary__tab,.tabs-primary__tab.is-active{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;text-shadow:1px 1px 0 #fff;border:1px solid #bbb;border-bottom-color:transparent;border-bottom:0 \0/ie}.is-active.tabs-primary__tab{border-bottom-color:#fff}a.tabs-primary__tab-link,a.tabs-primary__tab-link.is-active{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;border-top-right-radius:4px;-webkit-transition:background-color 0.3s;-moz-transition:background-color 0.3s;-o-transition:background-color 0.3s;transition:background-color 0.3s;color:#333;background-color:#dedede;letter-spacing:1px;padding:0 1em;text-align:center}a.tabs-primary__tab-link:hover,a.tabs-primary__tab-link:focus{background-color:#e9e9e9;border-color:#f2f2f2}a.tabs-primary__tab-link:active,a.tabs-primary__tab-link.is-active{background-color:transparent;*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');background:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233,233,233,0)));background:-webkit-linear-gradient(#e9e9e9,rgba(233,233,233,0));background:-moz-linear-gradient(#e9e9e9,rgba(233,233,233,0));background:-o-linear-gradient(#e9e9e9,rgba(233,233,233,0));-pie-background:linear-gradient(#e9e9e9,rgba(233,233,233,0));background:linear-gradient(#e9e9e9,rgba(233,233,233,0));border-color:#fff}.tabs-secondary{font-size:.9em;margin-top:-1.5em}.tabs-secondary__tab,.tabs-secondary__tab.is-active{margin:0.75em 3px}a.tabs-secondary__tab-link,a.tabs-secondary__tab-link.is-active{-webkit-border-radius:0.75em;-moz-border-radius:0.75em;-ms-border-radius:0.75em;-o-border-radius:0.75em;border-radius:0.75em;-webkit-transition:background-color 0.3s;-moz-transition:background-color 0.3s;-o-transition:background-color 0.3s;transition:background-color 0.3s;text-shadow:1px 1px 0 #fff;background-color:#f2f2f2;color:#666;padding:0 .5em}a.tabs-secondary__tab-link:hover,a.tabs-secondary__tab-link:focus{background-color:#dedede;border-color:#999;color:#333}a.tabs-secondary__tab-link:active,a.tabs-secondary__tab-link.is-active{text-shadow:1px 1px 0 #333;background-color:#666;border-color:#000;color:#fff}.inline{display:inline;padding:0}.inline li{display:inline;list-style-type:none;padding:0 1em 0 0}span.field-label{padding:0 1em 0 0}.more-link{text-align:right}.more-help-link{text-align:right}.more-help-link a{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');*background-image:url('../images/help.png?1474638464');background-position:0 50%;background-repeat:no-repeat;padding:1px 0 1px 20px}.pager{clear:both;padding:0;text-align:center}.pager-item,.pager-first,.pager-previous,.pager-next,.pager-last,.pager-ellipsis,.pager-current{display:inline;padding:0 0.5em;list-style-type:none;background-image:none}.pager-current{font-weight:bold}h1,h2,h3,h4,h5,h6{font-weight:normal}h1.title,h2.node-title,h2.block-title,h2.title,h2.comment-form,h3.title{margin:0}.block{margin-bottom:1.5em}.menu__item.is-leaf{list-style-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');*list-style-image:url('../images/menu-leaf.png?1474638464');list-style-type:square}.menu__item.is-expanded{list-style-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');*list-style-image:url('../images/menu-expanded.png?1474638464');list-style-type:circle}.menu__item.is-collapsed{list-style-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');*list-style-image:url('../images/menu-collapsed.png?1474638464');list-style-type:disc}.menu a.active{color:#000}.new,.update{color:#c00;background-color:transparent}.unpublished{height:0;overflow:visible;background-color:transparent;color:#d8d8d8;font-size:75px;line-height:1;font-family:Impact, "Arial Narrow", Helvetica, sans-serif;font-weight:bold;text-transform:uppercase;text-align:center;word-wrap:break-word}.lt-ie8 .node-unpublished>*,.lt-ie8 .comment-unpublished>*{position:relative}.comments{margin:1.5em 0}.comment-preview{background-color:#ffffea}.comment .permalink{text-transform:uppercase;font-size:75%}.indented{margin-left:30px}.form-item{margin:1.5em 0}.form-checkboxes .form-item,.form-radios .form-item{margin:0}tr.odd .form-item,tr.even .form-item{margin:0}.form-item input.error,.form-item textarea.error,.form-item select.error{border:1px solid #c00}.form-item .description{font-size:0.85em}.form-type-radio .description,.form-type-checkbox .description{margin-left:2.4em}.form-required{color:#c00}label.option{display:inline;font-weight:normal}a.button{-webkit-appearance:button;-moz-appearance:button;appearance:button}.password-parent,.confirm-parent{margin:0}#user-login-form{text-align:left}.openid-links{margin-bottom:0}.openid-link,.user-link{margin-top:1.5em}html.js #user-login-form li.openid-link,#user-login-form li.openid-link{margin-left:-20px}#user-login ul{margin:1.5em 0}form th{text-align:left;padding-right:1em;border-bottom:3px solid #ccc}form tbody{border-top:1px solid #ccc}form table ul{margin:0}tr.even,tr.odd{background-color:#eee;border-bottom:1px solid #ccc;padding:0.1em 0.6em}tr.even{background-color:#fff}.lt-ie8 tr.even th,.lt-ie8 tr.even td,.lt-ie8 tr.odd th,.lt-ie8 tr.odd td{border-bottom:1px solid #ccc}td.active{background-color:#ddd}td.checkbox,th.checkbox{text-align:center}td.menu-disabled{background:#ccc}#autocomplete .selected{background:#0072b9;color:#fff}html.js .collapsible .fieldset-legend{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');*background-image:url('../images/menu-expanded.png?1474638464');background-position:5px 65%;background-repeat:no-repeat;padding-left:15px}html.js .collapsed .fieldset-legend{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');*background-image:url('../images/menu-collapsed.png?1474638464');background-position:5px 50%}.fieldset-legend .summary{color:#999;font-size:0.9em;margin-left:0.5em}tr.drag{background-color:#fffff0}tr.drag-previous{background-color:#ffd}.tabledrag-toggle-weight{font-size:0.9em}tr.selected td{background:#ffc}.progress{font-weight:bold}.progress .bar{background:#ccc;border-color:#666;margin:0 0.2em;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}.progress .filled{background-color:#0072b9;background-image:url('../images/progress.gif?1474638464')}@media print{a:link,a:visited{text-decoration:underline !important}a:link.header__site-link,a:visited.header__site-link{text-decoration:none !important}#content a[href]:after{content:" (" attr(href) ")";font-weight:normal;font-size:12px}#content a[href^="javascript:"]:after,#content a[href^="#"]:after{content:""}#content abbr[title]:after{content:" (" attr(title) ")"}#content{float:none !important;width:100% !important;margin:0 !important;padding:0 !important}body,#page,#main,#content{color:#000;background-color:transparent !important;background-image:none !important}#skip-link,#toolbar,#navigation,.region-sidebar-first,.region-sidebar-second,#footer,.breadcrumb,.tabs,.action-links,.links,.book-navigation,.forum-topic-navigation,.pager,.feed-icons{visibility:hidden;display:none}}.pie-element,.lt-ie9 #page,#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,#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,#backButton a:link,#backButton 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,#backButton a:hover,#backButton 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,#backButton .Synonym a:link,#backButton .Synonym a:visited,#backButton .misapplied-name a:link,#backButton .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,#backButton .Taxon a:link,#backButton .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:40px}.block-cdm-dataportal-feature dl dl,.media-caption dl dl,.specimens dl dl{margin:0}#backButton{text-align:right}.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:20px;margin-right:20px}#specimens .block-cdm-dataportal-feature{margin-left:40px;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:40px}#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}
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
}
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff