Project

General

Profile

Download (8.19 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 33, ../sass/cdm.scss */
91
#content a.tabs-primary__tab-link {
92
  color: #333;
93
}
94

    
95
/* line 37, ../sass/cdm.scss */
96
#page-toc {
97
  float: right;
98
  background-color: white;
99
}
100
/* line 40, ../sass/cdm.scss */
101
#page-toc h3 {
102
  margin-top: 0;
103
  line-height: 18px;
104
}
105

    
106
/* line 46, ../sass/cdm.scss */
107
#taxonProfileImage {
108
  float: left;
109
}
110

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

    
133
/* line 67, ../sass/cdm.scss */
134
.breadcrumbs li {
135
  padding: 0 0 0 0;
136
}
137

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

    
168
/* line 84, ../sass/cdm.scss */
169
div.cdm-item-list div.item {
170
  margin: 9px 0;
171
}
172

    
173
/*
174
 * Taxon page and parts
175
 */
176
/* line 92, ../sass/cdm.scss */
177
.page-part {
178
  margin-bottom: 18px;
179
  clear: none;
180
}
181

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

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

    
209
/*
210
 * Media
211
 */
212
/* line 132, ../sass/cdm.scss */
213
dl.media-caption {
214
  margin: 0;
215
}
216

    
217
/* line 136, ../sass/cdm.scss */
218
.media-caption dd {
219
  margin-left: 0;
220
}
221
/* line 138, ../sass/cdm.scss */
222
.media-caption dd .title {
223
  font-size: 100%;
224
}
225

    
226
/* line 143, ../sass/cdm.scss */
227
.image-gallerie td.caption {
228
  padding-bottom: 1em;
229
}
230

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

    
285
/*
286
 * Map
287
 */
288
/* line 196, ../sass/cdm.scss */
289
.openlayers-container {
290
  margin-top: 5px;
291
  margin-bottom: 5px;
292
}
293

    
294
/*
295
 * Registration page & items
296
 */
297
/* line 206, ../sass/cdm.scss */
298
.registration .type-status {
299
  font-weight: bold;
300
}
301
/* line 210, ../sass/cdm.scss */
302
.registration .registration-date-and-institute {
303
  color: #999;
304
}
305
/* line 215, ../sass/cdm.scss */
306
.registration .published-name .TaxonName .name {
307
  font-weight: bold;
308
}
309
/* line 219, ../sass/cdm.scss */
310
.registration .typified-name .cdm\:TaxonName {
311
  color: #999;
312
}
313
/* line 221, ../sass/cdm.scss */
314
.registration .typified-name .cdm\:TaxonName a {
315
  color: #999;
316
}
317
/* line 224, ../sass/cdm.scss */
318
.registration .typified-name .cdm\:TaxonName .TaxonName .name {
319
  font-weight: bold;
320
}
321
/* line 230, ../sass/cdm.scss */
322
.registration .registration-summary .registered_name .name {
323
  font-weight: bold;
324
}
325
/* line 233, ../sass/cdm.scss */
326
.registration .registration-summary .referenced_typified_name {
327
  color: #999;
328
}
329
/* line 236, ../sass/cdm.scss */
330
.registration .registration-summary .label {
331
  font-weight: bold;
332
}
333

    
334
/*
335
 * Theme settings page
336
 */
337
/* line 247, ../sass/cdm.scss */
338
#system-theme-settings .image-preview {
339
  width: 600px;
340
  max-height: 150px;
341
  overflow: auto;
342
}
343
/* line 251, ../sass/cdm.scss */
344
#system-theme-settings .image-preview img {
345
  max-width: none;
346
  /* reset style in mormalize.scss */
347
}
348

    
349
/*****************************************************************************************
350
 * RESPONSIVE
351
 *
352
 * using the same media queries here as in layout/_responsive.scss
353
 *****************************************************************************************/
354
/* line 264, ../sass/cdm.scss */
355
#classification-breadcrumbs {
356
  font-size: 1.5em;
357
  line-height: 1.5em;
358
}
359

    
360
@media all and (min-width: 960px) {
361
  /* line 275, ../sass/cdm.scss */
362
  #classification-breadcrumbs {
363
    font-size: 1em;
364
  }
365
}
(1-1/5)