Subversion Repositories eFlore/Applications.del

Rev

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

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