Subversion Repositories eFlore/Applications.del

Rev

Rev 623 | Rev 1393 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 623 Rev 1104
1
.metadonnees {
1
.metadonnees {
2
	width:100%;
2
	width:100%;
3
}
3
}
4
 
4
 
5
.metadonnees div {
5
.metadonnees div {
6
	float:left;
6
	float:left;
7
	padding:0 3px 0 0;
7
	padding:0 3px 0 0;
8
}
8
}
9
 
9
 
10
.famille {
10
.famille {
11
	display:none;
11
	display:none;
12
}
12
}
13
 
13
 
14
.nomCommun {}
14
.nomCommun {}
15
.nomCommun:before {
15
.nomCommun:before {
16
	content:"(";
16
	content:"(";
17
}
17
}
18
.nomCommun:after {
18
.nomCommun:after {
19
	content:")";
19
	content:")";
20
}
20
}
21
 
21
 
22
.metaPart1 {
22
.metaPart1 {
23
	clear:both;
23
	clear:both;
-
 
24
	font-size:15px;	
-
 
25
	max-width:850px;
24
}
26
}
25
 
27
 
26
.metaPart2 {
28
.metaPart2 {
27
	clear:both;
29
	clear:both;
-
 
30
	color:#777;
-
 
31
	max-width:850px;
28
}
32
}
29
 
33
 
30
.metaPart3 {
34
.metaPart3 {
31
	display:none
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;
32
}
56
}
33
57