Subversion Repositories eFlore/Applications.del

Rev

Rev 1393 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
623 gduche 1
.metadonnees {
2
	width:100%;
3
}
4
 
5
.metadonnees div {
6
	float:left;
7
	padding:0 3px 0 0;
8
}
9
 
1393 aurelien 10
.zoneReferentiel {
11
	margin-top: 1em;
12
}
13
 
623 gduche 14
.famille {
15
	display:none;
16
}
17
 
18
.nomCommun {}
19
.nomCommun:before {
20
	content:"(";
21
}
22
.nomCommun:after {
23
	content:")";
24
}
25
 
26
.metaPart1 {
27
	clear:both;
1104 gduche 28
	font-size:15px;
29
	max-width:850px;
623 gduche 30
}
31
 
32
.metaPart2 {
33
	clear:both;
1104 gduche 34
	color:#777;
35
	max-width:850px;
623 gduche 36
}
37
 
38
.metaPart3 {
1104 gduche 39
	display:none;
40
	max-width:850px;
41
}
42
 
43
.lieuDit:after {
44
	content:", ";
45
}
46
 
47
.zoneLieu:before {
48
	content:" / ";
49
}
50
 
51
.espece {
52
 	color: #454341;
53
    font-size: 18px;
54
    margin-top: -3px;
55
}
56
 
57
.label {
58
	font-size:12px;
59
	margin-top:3px;
623 gduche 60
}