Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1934 Rev 1995
1
.observation {
1
.observation {
2
	width:580px;
2
	width:580px;
3
	padding:10px;
3
	padding:10px;
4
	margin-right:5px;
4
	margin-right:5px;
5
	border:solid 1px #DDD;
5
	border:solid 1px #DDD;
6
}
6
}
7
.titrePropositions {
7
.titrePropositions {
8
	margin-top:0;
8
	margin-top:0;
9
	background:none;
9
	background:none;
10
}
10
}
11
.listePropositions {
11
.listePropositions {
12
	background:none repeat scroll 0 0 #FAFAF0;
12
	background:none repeat scroll 0 0 #FAFAF0;
13
	border-color:#DDDDDD;
13
	border-color:#DDDDDD;
14
	border-radius:10px;
14
	border-radius:10px;
15
	border-style:solid;
15
	border-style:solid;
16
	border-width:1px;
16
	border-width:1px;
17
	box-shadow:2px 2px 2px #DDDDDD;
17
	box-shadow:2px 2px 2px #DDDDDD;
18
	min-height:250px;
18
	min-height:250px;
19
	padding:10px;
19
	padding:10px;
20
	width:370px;
20
	width:370px;
21
}
21
}
22
.nomEspece {
22
.nomEspece {
23
	padding:7px;
23
	padding:7px;
24
	font-size:15px;
24
	font-size:15px;
25
	font-weight:bold;
25
	font-weight:bold;
26
	background:rgba(100,100,100,0.5);
26
	background:rgba(100,100,100,0.5);
27
	color:white;
27
	color:white;
28
	cursor:pointer;
28
	cursor:pointer;
29
	position:absolute;
29
	position:absolute;
30
	width:236px;
30
	width:236px;
31
}
31
}
32
.nomEspece:hover {
32
.nomEspece:hover {
33
	background:#8EB533;
33
	background:#8EB533;
34
}
34
}
35
.colonneImages {
35
.colonneImages {
36
	min-width:260px;
36
	width: 300px;
37
	background:url(./img/pasdephoto.jpg) no-repeat;
37
	background:url(./img/pasdephoto.jpg) no-repeat;
38
}
38
}
39
.description {
39
.description {
40
	border:solid 1px #EEE;
40
	border:solid 1px #EEE;
41
	border-width:0 1px 0 0;
41
	border-width:0 1px 0 0;
42
	width:270px;
42
	width:270px;
43
	padding:10px;
43
	padding:10px;
44
	margin:0 1px 5px 0;
44
	margin:0 1px 5px 0;
45
	height:150px
45
	height:150px
46
}
46
}
47
.determination {
47
.determination {
48
	padding:10px;
48
	padding:10px;
49
	margin:0 1px 5px 0;
49
	margin:0 1px 5px 0;
50
	height:150px
50
	height:150px
51
}
51
}
52
.photoPrincipale {
52
.photoPrincipale {
53
	height:20px;
53
	height:20px;
54
	float:left;
54
	float:left;
55
	padding:5px;
55
	padding:5px;
56
	margin-bottom:15px;
56
	margin-bottom:15px;
57
	cursor:pointer
57
	cursor:pointer
58
}
58
}
59
.panneauDeterminations {
59
.panneauDeterminations {
60
	text-align:right
60
	text-align:right
61
}
61
}
62
.lienDetermination {
62
.lienDetermination {
63
	text-align:center;
63
	text-align:center;
64
	padding:5px;
64
	padding:5px;
65
	color:blue;
65
	color:blue;
66
	cursor:pointer;
66
	cursor:pointer;
67
	float:right;
67
	float:right;
68
	margin:5px;
68
	margin:5px;
69
	text-decoration:underline;
69
	text-decoration:underline;
70
}
70
}
71
.miniatures img {
71
.miniatures img {
72
	height:30px
72
	height:30px
73
}
73
}
74
.metadonnees {
74
.metadonnees {
75
	width:280px;
75
	width:280px;
76
}
76
}
77
.boutonDetermination {
77
.boutonDetermination {
78
	background:url("./img/add.png") no-repeat scroll 5px 7px #DDDDDD;
78
	background:url("./img/add.png") no-repeat scroll 5px 7px #DDDDDD;
79
	border:1px solid #AAAAAA;
79
	border:1px solid #AAAAAA;
80
	cursor:pointer;
80
	cursor:pointer;
81
	float:right;
81
	float:right;
82
	margin-bottom:5px;
82
	margin-bottom:5px;
83
	margin-right:5px;
83
	margin-right:5px;
84
	margin-top:10px;
84
	margin-top:10px;
85
	padding:5px 5px 5px 25px;
85
	padding:5px 5px 5px 25px;
86
}
86
}
87
.ligneObservation {
87
.ligneObservation {
88
	margin-bottom:20px;
88
	margin-bottom:20px;
89
}
89
}
90
.boutonDetermination:hover {
90
.boutonDetermination:hover {
91
	background-color:#AAA
91
	background-color:#AAA
92
}
92
}
93
.accesOutil {
93
.accesOutil {
94
	margin-top:15px;
94
	margin-top:15px;
95
}
95
}
96
.ajouterProposition {
96
.ajouterProposition {
97
	margin-top:10px;
97
	margin-top:10px;
98
}
98
}
99
.plusDeDetails {
99
.plusDeDetails {
100
	width: 130px;	
100
	width: 130px;	
101
}
101
}