Project

General

Profile

Download (5.77 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
h6.debug {
13
	color: #FFFFFF;
14
	padding: 0 1em;
15
	margin-bottom: -0.75em;
16
	border:1px solid #B8D3E5;
17
}
18

    
19
div.debug a.valid {
20
  color: #1BDF00;	
21
}
22
div.debug a.invalid {
23
  color: #F3000A; 
24
}
25

    
26
div.debug .uri{
27
	color: #FFFFFF;
28
}
29

    
30
.name{
31
  font-style: italic;
32
}
33

    
34
.rank, .authors{
35
	font-style: normal;
36
}
37
	
38

    
39
.relation_sign{
40
	margin-left: -1em; /* same as ul.typeDesignations */
41
	margin-right: 0.3em;
42
	float: left;
43
	font-family: Arial, sans-serif;
44
}
45

    
46
.highlite {
47
  background-color: yellow;	
48
}
49

    
50
li .taxon{
51
}
52

    
53
.heterotypicSynonymyGroup li{
54
  margin-left: 26px;
55
}
56

    
57
ul.homotypicSynonyms, ul.heterotypicSynonymyGroup{
58
	 border-bottom: 1px solid #D4EBF9;
59
	 
60
}
61

    
62
ul.typeDesignations{
63
  margin-top: 0px;
64
  margin-bottom: 0px;
65
  margin-left: -1em; /* same as .relation_sign */
66
}
67

    
68
ul.typeDesignations li{
69
	background-image: none;
70
}
71

    
72

    
73
.misapplied .name{
74
 	/*font-style: normal;*/
75
}
76
.misapplied .authors{
77
	display: none;
78
}
79

    
80
img.preview {
81
	margin: 5px 30px;
82
}
83

    
84
ul li.synonym{
85
  list-style-type: none;
86
  background-image: none;
87
}
88

    
89
li.firstentry{
90
  margin-left: 6px;
91
}
92

    
93

    
94
ul.cdm_names, ul.cdm_names li{
95
	 background-image: none;
96
	 list-style-type: none;
97
	 list-style-image: none;
98
}
99

    
100
ul li.dynabox{
101
 /* background-image: url('images/btn_expand.gif'); 
102
  background-repeat: no-repeat;
103
  cursor: pointer;
104
 */
105
}
106

    
107
ul li.dynabox_expanded{
108
  /* background-image: url('images/btn_collapse.gif'); 
109
  background-repeat: no-repeat;
110
  cursor: pointer;
111
  */
112
}
113

    
114

    
115
ul li.dynabox .label{
116
 cursor: pointer;
117
}
118

    
119
ul li.dynabox .label:hover{
120
 color: #0174BB;
121
}
122

    
123
ul.dynabox_content{
124
  margin-top:-1em;
125
}
126

    
127

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

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

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

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

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

    
154
}
155

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    
332
.heterotypicSynonymyGroup li.footnotes, .homotypicSynonymyGroup li.footnotes, .homotypicSynonyms li.footnotes, .misapplied li.footnotes{
333
	margin-top: 10px;
334
    margin-left: 6px;
335
    padding-left: 6px;
336
    list-style: none;
337
    list-style-image: none;
338
    background-image: none;
339
}
340

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