Project

General

Profile

Download (5.28 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
}
44

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

    
49
li .taxon{
50
}
51

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

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

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

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

    
71

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

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

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

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

    
92

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

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

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

    
113

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

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

    
122
ul.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
.block-cdm_taxontree div.settings{
173
	/*background-color: #2587C3;*/
174
	border-bottom: 1px solid #E0DFE3;
175
	border-top: 1px solid #E0DFE3;
176
}
177

    
178
.concept_switch {
179
  padding:0 0.2em;
180
}
181

    
182
.descriptionText, .descriptionReference{
183
	vertical-align: top;
184
}
185

    
186
.annotation_box {
187
	display: none;	
188
	background: #FFFFCC;
189
	border: 1px solid #FFCC66;
190
	font-size: 9pt;
191
	padding: 5px
192
}
193
.annotation_box ul, .annotation_box li{
194
	list-style-type: none;	
195
	line-height: 11pt;
196
	padding: 0;
197
	margin: 0;
198
}
199

    
200
.annotation_box li{
201
	padding-left: 15px;	
202
}
203

    
204
.annotation_create{
205
	margin-top: 20px;
206
	text-align: right;
207
}
208

    
209
.annotation_create textarea {
210
	width: 100%;	
211
}
212

    
213
.annotation_create form{
214
	margin-bottom: 0;
215
}
216

    
217
#openlayers_map{
218
	width: 100%;
219
	height: 200px;
220
	border: 1px solid;
221
}
222

    
223
#openlayers_legend{
224
    position: relative;
225
    z-index: 30000;
226
    /*
227
    top:10px;	
228
	float: right;
229
    margin-top: -200px; 
230
    top: 0px;
231
    */
232
}
233

    
234
.distribution_map_caption{
235
	font-size: 90%;
236
	font-style: italic;
237
}
238

    
239
.media .viewer{
240
	margin-top: 20px;
241
}
242

    
243
.media ul.primary li a
244
, .media ul.primary li.active a
245
, .media ul.primary li a:hover
246
, .media ul.primary li a:visited
247
, .media ul.secondary li a
248
, .media ul.secondary li.active a
249
, .media ul.secondary li a:hover
250
 , .media ul.secondary li a:visited{
251
	margin-left : 0px;
252
}
253

    
254
.media ul.primary li a.active{
255
  font-weight: bold;
256
}
257

    
258
.media_thumbnails{
259
  margin-top: 0px;
260
  margin-left: 0.3em; 
261
}
262
	
263
.media_gallery tbody {
264
	border: 0px none;
265
}
266
.media-caption{
267
	line-height: 1.3em;
268
	margin-left: 0;
269
}	
270
.media-caption dt{
271
	float:left;
272
	margin-right: 0.3em;
273
	font-weight: bold;
274
}
275

    
276
.media-caption dd{
277
    margin-left: 0;
278
    font-weight: normal;
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
  font-style: italic;
324
}
325

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

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

    
(3-3/10)