Project

General

Profile

Download (8.11 KB) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * @file
3
 * cdm_dataportal specific styling
4
 *
5
 * Style the markup found in the cdm_dataportal module.
6
 */
7
@import url(../fonts/droid-sans-fontfacekit/web fonts/droidsans_regular/stylesheet.css);
8
@import url(../fonts/droid-sans-mono-fontfacekit/web fonts/droidsansmono_regular/stylesheet.css);
9
/* line 30, ../sass/ie-legacy.scss */
10
.pie-element, .lt-ie9 #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 {
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
/* 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, #content a:link,
43
#content a:visited {
44
  color: #115e92;
45
  text-decoration: none;
46
}
47
/* line 49, ../sass/_mixins.scss */
48
.block a:hover,
49
.block a:focus, .node a:hover,
50
.node a:focus, #identificationKey a:hover,
51
#identificationKey a:focus, #content a:hover,
52
#content a:focus {
53
  text-decoration: underline;
54
}
55
/* line 58, ../sass/_mixins.scss */
56
.block .Synonym a:link,
57
.block .Synonym a:visited, .block .misapplied-name a:link,
58
.block .misapplied-name a:visited, .node .Synonym a:link,
59
.node .Synonym a:visited, .node .misapplied-name a:link,
60
.node .misapplied-name a:visited, #identificationKey .Synonym a:link,
61
#identificationKey .Synonym a:visited, #identificationKey .misapplied-name a:link,
62
#identificationKey .misapplied-name a:visited, #content .Synonym a:link,
63
#content .Synonym a:visited, #content .misapplied-name a:link,
64
#content .misapplied-name a:visited {
65
  color: #7c7c7c;
66
}
67
/* line 64, ../sass/_mixins.scss */
68
.block .Taxon a:link,
69
.block .Taxon a:visited, .node .Taxon a:link,
70
.node .Taxon a:visited, #identificationKey .Taxon a:link,
71
#identificationKey .Taxon a:visited, #content .Taxon a:link,
72
#content .Taxon a:visited {
73
  color: #115e92;
74
}
75

    
76
/* line 21, ../sass/cdm.scss */
77
.node-cdm-name .name-page-name {
78
  margin-top: 10px;
79
  margin-bottom: 10px;
80
}
81
/* line 25, ../sass/cdm.scss */
82
.node-cdm-name .registered_name {
83
  font-weight: bold;
84
}
85

    
86
/* line 30, ../sass/cdm.scss */
87
#content a.tabs-primary__tab-link {
88
  color: #333;
89
}
90

    
91
/* line 34, ../sass/cdm.scss */
92
#page-toc {
93
  float: right;
94
  background-color: white;
95
}
96
/* line 37, ../sass/cdm.scss */
97
#page-toc h3 {
98
  margin-top: 0;
99
  line-height: 18px;
100
}
101

    
102
/* line 43, ../sass/cdm.scss */
103
#taxonProfileImage {
104
  float: left;
105
}
106

    
107
/* line 47, ../sass/cdm.scss */
108
.block-cdm-dataportal-feature, .media-caption, .specimens {
109
  clear: both;
110
  margin-bottom: 18px;
111
}
112
/* line 50, ../sass/cdm.scss */
113
.block-cdm-dataportal-feature dt, .media-caption dt, .specimens dt {
114
  float: left;
115
  font-weight: bold;
116
  margin-right: 0.3em;
117
}
118
/* line 55, ../sass/cdm.scss */
119
.block-cdm-dataportal-feature dd, .media-caption dd, .specimens dd {
120
  margin: 0;
121
  margin-left: 20px;
122
}
123
/* line 59, ../sass/cdm.scss */
124
.block-cdm-dataportal-feature dl dl, .media-caption dl dl, .specimens dl dl {
125
  margin: 0;
126
  /* reset default from cdm_dataportal.css */
127
}
128

    
129
/* line 64, ../sass/cdm.scss */
130
.breadcrumbs li {
131
  padding: 0 0 0 0;
132
}
133

    
134
/*
135
 * Search results
136
 */
137
/* line 43, ../sass/_mixins.scss */
138
#search_results a:link,
139
#search_results a:visited {
140
  color: #115e92;
141
  text-decoration: none;
142
}
143
/* line 49, ../sass/_mixins.scss */
144
#search_results a:hover,
145
#search_results a:focus {
146
  text-decoration: underline;
147
}
148
/* line 58, ../sass/_mixins.scss */
149
#search_results .Synonym a:link,
150
#search_results .Synonym a:visited, #search_results .misapplied-name a:link,
151
#search_results .misapplied-name a:visited {
152
  color: #7c7c7c;
153
}
154
/* line 64, ../sass/_mixins.scss */
155
#search_results .Taxon a:link,
156
#search_results .Taxon a:visited {
157
  color: #115e92;
158
}
159
/* line 76, ../sass/cdm.scss */
160
#search_results table {
161
  margin: 1em 0;
162
}
163

    
164
/* line 81, ../sass/cdm.scss */
165
div.cdm-item-list div.item {
166
  margin: 9px 0;
167
}
168

    
169
/*
170
 * Taxon page and parts
171
 */
172
/* line 89, ../sass/cdm.scss */
173
.page-part {
174
  margin-bottom: 18px;
175
  clear: none;
176
}
177

    
178
/*
179
 * definition list container rendered by the
180
 * drupal theme function theme_description_list()
181
 */
182
/* line 99, ../sass/cdm.scss */
183
.description_list h3 {
184
  font-size: 12px;
185
  line-height: 18px;
186
  font-weight: bold;
187
}
188

    
189
/*
190
 * Synonymy
191
 */
192
/* line 113, ../sass/cdm.scss */
193
#synonymy div.accepted-name {
194
  margin-bottom: -1em;
195
  margin-top: 1em;
196
}
197
/* line 118, ../sass/cdm.scss */
198
#synonymy .homotypic-synonymy-group, #synonymy .heterotypic-synonymy-group, #synonymy .taxon-relationships {
199
  border-bottom: 1px solid #DEDEDE;
200
  /* replace padding by margin */
201
  margin: 1em 0px;
202
  padding: 0;
203
}
204

    
205
/*
206
 * Media
207
 */
208
/* line 129, ../sass/cdm.scss */
209
dl.media-caption {
210
  margin: 0;
211
}
212

    
213
/* line 133, ../sass/cdm.scss */
214
.media-caption dd {
215
  margin-left: 0;
216
}
217
/* line 135, ../sass/cdm.scss */
218
.media-caption dd .title {
219
  font-size: 100%;
220
}
221

    
222
/* line 140, ../sass/cdm.scss */
223
.image-gallerie td.caption {
224
  padding-bottom: 1em;
225
}
226

    
227
/*
228
 * specimens and type designations
229
 */
230
/* line 148, ../sass/cdm.scss */
231
#specimens table.media_gallery {
232
  margin-top: 0.2em;
233
}
234
/* line 151, ../sass/cdm.scss */
235
#specimens .description_list {
236
  clear: both;
237
}
238
/* line 153, ../sass/cdm.scss */
239
#specimens .description_list h3 {
240
  margin-top: 0;
241
  background-color: #ddd;
242
}
243
/* line 157, ../sass/cdm.scss */
244
#specimens .description_list h4 {
245
  clear: left;
246
  margin-bottom: 0;
247
  font-style: italic;
248
}
249
/* line 163, ../sass/cdm.scss */
250
#specimens .dynabox_content {
251
  margin-left: 10px;
252
  margin-right: 10px;
253
}
254
/* line 167, ../sass/cdm.scss */
255
#specimens .block-cdm-dataportal-feature {
256
  margin-left: 20px;
257
  margin-bottom: 0;
258
}
259
/* line 170, ../sass/cdm.scss */
260
#specimens .block-cdm-dataportal-feature h2 {
261
  font-size: 12px;
262
  line-height: 18px;
263
  font-weight: bold;
264
}
265
/* line 176, ../sass/cdm.scss */
266
#specimens ul.typeDesignations {
267
  clear: both;
268
}
269
/* line 179, ../sass/cdm.scss */
270
#specimens .dna-sequence div {
271
  font-size: 12px;
272
  font-family: monospace;
273
  clear: left;
274
  padding-left: 20px;
275
}
276
/* line 185, ../sass/cdm.scss */
277
#specimens .derived_from {
278
  clear: both;
279
}
280

    
281
/*
282
 * Map
283
 */
284
/* line 193, ../sass/cdm.scss */
285
.openlayers-container {
286
  margin-top: 5px;
287
  margin-bottom: 5px;
288
}
289

    
290
/*
291
 * Registration page & items
292
 */
293
/* line 203, ../sass/cdm.scss */
294
.registration .type_status {
295
  font-weight: bold;
296
}
297
/* line 207, ../sass/cdm.scss */
298
.registration .registration-date-and-institute {
299
  color: #999;
300
}
301
/* line 212, ../sass/cdm.scss */
302
.registration .published-name .TaxonName .name {
303
  font-weight: bold;
304
}
305
/* line 216, ../sass/cdm.scss */
306
.registration .typified-name .cdm\:TaxonName {
307
  color: #999;
308
}
309
/* line 218, ../sass/cdm.scss */
310
.registration .typified-name .cdm\:TaxonName a {
311
  color: #999;
312
}
313
/* line 221, ../sass/cdm.scss */
314
.registration .typified-name .cdm\:TaxonName .TaxonName .name {
315
  font-weight: bold;
316
}
317
/* line 227, ../sass/cdm.scss */
318
.registration .registration-summary .registered_name .name {
319
  font-weight: bold;
320
}
321
/* line 230, ../sass/cdm.scss */
322
.registration .registration-summary .referenced_typified_name {
323
  color: #999;
324
}
325
/* line 233, ../sass/cdm.scss */
326
.registration .registration-summary .label {
327
  font-weight: bold;
328
}
329

    
330
/*
331
 * Theme settings page
332
 */
333
/* line 244, ../sass/cdm.scss */
334
#system-theme-settings .image-preview {
335
  width: 600px;
336
  max-height: 150px;
337
  overflow: auto;
338
}
339
/* line 248, ../sass/cdm.scss */
340
#system-theme-settings .image-preview img {
341
  max-width: none;
342
  /* reset style in mormalize.scss */
343
}
344

    
345
/*****************************************************************************************
346
 * RESPONSIVE
347
 *
348
 * using the same media queries here as in layout/_responsive.scss
349
 *****************************************************************************************/
350
/* line 261, ../sass/cdm.scss */
351
#classification-breadcrumbs {
352
  font-size: 1.5em;
353
  line-height: 1.5em;
354
}
355

    
356
@media all and (min-width: 960px) {
357
  /* line 272, ../sass/cdm.scss */
358
  #classification-breadcrumbs {
359
    font-size: 1em;
360
  }
361
}
(1-1/5)