Subversion Repositories eFlore/Applications.del

Rev

Rev 1393 | Rev 1667 | 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
.metadonnees div {
5
	float:left;
6
	padding:0 3px 0 0;
7
}
1393 aurelien 8
.zoneReferentiel {
1664 jpm 9
	margin-top:1em;
1393 aurelien 10
}
623 gduche 11
.famille {
12
	display:none;
13
}
1664 jpm 14
.nomCommun {
15
}
623 gduche 16
.nomCommun:before {
17
	content:"(";
18
}
19
.nomCommun:after {
20
	content:")";
21
}
22
.metaPart1 {
23
	clear:both;
1104 gduche 24
	font-size:15px;
25
	max-width:850px;
623 gduche 26
}
27
.metaPart2 {
28
	clear:both;
1104 gduche 29
	color:#777;
30
	max-width:850px;
623 gduche 31
}
32
.metaPart3 {
1104 gduche 33
	display:none;
34
	max-width:850px;
35
}
36
.lieuDit:after {
37
	content:", ";
38
}
39
.zoneLieu:before {
40
	content:" / ";
41
}
42
.espece {
1664 jpm 43
	color:#454341;
44
	font-size:18px;
45
	margin-top:-3px;
1104 gduche 46
}
47
.label {
48
	font-size:12px;
49
	margin-top:3px;
623 gduche 50
}