Project

General

Profile

Download (8.55 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 40, ../sass/cdm.scss */
99
#content table caption {
100
  text-align: right;
101
}
102

    
103
/* line 46, ../sass/cdm.scss */
104
#page-toc {
105
  float: right;
106
  background-color: white;
107
}
108
/* line 49, ../sass/cdm.scss */
109
#page-toc h3 {
110
  margin-top: 0;
111
  line-height: 18px;
112
}
113

    
114
/* line 55, ../sass/cdm.scss */
115
#taxonProfileImage {
116
  float: left;
117
}
118

    
119
/* line 60, ../sass/cdm.scss */
120
.block-cdm-dataportal-feature .content-caption {
121
  text-align: right;
122
}
123

    
124
/* line 65, ../sass/cdm.scss */
125
.block-cdm-dataportal-feature, .media-caption, .specimens {
126
  clear: both;
127
  margin-bottom: 18px;
128
}
129
/* line 68, ../sass/cdm.scss */
130
.block-cdm-dataportal-feature dt, .media-caption dt, .specimens dt {
131
  float: left;
132
  font-weight: bold;
133
  margin-right: 0.3em;
134
}
135
/* line 73, ../sass/cdm.scss */
136
.block-cdm-dataportal-feature dd, .media-caption dd, .specimens dd {
137
  margin: 0;
138
  margin-left: 20px;
139
}
140
/* line 77, ../sass/cdm.scss */
141
.block-cdm-dataportal-feature dl dl, .media-caption dl dl, .specimens dl dl {
142
  margin: 0;
143
  /* reset default from cdm_dataportal.css */
144
}
145

    
146
/* line 82, ../sass/cdm.scss */
147
.breadcrumbs li {
148
  padding: 0 0 0 0;
149
}
150

    
151
/* line 87, ../sass/cdm.scss */
152
.description-table .described-entities .label {
153
  font-weight: bold;
154
}
155

    
156
/*
157
 * Search results
158
 */
159
/* line 43, ../sass/_mixins.scss */
160
#search_results a:link,
161
#search_results a:visited {
162
  color: #115e92;
163
  text-decoration: none;
164
}
165
/* line 49, ../sass/_mixins.scss */
166
#search_results a:hover,
167
#search_results a:focus {
168
  text-decoration: underline;
169
}
170
/* line 58, ../sass/_mixins.scss */
171
#search_results .Synonym a:link,
172
#search_results .Synonym a:visited, #search_results .misapplied-name a:link,
173
#search_results .misapplied-name a:visited {
174
  color: #7c7c7c;
175
}
176
/* line 64, ../sass/_mixins.scss */
177
#search_results .Taxon a:link,
178
#search_results .Taxon a:visited {
179
  color: #115e92;
180
}
181
/* line 101, ../sass/cdm.scss */
182
#search_results table {
183
  margin: 1em 0;
184
}
185

    
186
/* line 106, ../sass/cdm.scss */
187
div.cdm-item-list div.item {
188
  margin: 9px 0;
189
}
190

    
191
/*
192
 * Taxon page and parts
193
 */
194
/* line 114, ../sass/cdm.scss */
195
.page-part {
196
  margin-bottom: 18px;
197
  clear: none;
198
}
199

    
200
/*
201
 * definition list container rendered by the
202
 * drupal theme function theme_description_list()
203
 */
204
/* line 124, ../sass/cdm.scss */
205
.description_list h3 {
206
  font-size: 12px;
207
  line-height: 18px;
208
  font-weight: bold;
209
}
210

    
211
/*
212
 * Synonymy
213
 */
214
/* line 138, ../sass/cdm.scss */
215
#synonymy div.accepted-name {
216
  margin-bottom: -1em;
217
  margin-top: 1em;
218
}
219
/* line 143, ../sass/cdm.scss */
220
#synonymy .homotypic-synonymy-group, #synonymy .heterotypic-synonymy-group, #synonymy .taxon-relationships {
221
  border-bottom: 1px solid #DEDEDE;
222
  /* replace padding by margin */
223
  margin: 1em 0px;
224
  padding: 0;
225
}
226

    
227
/*
228
 * Media
229
 */
230
/* line 154, ../sass/cdm.scss */
231
dl.media-caption {
232
  margin: 0;
233
}
234

    
235
/* line 158, ../sass/cdm.scss */
236
.media-caption dd {
237
  margin-left: 0;
238
}
239
/* line 160, ../sass/cdm.scss */
240
.media-caption dd .title {
241
  font-size: 100%;
242
}
243

    
244
/* line 165, ../sass/cdm.scss */
245
.image-gallerie td.caption {
246
  padding-bottom: 1em;
247
}
248

    
249
/*
250
 * specimens and type designations
251
 */
252
/* line 173, ../sass/cdm.scss */
253
#specimens table.media_gallery {
254
  margin-top: 0.2em;
255
}
256
/* line 176, ../sass/cdm.scss */
257
#specimens .description_list {
258
  clear: both;
259
}
260
/* line 178, ../sass/cdm.scss */
261
#specimens .description_list h3 {
262
  margin-top: 0;
263
  background-color: #ddd;
264
}
265
/* line 182, ../sass/cdm.scss */
266
#specimens .description_list h4 {
267
  clear: left;
268
  margin-bottom: 0;
269
  font-style: italic;
270
}
271
/* line 188, ../sass/cdm.scss */
272
#specimens .dynabox_content {
273
  margin-left: 10px;
274
  margin-right: 10px;
275
}
276
/* line 192, ../sass/cdm.scss */
277
#specimens .block-cdm-dataportal-feature {
278
  margin-left: 20px;
279
  margin-bottom: 0;
280
}
281
/* line 195, ../sass/cdm.scss */
282
#specimens .block-cdm-dataportal-feature h2 {
283
  font-size: 12px;
284
  line-height: 18px;
285
  font-weight: bold;
286
}
287
/* line 202, ../sass/cdm.scss */
288
#specimens ul.typeDesignations {
289
  clear: both;
290
}
291
/* line 205, ../sass/cdm.scss */
292
#specimens .dna-sequence div {
293
  font-size: 12px;
294
  font-family: monospace;
295
  clear: left;
296
  padding-left: 20px;
297
}
298
/* line 211, ../sass/cdm.scss */
299
#specimens .derived_from {
300
  clear: both;
301
}
302

    
303
/*
304
 * Map
305
 */
306
/* line 219, ../sass/cdm.scss */
307
.openlayers-container {
308
  margin-top: 5px;
309
  margin-bottom: 5px;
310
}
311

    
312
/*
313
 * Registration page & items
314
 */
315
/* line 229, ../sass/cdm.scss */
316
.registration .type-status {
317
  font-weight: bold;
318
}
319
/* line 233, ../sass/cdm.scss */
320
.registration .registration-date-and-institute {
321
  color: #999;
322
}
323
/* line 239, ../sass/cdm.scss */
324
.registration .published-name .TaxonName .name {
325
  font-weight: bold;
326
}
327
/* line 243, ../sass/cdm.scss */
328
.registration .typified-name .cdm\:TaxonName {
329
  color: #999;
330
}
331
/* line 245, ../sass/cdm.scss */
332
.registration .typified-name .cdm\:TaxonName a {
333
  color: #999;
334
}
335
/* line 248, ../sass/cdm.scss */
336
.registration .typified-name .cdm\:TaxonName .TaxonName .name {
337
  font-weight: bold;
338
}
339
/* line 254, ../sass/cdm.scss */
340
.registration .registration-summary .registered_name .name {
341
  font-weight: bold;
342
}
343
/* line 257, ../sass/cdm.scss */
344
.registration .registration-summary .referenced_typified_name {
345
  color: #999;
346
}
347
/* line 260, ../sass/cdm.scss */
348
.registration .registration-summary .label {
349
  font-weight: bold;
350
}
351

    
352
/*
353
 * Theme settings page
354
 */
355
/* line 271, ../sass/cdm.scss */
356
#system-theme-settings .image-preview {
357
  width: 600px;
358
  max-height: 150px;
359
  overflow: auto;
360
}
361
/* line 275, ../sass/cdm.scss */
362
#system-theme-settings .image-preview img {
363
  max-width: none;
364
  /* reset style in mormalize.scss */
365
}
366

    
367
/*****************************************************************************************
368
 * RESPONSIVE
369
 *
370
 * using the same media queries here as in layout/_responsive.scss
371
 *****************************************************************************************/
372
/* line 288, ../sass/cdm.scss */
373
#classification-breadcrumbs {
374
  font-size: 1.5em;
375
  line-height: 1.5em;
376
}
377

    
378
@media all and (min-width: 960px) {
379
  /* line 299, ../sass/cdm.scss */
380
  #classification-breadcrumbs {
381
    font-size: 1em;
382
  }
383
}
(1-1/5)