Project

General

Profile

Download (8.34 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 59, ../sass/cdm.scss */
120
.block-cdm-dataportal-feature, .media-caption, .specimens {
121
  clear: both;
122
  margin-bottom: 18px;
123
}
124
/* line 62, ../sass/cdm.scss */
125
.block-cdm-dataportal-feature dt, .media-caption dt, .specimens dt {
126
  float: left;
127
  font-weight: bold;
128
  margin-right: 0.3em;
129
}
130
/* line 67, ../sass/cdm.scss */
131
.block-cdm-dataportal-feature dd, .media-caption dd, .specimens dd {
132
  margin: 0;
133
  margin-left: 20px;
134
}
135
/* line 71, ../sass/cdm.scss */
136
.block-cdm-dataportal-feature dl dl, .media-caption dl dl, .specimens dl dl {
137
  margin: 0;
138
  /* reset default from cdm_dataportal.css */
139
}
140

    
141
/* line 76, ../sass/cdm.scss */
142
.breadcrumbs li {
143
  padding: 0 0 0 0;
144
}
145

    
146
/*
147
 * Search results
148
 */
149
/* line 43, ../sass/_mixins.scss */
150
#search_results a:link,
151
#search_results a:visited {
152
  color: #115e92;
153
  text-decoration: none;
154
}
155
/* line 49, ../sass/_mixins.scss */
156
#search_results a:hover,
157
#search_results a:focus {
158
  text-decoration: underline;
159
}
160
/* line 58, ../sass/_mixins.scss */
161
#search_results .Synonym a:link,
162
#search_results .Synonym a:visited, #search_results .misapplied-name a:link,
163
#search_results .misapplied-name a:visited {
164
  color: #7c7c7c;
165
}
166
/* line 64, ../sass/_mixins.scss */
167
#search_results .Taxon a:link,
168
#search_results .Taxon a:visited {
169
  color: #115e92;
170
}
171
/* line 88, ../sass/cdm.scss */
172
#search_results table {
173
  margin: 1em 0;
174
}
175

    
176
/* line 93, ../sass/cdm.scss */
177
div.cdm-item-list div.item {
178
  margin: 9px 0;
179
}
180

    
181
/*
182
 * Taxon page and parts
183
 */
184
/* line 101, ../sass/cdm.scss */
185
.page-part {
186
  margin-bottom: 18px;
187
  clear: none;
188
}
189

    
190
/*
191
 * definition list container rendered by the
192
 * drupal theme function theme_description_list()
193
 */
194
/* line 111, ../sass/cdm.scss */
195
.description_list h3 {
196
  font-size: 12px;
197
  line-height: 18px;
198
  font-weight: bold;
199
}
200

    
201
/*
202
 * Synonymy
203
 */
204
/* line 125, ../sass/cdm.scss */
205
#synonymy div.accepted-name {
206
  margin-bottom: -1em;
207
  margin-top: 1em;
208
}
209
/* line 130, ../sass/cdm.scss */
210
#synonymy .homotypic-synonymy-group, #synonymy .heterotypic-synonymy-group, #synonymy .taxon-relationships {
211
  border-bottom: 1px solid #DEDEDE;
212
  /* replace padding by margin */
213
  margin: 1em 0px;
214
  padding: 0;
215
}
216

    
217
/*
218
 * Media
219
 */
220
/* line 141, ../sass/cdm.scss */
221
dl.media-caption {
222
  margin: 0;
223
}
224

    
225
/* line 145, ../sass/cdm.scss */
226
.media-caption dd {
227
  margin-left: 0;
228
}
229
/* line 147, ../sass/cdm.scss */
230
.media-caption dd .title {
231
  font-size: 100%;
232
}
233

    
234
/* line 152, ../sass/cdm.scss */
235
.image-gallerie td.caption {
236
  padding-bottom: 1em;
237
}
238

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

    
293
/*
294
 * Map
295
 */
296
/* line 205, ../sass/cdm.scss */
297
.openlayers-container {
298
  margin-top: 5px;
299
  margin-bottom: 5px;
300
}
301

    
302
/*
303
 * Registration page & items
304
 */
305
/* line 215, ../sass/cdm.scss */
306
.registration .type-status {
307
  font-weight: bold;
308
}
309
/* line 219, ../sass/cdm.scss */
310
.registration .registration-date-and-institute {
311
  color: #999;
312
}
313
/* line 225, ../sass/cdm.scss */
314
.registration .published-name .TaxonName .name {
315
  font-weight: bold;
316
}
317
/* line 229, ../sass/cdm.scss */
318
.registration .typified-name .cdm\:TaxonName {
319
  color: #999;
320
}
321
/* line 231, ../sass/cdm.scss */
322
.registration .typified-name .cdm\:TaxonName a {
323
  color: #999;
324
}
325
/* line 234, ../sass/cdm.scss */
326
.registration .typified-name .cdm\:TaxonName .TaxonName .name {
327
  font-weight: bold;
328
}
329
/* line 240, ../sass/cdm.scss */
330
.registration .registration-summary .registered_name .name {
331
  font-weight: bold;
332
}
333
/* line 243, ../sass/cdm.scss */
334
.registration .registration-summary .referenced_typified_name {
335
  color: #999;
336
}
337
/* line 246, ../sass/cdm.scss */
338
.registration .registration-summary .label {
339
  font-weight: bold;
340
}
341

    
342
/*
343
 * Theme settings page
344
 */
345
/* line 257, ../sass/cdm.scss */
346
#system-theme-settings .image-preview {
347
  width: 600px;
348
  max-height: 150px;
349
  overflow: auto;
350
}
351
/* line 261, ../sass/cdm.scss */
352
#system-theme-settings .image-preview img {
353
  max-width: none;
354
  /* reset style in mormalize.scss */
355
}
356

    
357
/*****************************************************************************************
358
 * RESPONSIVE
359
 *
360
 * using the same media queries here as in layout/_responsive.scss
361
 *****************************************************************************************/
362
/* line 274, ../sass/cdm.scss */
363
#classification-breadcrumbs {
364
  font-size: 1.5em;
365
  line-height: 1.5em;
366
}
367

    
368
@media all and (min-width: 960px) {
369
  /* line 285, ../sass/cdm.scss */
370
  #classification-breadcrumbs {
371
    font-size: 1em;
372
  }
373
}
(1-1/5)