Subversion Repositories eFlore/Applications.del

Rev

Rev 1393 | Rev 1667 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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