Subversion Repositories eFlore/Applications.del

Rev

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

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