Project

General

Profile

« Previous | Next » 

Revision 4c0d08da

Added by Andreas Kohlbecker almost 4 years ago

ref #8854 base font size set to 14px

View differences:

themes/zen_dataportal/css/cdm.css
1
@import url("../fonts/notosans-webfont-2017-2/stylesheet.css");@import url("../fonts/notomono-webfont-2020/stylesheet.css");.pie-element,.lt-ie9 #page{behavior:url("/polyfills/css3pie/PIE-1.0.0.htc");position:relative}.pie-container{z-index:0;position:relative}.z-pie-element,.lt-ie9 #page{behavior:url("/polyfills/css3pie/PIE-1.0.0.htc");z-index:0}.lt-ie9 #header{padding-right:0;margin-right:20px}.block a:link,.block a:visited,.node a:link,.node a:visited,#identificationKey a:link,#identificationKey a:visited,#content a:link,#content a:visited{color:#115e92;text-decoration:none}.block a:hover,.block a:focus,.node a:hover,.node a:focus,#identificationKey a:hover,#identificationKey a:focus,#content a:hover,#content a:focus{text-decoration:underline}.block .Synonym a:link,.block .Synonym a:visited,.block .misapplied-name a:link,.block .misapplied-name a:visited,.node .Synonym a:link,.node .Synonym a:visited,.node .misapplied-name a:link,.node .misapplied-name a:visited,#identificationKey .Synonym a:link,#identificationKey .Synonym a:visited,#identificationKey .misapplied-name a:link,#identificationKey .misapplied-name a:visited,#content .Synonym a:link,#content .Synonym a:visited,#content .misapplied-name a:link,#content .misapplied-name a:visited{color:#7c7c7c}.block .Taxon a:link,.block .Taxon a:visited,.node .Taxon a:link,.node .Taxon a:visited,#identificationKey .Taxon a:link,#identificationKey .Taxon a:visited,#content .Taxon a:link,#content .Taxon a:visited{color:#115e92}.node-cdm-name .name-page-name{margin-top:10px;margin-bottom:10px}.node-cdm-name .registered_name{font-weight:bold}.node-cdm-name .type-status{font-weight:bold}#content a.tabs-primary__tab-link{color:#333}#content table{caption-side:top}#content table th{text-align:left}#content table caption{text-align:right;font-size:smaller}#page-toc{float:right;background-color:#fff}#page-toc h3{margin-top:0;line-height:18px}#taxonProfileImage{float:left}.block-cdm-dataportal-feature .content-caption{text-align:right}.block-cdm-dataportal-feature .label{font-style:italic}.block-cdm-dataportal-feature,.media-caption,.specimens{clear:both;margin-bottom:18px}.block-cdm-dataportal-feature dt,.media-caption dt,.specimens dt{float:left;font-weight:bold;margin-right:0.3em}.block-cdm-dataportal-feature dd,.media-caption dd,.specimens dd{margin:0;margin-left:20px}.block-cdm-dataportal-feature dl dl,.media-caption dl dl,.specimens dl dl{margin:0}.breadcrumbs li{padding:0 0 0 0}.description-table .described-entities .label{font-weight:bold}#search_results a:link,#search_results a:visited{color:#115e92;text-decoration:none}#search_results a:hover,#search_results a:focus{text-decoration:underline}#search_results .Synonym a:link,#search_results .Synonym a:visited,#search_results .misapplied-name a:link,#search_results .misapplied-name a:visited{color:#7c7c7c}#search_results .Taxon a:link,#search_results .Taxon a:visited{color:#115e92}#search_results table{margin:1em 0}div.cdm-item-list div.item{margin:9px 0}.page-part{margin-bottom:18px;clear:none}.description_list h3{font-size:12px;line-height:18px;font-weight:bold}#synonymy div.accepted-name{margin-bottom:-1em;margin-top:1em}#synonymy .homotypic-synonymy-group,#synonymy .heterotypic-synonymy-group,#synonymy .taxon-relationships{border-bottom:1px solid #DEDEDE;margin:1em 0px;padding:0}dl.media-caption{margin:0}.media-caption dd{margin-left:0}.media-caption dd .title{font-size:100%}.image-gallerie td.caption{padding-bottom:1em}#specimens table.media_gallery{margin-top:0.2em}#specimens .description_list{clear:both}#specimens .description_list h3{margin-top:0;background-color:#ddd}#specimens .description_list h4{clear:left;margin-bottom:0;font-style:italic}#specimens .dynabox_content{margin-left:10px;margin-right:10px}#specimens .block-cdm-dataportal-feature{margin-left:20px;margin-bottom:0}#specimens .block-cdm-dataportal-feature h2{font-size:12px;line-height:18px;font-weight:bold}#specimens ul.typeDesignations{clear:both}#specimens .dna-sequence div{font-size:12px;font-family:monospace;clear:left;padding-left:20px}#specimens .derived_from{clear:both}.openlayers-container{margin-top:5px;margin-bottom:5px}.registration .type-status{font-weight:bold}.registration .registration-date-and-institute{color:#999}.registration .published-name .TaxonName .name{font-weight:bold}.registration .typified-name .cdm\:TaxonName{color:#999}.registration .typified-name .cdm\:TaxonName a{color:#999}.registration .typified-name .cdm\:TaxonName .TaxonName .name{font-weight:bold}.registration .registration-summary .registered_name .name{font-weight:bold}.registration .registration-summary .referenced_typified_name{color:#999}.registration .registration-summary .label{font-weight:bold}#system-theme-settings .image-preview{width:600px;max-height:150px;overflow:auto}#system-theme-settings .image-preview img{max-width:none}#classification-breadcrumbs{font-size:1.5em;line-height:1.5em}@media all and (min-width: 960px){#classification-breadcrumbs{font-size:1em}}.font-noto{font-family:"Noto Sans",sans-serif !important}
1
/**
2
 * @file
3
 * cdm_dataportal specific styling
4
 *
5
 * Style the markup found in the cdm_dataportal module.
6
 */
7
@import url("../fonts/notosans-webfont-2017-2/stylesheet.css");
8
@import url("../fonts/notomono-webfont-2020/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: top;
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
  font-size: smaller;
106
}
107

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  
387
@media all and (min-width: 960px) {
388
  /* line 311, ../sass/cdm.scss */
389
  #classification-breadcrumbs {
390
    font-size: 1em;
391
  }
392
}
393
/***************************
394
 * TESTING ONLY 2020-02-20
395
 */
396
/* line 319, ../sass/cdm.scss */
397
.font-noto {
398
  font-family: "Noto Sans", sans-serif !important;
399
}

Also available in: Unified diff