Subversion Repositories eFlore/Applications.del

Rev

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

Rev 655 Rev 1014
Line 4... Line 4...
4
	margin-bottom: 50px;
4
	margin-bottom: 50px;
5
}
5
}
Line 6... Line 6...
6
 
6
 
7
.observations img {
7
.observations img {
8
	width: 250px;
8
	width: 250px;
9
	padding: 0
9
	padding: 0;
Line 10... Line 10...
10
}
10
}
11
 
11
 
12
.zoneCache {
12
.zoneCache {
Line 16... Line 16...
16
	background: #333;
16
	background: #333;
17
	opacity: 0.9;
17
	opacity: 0.9;
18
	color: white;
18
	color: white;
19
	width: 250px;
19
	width: 250px;
20
	z-index: 1000;
20
	z-index: 1000;
21
	margin-top: 30px
21
	margin-top: 30px;
22
}
22
}
Line 23... Line 23...
23
 
23
 
24
.enSavoirPlus {
24
.enSavoirPlus {
25
	position: absolute;
25
	position: absolute;
26
	background: url(./img/ajouter.png) no-repeat;
26
	background: url(./img/ajouter.png) no-repeat;
27
	width: 30px;
27
	width: 30px;
28
	height: 30px;
28
	height: 30px;
29
	cursor: pointer;
29
	cursor: pointer;
30
	margin-top: 3px;
30
	margin-top: 3px;
31
	margin-left: 3px
31
	margin-left: 3px;
Line 32... Line 32...
32
}
32
}
33
 
33
 
34
.zoom {
34
.zoom {
Line 44... Line 44...
44
.espece {
44
.espece {
45
	font-size: 12px;
45
	font-size: 12px;
46
	font-weight: bold;
46
	font-weight: bold;
47
	color: white;
47
	color: white;
48
	padding-left: 5px;
48
	padding-left: 5px;
49
	padding-right: 1px
49
	padding-right: 1px;
50
}
50
}
Line 51... Line 51...
51
 
51
 
52
.espece p,.auteur p {
52
.espece p,.auteur p {
53
	padding: 0px;
53
	padding: 0px;
54
	margin: 0px;
54
	margin: 0px;
55
	overflow: hidden;
55
	overflow: hidden;
56
	text-overflow: ellipsis;
56
	text-overflow: ellipsis;
-
 
57
	white-space: pre;
57
	white-space: pre
58
	min-height: 13px;
Line 58... Line 59...
58
}
59
}
59
 
60
 
60
.zoneDetail {
61
.zoneDetail {
Line 61... Line 62...
61
	position: absolute;
62
	position: absolute;
62
}
63
}
63
 
-
 
64
.zonePlus {
64
 
65
	position: absolute;
65
.zonePlus {
66
	background: #333;
66
	position: absolute;
67
	width: 246px;
67
	width: 246px;
68
	padding: 2px;
68
	padding: 2px;
69
	margin-top: -88px;
69
	margin-top: -88px;
70
	opacity: 0.9;
70
	opacity: 0.9;
71
	color: white;
71
	color: white;
72
	text-align: left;
72
	text-align: left;
73
	cursor: pointer;
73
	cursor: pointer;
Line 74... Line 74...
74
	overflow: hidden;
74
	overflow: hidden;
75
	text-overflow: ellipsis
75
	text-overflow: ellipsis;
76
}
76
}
77
 
77
 
78
.zoneImage {
78
.zoneImage {
79
	cursor: pointer;
79
	cursor: pointer;
Line 80... Line 80...
80
	height: 280px;
80
	height: 280px;
81
	margin-bottom: 20px;
81
	margin-bottom: 20px;
82
	background: #DDD
82
	background: #DDD;
83
}
-
 
84
 
83
}
85
.zoneVoter {
84
 
86
	margin-top: -48px;
85
.zoneVoter {
87
	text-align: center;
86
	margin-top: -48px;
88
	background: #333;
87
	text-align: center;
89
	opacity: 0.9;
88
	opacity: 0.9;
Line 90... Line 89...
90
	width: 250px;
89
	width: 250px;
91
	position: absolute;
90
	position: absolute;
92
	height: 27px;
91
	height: 27px;
Line 93... Line 92...
93
	padding-top: 5px
92
	padding-top: 5px;
94
}
93
}
95
 
94