Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1152 Rev 1157
1
.observations {
1
.observations {
2
	width: 250px;
2
	width: 250px;
3
	height: 250px;
3
	height: 250px;
4
	margin-bottom: 50px;
4
	margin-bottom: 50px;
5
}
5
}
6
 
6
 
7
.observations img {
7
.observations img {
8
	width: 250px;
8
	width: 250px;
9
	padding: 0;
9
	padding: 0;
10
}
10
}
11
 
11
 
12
.zoneCache {
12
.zoneCache {
13
	position: absolute;
13
	position: absolute;
14
	padding: 5px;
14
	padding: 5px;
15
	border: solid 1px #CCC;
15
	border: solid 1px #CCC;
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
}
23
 
23
 
24
.zoneMotsCles {
24
.zoneMotsCles {
25
	position: absolute;
25
	position: absolute;
26
	padding: 5px;
26
	padding: 5px;
27
	border: solid 1px #CCC;
27
	border: solid 1px #CCC;
28
	background: #333;
28
	background: #333;
29
	opacity: 0.9;
29
	opacity: 0.9;
30
	color: white;
30
	color: white;
31
	width: 239px;
31
	width: 239px;
32
	z-index: 1000;
32
	z-index: 1000;
33
	margin-top: 30px;
33
   	margin-top: 212px;
34
}
34
}
35
 
35
 
36
.enSavoirPlus {
36
.enSavoirPlus {
37
	position: absolute;
37
	position: absolute;
38
	background: url(./img/ajouter.png) no-repeat;
38
	background: url(./img/ajouter.png) no-repeat;
39
	width: 30px;
39
	width: 30px;
40
	height: 30px;
40
	height: 30px;
41
	cursor: pointer;
41
	cursor: pointer;
42
	margin-top: 3px;
42
	margin-top: 3px;
43
	margin-left: 3px;
43
	margin-left: 3px;
44
}
44
}
45
 
45
 
46
.voirMotsCles {
46
.voirMotsCles {
47
	position: absolute;
47
	position: absolute;
48
	background: url(./img/tagger.png) no-repeat;
48
	background: url(./img/tagger.png) no-repeat;
49
	width: 30px;
49
	width: 30px;
50
	height: 30px;
50
	height: 30px;
51
	cursor: pointer;
51
	cursor: pointer;
52
	margin-top: 3px;
52
    margin-top: 180px;
53
	margin-left: 216px;
53
	margin-left: 216px;
54
}
54
}
55
 
55
 
56
.zoom {
56
.zoom {
57
	background: url(./img/loupe.png);
57
	background: url(./img/loupe.png);
58
	width: 30px;
58
	width: 30px;
59
	height: 30px;
59
	height: 30px;
60
	cursor: pointer;
60
	cursor: pointer;
61
	margin-top: 3px;
61
	margin-top: 3px;
62
	position: absolute;
62
	position: absolute;
63
	margin-left: 217px;
63
	margin-left: 217px;
64
}
64
}
65
 
65
 
66
.espece {
66
.espece {
67
	font-size: 12px;
67
	font-size: 12px;
68
	font-weight: bold;
68
	font-weight: bold;
69
	color: white;
69
	color: white;
70
	padding-left: 5px;
70
	padding-left: 5px;
71
	padding-right: 1px;
71
	padding-right: 1px;
72
}
72
}
73
 
73
 
74
.zonePlus:hover {
74
.zonePlus:hover {
75
	background:#8EB533;
75
	background:#8EB533;
76
}
76
}
77
 
77
 
78
.espece p,.auteur p {
78
.espece p,.auteur p {
79
	padding: 0px;
79
	padding: 0px;
80
	margin: 0px;
80
	margin: 0px;
81
	overflow: hidden;
81
	overflow: hidden;
82
	text-overflow: ellipsis;
82
	text-overflow: ellipsis;
83
	white-space: pre;
83
	white-space: pre;
84
	min-height: 13px;
84
	min-height: 13px;
85
}
85
}
86
 
86
 
87
.zoneDetail {
87
.zoneDetail {
88
	position: absolute;
88
	position: absolute;
89
}
89
}
90
 
90
 
91
.zonePlus {
91
.zonePlus {
92
	position: absolute;
92
	position: absolute;
93
	width: 246px;
93
	width: 246px;
94
	padding: 2px;
94
	padding: 2px;
95
	margin-top: -88px;
95
	margin-top: -88px;
96
	opacity: 0.9;
96
	opacity: 0.9;
97
	color: white;
97
	color: white;
98
	text-align: left;
98
	text-align: left;
99
	cursor: pointer;
99
	cursor: pointer;
100
	overflow: hidden;
100
	overflow: hidden;
101
	text-overflow: ellipsis;
101
	text-overflow: ellipsis;
102
	background:#333;
102
	background:#333;
103
}
103
}
104
 
104
 
105
.zoneImage {
105
.zoneImage {
106
	cursor: pointer;
106
	cursor: pointer;
107
	height: 280px;
107
	height: 280px;
108
	margin-bottom: 20px;
108
	margin-bottom: 20px;
109
	background: #DDD;
109
	background: #DDD;
110
}
110
}
111
 
111
 
112
.zoneVoter {
112
.zoneVoter {
113
	margin-top: -48px;
113
	margin-top: -48px;
114
	text-align: center;
114
	text-align: center;
115
	opacity: 0.9;
115
	opacity: 0.9;
116
	width: 240px;
116
	width: 240px;
117
	position: absolute;
117
	position: absolute;
118
	height: 35px;
118
	height: 35px;
119
	padding: 5px;
119
	padding: 5px;
120
}
120
}
121
 
121
 
122
.metadonnees, .motsCles {
122
.metadonnees, .motsCles {
123
	text-align: left;
123
	text-align: left;
124
}
124
}
125
 
125
 
126
.auteur {
126
.auteur {
127
	padding-left: 5px;
127
	padding-left: 5px;
128
	padding-right: 1px;
128
	padding-right: 1px;
129
	padding-top: 3px;
129
	padding-top: 3px;
130
}
130
}