Project

General

Profile

Download (7.22 KB) Statistics
| Branch: | Tag: | Revision:
1
@CHARSET "ISO-8859-1";
2
/* $Id$ */
3

    
4
div.debug, h6.debug{
5
  background-color: #252525;
6
  color: #AAAAAA;
7
  font-family: monospace;
8
  font-size: 90%;
9
  overflow: auto;
10
}
11

    
12
body .messages{
13
	clear: both;
14
	margin-top: 25px;
15
}
16

    
17
body h6.debug {
18
	color: #FFFFFF;
19
	padding: 0 1em;
20
  margin-top: 10px;
21
	margin-bottom: -0.75em;
22
	border:1px solid #B8D3E5;
23
	clear: both;
24
}
25

    
26
div.debug a.valid {
27
  color: #1BDF00;
28
}
29
div.debug a.invalid {
30
  color: #F3000A;
31
}
32

    
33
div.debug .uri{
34
	color: #FFFFFF;
35
}
36

    
37
.name{
38
  font-style: italic;
39
}
40

    
41
.rank, .authors{
42
	font-style: normal;
43
}
44

    
45

    
46
.relation_sign{
47
	margin-left: -1em; /* same as ul.typeDesignations */
48
	margin-right: 0.3em;
49
	float: left;
50
	font-family: Arial, sans-serif;
51
}
52

    
53
.highlite {
54
  background-color: yellow;
55
}
56

    
57
/*
58
 * ======= Search =====
59
 */
60

    
61
#block-cdm_dataportal-2 .description {
62
	display: none;
63
}
64

    
65
.fragment_highlight {
66
	font-size: 90%;
67
	margin-top: 0.3em;
68
}
69

    
70
.score-bar {
71
	width: 50px;
72
	height: 10px;
73
	border: 1px solid #DEDEDE;
74
	background-color: #F3F3F3;
75
}
76
.score-bar .score-bar-indicator{
77
	background-color: #ACD575;
78
	height: 10px;
79
}
80
.score-bar-value {
81
	width: 50px;
82
	height: 10px;
83
	margin-top: -11px; /* 10px plus 1px border */
84
	font-size: 8px;
85
	line-height: 10px;
86
	background-color:transparent;
87
	text-align: center;
88
}
89

    
90
li .taxon{
91
}
92

    
93
#synonymy ul li {
94
	padding-bottom: 0px;
95
  padding-top: 0px;
96
  margin-bottom: 0px;
97
  margin-top:0px;
98
}
99
.heterotypicSynonymyGroup li{
100
  margin-left: 26px;
101
}
102

    
103
ul.homotypicSynonyms, ul.heterotypicSynonymyGroup{
104
	 border-bottom: 1px solid #D4EBF9;
105

    
106
}
107

    
108
ul.typeDesignations{
109
  margin-top: 0px;
110
  margin-bottom: 0px;
111
  margin-left: -1em; /* same as .relation_sign */
112
}
113

    
114
ul.typeDesignations li{
115
	background-image: none;
116
}
117

    
118
.form-item fieldset {
119
	font-size: 80%;
120
	margin-top: -3px;
121
	margin-left: 25px;
122

    
123
}
124

    
125
.form-item fieldset .featuretree_structure{
126
  height: 13em;
127
  overflow: auto;
128
}
129

    
130
.misapplied .name{
131
 	/*font-style: normal;*/
132
}
133
.misapplied .authors{
134
	display: none;
135
}
136

    
137
img.preview {
138
	margin: 5px 30px;
139
}
140

    
141
ul li.synonym{
142
  list-style-type: none;
143
  background-image: none;
144
}
145

    
146
li.firstentry{
147
  margin-left: 6px;
148
}
149

    
150

    
151
ul.cdm_names, ul.cdm_names li{
152
	 background-image: none;
153
	 list-style-type: none;
154
	 list-style-image: none;
155
}
156

    
157
/*
158
ul.cdm_names a:link, ul.cdm_names .Synonym a:visited {
159
color:#7C7C7F;
160
}
161
*/
162

    
163
.dynabox .label:hover{
164
 color: #0174BB;
165
}
166

    
167
ul.cdm_names .dynabox_content{
168
  margin-top:-1em;
169
}
170

    
171

    
172
.tickbox_content{
173
	display: none;
174
}
175

    
176
.pager strong, .pager a {
177
	-moz-border-radius-bottomleft:2px;
178
	-moz-border-radius-bottomright:2px;
179
	-moz-border-radius-topleft:2px;
180
	-moz-border-radius-topright:2px;
181
	background-color:#DFEDF7;
182
	border:1px solid #90C2E1;
183
	margin:0px 0.25em;
184
	padding:2px 5px;
185
}
186

    
187
.pager strong {
188
	background-color:#0174BB;
189
	color:#FFFFFF;
190
}
191

    
192
.pager-list-dots-right, .pager-list-dots-left {
193
  display: inline;
194
}
195

    
196
a.filter_add:link, a.filter_add:visited{
197

    
198
}
199

    
200
a.filter_remove:link, a.filter_remove:visited{
201
  color: red;
202
}
203

    
204
a.synonym:LINK, a.synonym:VISITED, .Synonym a:LINK, .Synonym a:VISITED, .misapplied-name a:LINK, .misapplied-name a:VISITED {
205
  color: #7C7C7F;
206
}
207

    
208
/* Synonyms with more than one accepted taxa */
209
a.label:link, a.label:visited {
210
  color: #7C7C7F;
211
}
212

    
213
/*
214
a.toc:link, a.toc:visited {
215
  color: #F03300;
216
}
217
*/
218

    
219
.block-cdm_taxontree .content, .block-cdm_dataportal-3 .content{
220
   font-size: 90%;
221
}
222

    
223
.content dt {
224
	float: left;
225
	font-weight: bold;
226
  margin-right: 0.3em;
227
}
228

    
229
.content dd {
230
	margin-left: 0;
231
	font-weight: normal;
232
}
233

    
234
.block-cdm_taxontree div.settings{
235
	/*background-color: #2587C3;*/
236
	border-bottom: 1px solid #E0DFE3;
237
	border-top: 1px solid #E0DFE3;
238
}
239

    
240
.concept_switch {
241
  padding:0 0.2em;
242
}
243

    
244
.descriptionText, .descriptionReference{
245
	vertical-align: top;
246
}
247

    
248
.annotation_box {
249
	display: none;
250
	background: #FFFFCC;
251
	border: 1px solid #FFCC66;
252
	font-size: 9pt;
253
	padding: 5px
254
}
255
.annotation_box ul, .annotation_box li{
256
	list-style-type: none;
257
	line-height: 11pt;
258
	padding: 0;
259
	margin: 0;
260
}
261

    
262
.annotation_box li{
263
	padding-left: 15px;
264
}
265

    
266
.annotation_create{
267
	margin-top: 20px;
268
	text-align: right;
269
}
270

    
271
.annotation_create textarea {
272
	width: 100%;
273
}
274

    
275
.annotation_create form{
276
	margin-bottom: 0;
277
}
278

    
279
#openlayers{
280
    margin-bottom:0.75em;	/* should match the margin-bottom of .description */
281
}
282

    
283
#openlayers_map{
284
	width: 100%;
285
	height: 200px;
286
	border: 1px solid;
287
}
288

    
289
.openlayers_legend{
290
    background-color: white;
291
    filter:alpha(opacity=75); /* IE's opacity*/
292
    opacity: 0.75;
293
}
294

    
295
.distribution_map_caption{
296
	font-size: 90%;
297
	font-style: italic;
298
}
299

    
300
.media .viewer{
301
	margin-top: 20px;
302
}
303

    
304
.media ul.primary li a
305
, .media ul.primary li.active a
306
, .media ul.primary li a:hover
307
, .media ul.primary li a:visited
308
, .media ul.secondary li a
309
, .media ul.secondary li.active a
310
, .media ul.secondary li a:hover
311
 , .media ul.secondary li a:visited{
312
	margin-left : 0px;
313
}
314

    
315
.media ul.primary li a.active{
316
  font-weight: bold;
317
}
318

    
319
.media_thumbnails{
320
  margin-top: 0px;
321
  margin-left: 0.3em;
322
}
323

    
324
.media_gallery tbody {
325
	border: 0px none;
326
}
327

    
328
.media_gallery td.caption {
329
	vertical-align: top;
330
}
331

    
332
.media-caption{
333
	line-height: 1.3em;
334
	margin-left: 0;
335
}
336

    
337
.media-caption dt.title{
338
    display: none;
339
}
340
.media-caption dd.title{
341
    font-weight: bold;
342
    font-size: 130%;
343
}
344

    
345
.cdm_names .media-caption{
346
    font-size: 60%;
347
}
348

    
349
.image-passe-partout, .image_viewer {
350
  border: 1px solid;
351
  background-color: #eeeeee;
352
}
353

    
354
.distribution_map{
355
  border: 1px solid #ddd;
356
  background-color: #ffffff;
357
}
358

    
359
/* The print button text with underline and different color on hover */
360
#print_button{
361
  cursor:pointer;
362
}
363
#print_button span{
364
  color:#027AC6;
365
  margin-left: 0.3em; /* spacing between image and text */
366
}
367
#print_button span:hover {
368
  color:#0062A0;
369
  text-decoration:underline;
370
}
371

    
372
.annotations {
373
	font-size: 88%;
374
}
375

    
376
.footnote{
377
	font-size: 88%;
378
}
379

    
380
.footnote-key{
381
  vertical-align: super;
382
  font-size: 80%;
383
  line-height: 100%; /* compensate line-height increasement by vertical-align: super; */
384
  font-style: italic;
385
}
386

    
387
.footnote-anchor {
388
  font-weight: bold;
389
}
390

    
391
.heterotypicSynonymyGroup li.footnotes, .homotypicSynonymyGroup li.footnotes, .homotypicSynonyms li.footnotes, .misapplied li.footnotes, .content li.descriptionText{
392
	margin-top: 10px;
393
  margin-left: 6px;
394
  padding-left: 6px;
395
  list-style: none;
396
  list-style-image: none;
397
  background-image: none;
398
}
399
#synonymy li.footnotes{
400
	list-style: none;
401
  list-style-image: none;
402
  background-image: none;
403
}
404
.content
405

    
406
/* footnotes margin when listing the synonymy*/
407
/*
408
.heterotypicSynonymyGroup .footnote{
409
  margin-left: 3em;
410
}
411
.homotypicSynonyms .footnote{
412
  margin-left: 1em;
413
}
414
*/
415
/* -- */
416
.featuretree_structure {
417
	 font-size: 90%;
418
	 line-height: 1em;
419
	 color: #999999;
420
}
421

    
422
.polytomousKey_linkedStyle td{
423
	vertical-align: top;
424
	padding-top: 0;
425
}
426
.polytomousKey_linkedStyle tr.new_section td{
427
  padding-top: 1em;
428
}
429
.polytomousKey_linkedStyle tr:hover {
430
  background-color: #eeeeee;
431
}
432

    
433
.polytomousKey_linkedStyle .nodeLink {
434
	float: right;
435
  text-align: right;
436
}
437

    
438
.polytomousKey_linkedStyle td.edge-indent {
439
	padding-left: 2em;
440
}
441
#useRecords th {
442
	font-weight: normal;
443
}
(3-3/13)