Project

General

Profile

Download (8.71 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
/* line 28, ../sass/cdm.scss */
86
.node-cdm-name .type-status {
87
  font-weight: bold;
88
}
89

    
90
/* line 34, ../sass/cdm.scss */
91
#content a.tabs-primary__tab-link {
92
  color: #333;
93
}
94
/* line 38, ../sass/cdm.scss */
95
#content table {
96
  caption-side: bottom;
97
}
98
/* line 39, ../sass/cdm.scss */
99
#content table th {
100
  text-align: left;
101
}
102
/* line 43, ../sass/cdm.scss */
103
#content table caption {
104
  text-align: right;
105
}
106

    
107
/* line 49, ../sass/cdm.scss */
108
#page-toc {
109
  float: right;
110
  background-color: white;
111
}
112
/* line 52, ../sass/cdm.scss */
113
#page-toc h3 {
114
  margin-top: 0;
115
  line-height: 18px;
116
}
117

    
118
/* line 58, ../sass/cdm.scss */
119
#taxonProfileImage {
120
  float: left;
121
}
122

    
123
/* line 63, ../sass/cdm.scss */
124
.block-cdm-dataportal-feature .content-caption {
125
  text-align: right;
126
}
127
/* line 66, ../sass/cdm.scss */
128
.block-cdm-dataportal-feature .label {
129
  font-style: italic;
130
}
131

    
132
/* line 71, ../sass/cdm.scss */
133
.block-cdm-dataportal-feature, .media-caption, .specimens {
134
  clear: both;
135
  margin-bottom: 18px;
136
}
137
/* line 74, ../sass/cdm.scss */
138
.block-cdm-dataportal-feature dt, .media-caption dt, .specimens dt {
139
  float: left;
140
  font-weight: bold;
141
  margin-right: 0.3em;
142
}
143
/* line 79, ../sass/cdm.scss */
144
.block-cdm-dataportal-feature dd, .media-caption dd, .specimens dd {
145
  margin: 0;
146
  margin-left: 20px;
147
}
148
/* line 83, ../sass/cdm.scss */
149
.block-cdm-dataportal-feature dl dl, .media-caption dl dl, .specimens dl dl {
150
  margin: 0;
151
  /* reset default from cdm_dataportal.css */
152
}
153

    
154
/* line 88, ../sass/cdm.scss */
155
.breadcrumbs li {
156
  padding: 0 0 0 0;
157
}
158

    
159
/* line 93, ../sass/cdm.scss */
160
.description-table .described-entities .label {
161
  font-weight: bold;
162
}
163

    
164
/*
165
 * Search results
166
 */
167
/* line 43, ../sass/_mixins.scss */
168
#search_results a:link,
169
#search_results a:visited {
170
  color: #115e92;
171
  text-decoration: none;
172
}
173
/* line 49, ../sass/_mixins.scss */
174
#search_results a:hover,
175
#search_results a:focus {
176
  text-decoration: underline;
177
}
178
/* line 58, ../sass/_mixins.scss */
179
#search_results .Synonym a:link,
180
#search_results .Synonym a:visited, #search_results .misapplied-name a:link,
181
#search_results .misapplied-name a:visited {
182
  color: #7c7c7c;
183
}
184
/* line 64, ../sass/_mixins.scss */
185
#search_results .Taxon a:link,
186
#search_results .Taxon a:visited {
187
  color: #115e92;
188
}
189
/* line 107, ../sass/cdm.scss */
190
#search_results table {
191
  margin: 1em 0;
192
}
193

    
194
/* line 112, ../sass/cdm.scss */
195
div.cdm-item-list div.item {
196
  margin: 9px 0;
197
}
198

    
199
/*
200
 * Taxon page and parts
201
 */
202
/* line 120, ../sass/cdm.scss */
203
.page-part {
204
  margin-bottom: 18px;
205
  clear: none;
206
}
207

    
208
/*
209
 * definition list container rendered by the
210
 * drupal theme function theme_description_list()
211
 */
212
/* line 130, ../sass/cdm.scss */
213
.description_list h3 {
214
  font-size: 12px;
215
  line-height: 18px;
216
  font-weight: bold;
217
}
218

    
219
/*
220
 * Synonymy
221
 */
222
/* line 144, ../sass/cdm.scss */
223
#synonymy div.accepted-name {
224
  margin-bottom: -1em;
225
  margin-top: 1em;
226
}
227
/* line 149, ../sass/cdm.scss */
228
#synonymy .homotypic-synonymy-group, #synonymy .heterotypic-synonymy-group, #synonymy .taxon-relationships {
229
  border-bottom: 1px solid #DEDEDE;
230
  /* replace padding by margin */
231
  margin: 1em 0px;
232
  padding: 0;
233
}
234

    
235
/*
236
 * Media
237
 */
238
/* line 160, ../sass/cdm.scss */
239
dl.media-caption {
240
  margin: 0;
241
}
242

    
243
/* line 164, ../sass/cdm.scss */
244
.media-caption dd {
245
  margin-left: 0;
246
}
247
/* line 166, ../sass/cdm.scss */
248
.media-caption dd .title {
249
  font-size: 100%;
250
}
251

    
252
/* line 171, ../sass/cdm.scss */
253
.image-gallerie td.caption {
254
  padding-bottom: 1em;
255
}
256

    
257
/*
258
 * specimens and type designations
259
 */
260
/* line 179, ../sass/cdm.scss */
261
#specimens table.media_gallery {
262
  margin-top: 0.2em;
263
}
264
/* line 182, ../sass/cdm.scss */
265
#specimens .description_list {
266
  clear: both;
267
}
268
/* line 184, ../sass/cdm.scss */
269
#specimens .description_list h3 {
270
  margin-top: 0;
271
  background-color: #ddd;
272
}
273
/* line 188, ../sass/cdm.scss */
274
#specimens .description_list h4 {
275
  clear: left;
276
  margin-bottom: 0;
277
  font-style: italic;
278
}
279
/* line 194, ../sass/cdm.scss */
280
#specimens .dynabox_content {
281
  margin-left: 10px;
282
  margin-right: 10px;
283
}
284
/* line 198, ../sass/cdm.scss */
285
#specimens .block-cdm-dataportal-feature {
286
  margin-left: 20px;
287
  margin-bottom: 0;
288
}
289
/* line 201, ../sass/cdm.scss */
290
#specimens .block-cdm-dataportal-feature h2 {
291
  font-size: 12px;
292
  line-height: 18px;
293
  font-weight: bold;
294
}
295
/* line 208, ../sass/cdm.scss */
296
#specimens ul.typeDesignations {
297
  clear: both;
298
}
299
/* line 211, ../sass/cdm.scss */
300
#specimens .dna-sequence div {
301
  font-size: 12px;
302
  font-family: monospace;
303
  clear: left;
304
  padding-left: 20px;
305
}
306
/* line 217, ../sass/cdm.scss */
307
#specimens .derived_from {
308
  clear: both;
309
}
310

    
311
/*
312
 * Map
313
 */
314
/* line 225, ../sass/cdm.scss */
315
.openlayers-container {
316
  margin-top: 5px;
317
  margin-bottom: 5px;
318
}
319

    
320
/*
321
 * Registration page & items
322
 */
323
/* line 235, ../sass/cdm.scss */
324
.registration .type-status {
325
  font-weight: bold;
326
}
327
/* line 239, ../sass/cdm.scss */
328
.registration .registration-date-and-institute {
329
  color: #999;
330
}
331
/* line 245, ../sass/cdm.scss */
332
.registration .published-name .TaxonName .name {
333
  font-weight: bold;
334
}
335
/* line 249, ../sass/cdm.scss */
336
.registration .typified-name .cdm\:TaxonName {
337
  color: #999;
338
}
339
/* line 251, ../sass/cdm.scss */
340
.registration .typified-name .cdm\:TaxonName a {
341
  color: #999;
342
}
343
/* line 254, ../sass/cdm.scss */
344
.registration .typified-name .cdm\:TaxonName .TaxonName .name {
345
  font-weight: bold;
346
}
347
/* line 260, ../sass/cdm.scss */
348
.registration .registration-summary .registered_name .name {
349
  font-weight: bold;
350
}
351
/* line 263, ../sass/cdm.scss */
352
.registration .registration-summary .referenced_typified_name {
353
  color: #999;
354
}
355
/* line 266, ../sass/cdm.scss */
356
.registration .registration-summary .label {
357
  font-weight: bold;
358
}
359

    
360
/*
361
 * Theme settings page
362
 */
363
/* line 277, ../sass/cdm.scss */
364
#system-theme-settings .image-preview {
365
  width: 600px;
366
  max-height: 150px;
367
  overflow: auto;
368
}
369
/* line 281, ../sass/cdm.scss */
370
#system-theme-settings .image-preview img {
371
  max-width: none;
372
  /* reset style in mormalize.scss */
373
}
374

    
375
/*****************************************************************************************
376
 * RESPONSIVE
377
 *
378
 * using the same media queries here as in layout/_responsive.scss
379
 *****************************************************************************************/
380
/* line 294, ../sass/cdm.scss */
381
#classification-breadcrumbs {
382
  font-size: 1.5em;
383
  line-height: 1.5em;
384
}
385

    
386
@media all and (min-width: 960px) {
387
  /* line 305, ../sass/cdm.scss */
388
  #classification-breadcrumbs {
389
    font-size: 1em;
390
  }
391
}
(1-1/5)