Project

General

Profile

Download (5.88 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
li .taxon{
58
}
59

    
60
#synonymy ul li {
61
	padding-bottom: 0px;
62
  padding-top: 0px;
63
  margin-bottom: 0px;
64
  margin-top:0px;
65
  line-height: 150%;
66
}
67
.heterotypicSynonymyGroup li{
68
  margin-left: 26px;
69
}
70

    
71
ul.homotypicSynonyms, ul.heterotypicSynonymyGroup{
72
	 border-bottom: 1px solid #D4EBF9;
73
	 
74
}
75

    
76
ul.typeDesignations{
77
  margin-top: 0px;
78
  margin-bottom: 0px;
79
  margin-left: -1em; /* same as .relation_sign */
80
}
81

    
82
ul.typeDesignations li{
83
	background-image: none;
84
}
85

    
86

    
87
.misapplied .name{
88
 	/*font-style: normal;*/
89
}
90
.misapplied .authors{
91
	display: none;
92
}
93

    
94
img.preview {
95
	margin: 5px 30px;
96
}
97

    
98
ul li.synonym{
99
  list-style-type: none;
100
  background-image: none;  
101
}
102

    
103
li.firstentry{
104
  margin-left: 6px;
105
}
106

    
107

    
108
ul.cdm_names, ul.cdm_names li{
109
	 background-image: none;
110
	 list-style-type: none;
111
	 list-style-image: none;
112
}
113

    
114
ul.cdm_names a:link, ul.cdm_names .Synonym a:visited {
115
color:#7C7C7F;
116
}
117

    
118
.dynabox .label:hover{
119
 color: #0174BB;
120
}
121
 
122
ul.cdm_names .dynabox_content{
123
  margin-top:-1em;
124
}
125

    
126

    
127
.tickbox_content{
128
	display: none;
129
}
130

    
131
.pager strong, .pager a {
132
	-moz-border-radius-bottomleft:2px;
133
	-moz-border-radius-bottomright:2px;
134
	-moz-border-radius-topleft:2px;
135
	-moz-border-radius-topright:2px;
136
	background-color:#DFEDF7;
137
	border:1px solid #90C2E1;
138
	margin:0px 0.25em;
139
	padding:2px 5px;
140
}
141

    
142
.pager strong {
143
	background-color:#0174BB;
144
	color:#FFFFFF;
145
}
146

    
147
.pager-list-dots-right, .pager-list-dots-left {
148
  display: inline;
149
}
150

    
151
a.filter_add:link, a.filter_add:visited{
152

    
153
}
154

    
155
a.filter_remove:link, a.filter_remove:visited{
156
  color: red;
157
}
158

    
159
a.synonym:link, a.synonym:visited, .Synonym a:link, .Synonym a:visited {
160
  color: #7C7C7F;
161
}
162

    
163
/*
164
a.toc:link, a.toc:visited {
165
  color: #F03300;
166
}
167
*/
168
.block-cdm_taxontree .content, .block-cdm_dataportal-3 .content{
169
   font-size: 90%;
170
}
171

    
172
.content dt {
173
	float: left;
174
	font-weight: bold;
175
  margin-right: 0.3em;
176
}
177

    
178
.content dd {
179
	margin-left: 0;
180
	font-weight: normal;
181
}
182

    
183
.block-cdm_taxontree div.settings{
184
	/*background-color: #2587C3;*/
185
	border-bottom: 1px solid #E0DFE3;
186
	border-top: 1px solid #E0DFE3;
187
}
188

    
189
.concept_switch {
190
  padding:0 0.2em;
191
}
192

    
193
.descriptionText, .descriptionReference{
194
	vertical-align: top;
195
}
196

    
197
.annotation_box {
198
	display: none;	
199
	background: #FFFFCC;
200
	border: 1px solid #FFCC66;
201
	font-size: 9pt;
202
	padding: 5px
203
}
204
.annotation_box ul, .annotation_box li{
205
	list-style-type: none;	
206
	line-height: 11pt;
207
	padding: 0;
208
	margin: 0;
209
}
210

    
211
.annotation_box li{
212
	padding-left: 15px;	
213
}
214

    
215
.annotation_create{
216
	margin-top: 20px;
217
	text-align: right;
218
}
219

    
220
.annotation_create textarea {
221
	width: 100%;	
222
}
223

    
224
.annotation_create form{
225
	margin-bottom: 0;
226
}
227

    
228
#openlayers{ 
229
    margin-bottom:0.75em;	/* should match the margin-bottom of .description */
230
}
231

    
232
#openlayers_map{
233
	width: 100%;
234
	height: 200px;
235
	border: 1px solid;
236
}
237

    
238
.openlayers_legend{
239
    background-color: white;
240
    filter:alpha(opacity=75); /* IE's opacity*/
241
    opacity: 0.75;
242
}
243

    
244
.distribution_map_caption{
245
	font-size: 90%;
246
	font-style: italic;
247
}
248

    
249
.media .viewer{
250
	margin-top: 20px;
251
}
252

    
253
.media ul.primary li a
254
, .media ul.primary li.active a
255
, .media ul.primary li a:hover
256
, .media ul.primary li a:visited
257
, .media ul.secondary li a
258
, .media ul.secondary li.active a
259
, .media ul.secondary li a:hover
260
 , .media ul.secondary li a:visited{
261
	margin-left : 0px;
262
}
263

    
264
.media ul.primary li a.active{
265
  font-weight: bold;
266
}
267

    
268
.media_thumbnails{
269
  margin-top: 0px;
270
  margin-left: 0.3em; 
271
}
272
	
273
.media_gallery tbody {
274
	border: 0px none;
275
}
276
.media-caption{
277
	line-height: 1.3em;
278
	margin-left: 0;
279
}
280

    
281
.media-caption dt.title{
282
    display: none;
283
}
284
.media-caption dd.title{
285
    font-weight: bold;
286
    font-size: 130%;
287
}
288

    
289
.cdm_names .media-caption{
290
    font-size: 60%;	
291
}
292

    
293
.image-passe-partout, .image_viewer {
294
  border: 1px solid;
295
  background-color: #eeeeee;	
296
}
297

    
298
.distribution_map{
299
  border: 1px solid #ddd;
300
  background-color: #ffffff;
301
}
302

    
303
/* The print button text with underline and different color on hover */
304
#print_button{
305
  cursor:pointer;
306
}
307
#print_button span{
308
  color:#027AC6;
309
  margin-left: 0.3em; /* spacing between image and text */
310
}
311
#print_button span:hover {
312
  color:#0062A0;
313
  text-decoration:underline;
314
}
315

    
316
.footnote{
317
	font-size: 90%;
318
}
319

    
320
.footnote-key{
321
  vertical-align: super;
322
  font-size: 80%;
323
  line-height: 100%; /* compensate line-height increasement by vertical-align: super; */
324
  font-style: italic;
325
}
326

    
327
.footnote-anchor {
328
  font-weight: bold;
329
}
330

    
331
.heterotypicSynonymyGroup li.footnotes, .homotypicSynonymyGroup li.footnotes, .homotypicSynonyms li.footnotes, .misapplied li.footnotes, .content li.descriptionText{
332
	margin-top: 10px;
333
  margin-left: 6px;
334
  padding-left: 6px;
335
  list-style: none;
336
  list-style-image: none;
337
  background-image: none;
338
}
339
#synonymy li.footnotes{
340
	list-style: none;
341
  list-style-image: none;
342
  background-image: none;
343
}
344
.content
345

    
346
/* footnotes margin when listing the synonymy*/
347
/*
348
.heterotypicSynonymyGroup .footnote{
349
  margin-left: 3em;
350
}
351
.homotypicSynonyms .footnote{
352
  margin-left: 1em;
353
}
354
*/
355
/* -- */
356
.featuretree_structure {
357
	 font-size: 90%;
358
	 line-height: 1em;
359
	 color: #999999;
360
}
(3-3/10)