Subversion Repositories eFlore/Applications.del

Rev

Rev 623 | Rev 1393 | Go to most recent revision | 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
 
10
.famille {
11
	display:none;
12
}
13
 
14
.nomCommun {}
15
.nomCommun:before {
16
	content:"(";
17
}
18
.nomCommun:after {
19
	content:")";
20
}
21
 
22
.metaPart1 {
23
	clear:both;
1104 gduche 24
	font-size:15px;
25
	max-width:850px;
623 gduche 26
}
27
 
28
.metaPart2 {
29
	clear:both;
1104 gduche 30
	color:#777;
31
	max-width:850px;
623 gduche 32
}
33
 
34
.metaPart3 {
1104 gduche 35
	display:none;
36
	max-width:850px;
37
}
38
 
39
.lieuDit:after {
40
	content:", ";
41
}
42
 
43
.zoneLieu:before {
44
	content:" / ";
45
}
46
 
47
.espece {
48
 	color: #454341;
49
    font-size: 18px;
50
    margin-top: -3px;
51
}
52
 
53
.label {
54
	font-size:12px;
55
	margin-top:3px;
623 gduche 56
}