Subversion Repositories eFlore/Applications.cel

Rev

Rev 1922 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1922 Rev 1946
Line 12... Line 12...
12
	font-size:1.4em;
12
	font-size:1.4em;
13
	text-transform:uppercase;
13
	text-transform:uppercase;
14
	letter-spacing:0.3em;
14
	letter-spacing:0.3em;
15
	padding:5px 10px;
15
	padding:5px 10px;
16
	background:#A1CA10;
16
	background:#A1CA10;
17
	width:250px;
-
 
18
	margin-bottom:0;
17
	margin-bottom:0;
19
	margin-left:2px;
18
	margin-left:2px;
20
	-webkit-border-radius: 10px 10px 0 0;-moz-border-radius: 10px 10px 0 0;border-radius: 10px 10px 0 0;
19
	-webkit-border-radius: 10px 10px 0 0;-moz-border-radius: 10px 10px 0 0;border-radius: 10px 10px 0 0;
21
	line-height:2em;
20
	line-height:2em;
22
}
21
}
23
a, a:active, a:visited {
-
 
24
	border-bottom:1px dotted;
-
 
25
	text-decoration:none;
-
 
26
}
-
 
27
a:active, a:focus, a:hover{
-
 
28
	border-bottom:none;
-
 
29
}
-
 
Line -... Line 22...
-
 
22
 
-
 
23
a {
-
 
24
	font-weight:bold;
Line 30... Line 25...
30
 
25
}
31
 
26
 
32
/*+--------------------------------------------------------------------------------------------------------+*/
27
/*+--------------------------------------------------------------------------------------------------------+*/
33
/* Générique */
28
/* Générique */
34
.discretion {
29
.discretion {
35
	color:grey;
30
	color:grey;
36
	font-family:arial;
31
	font-family:arial;
-
 
32
	font-size:11px;
-
 
33
}
37
	font-size:11px;
34
.nom-sci {
38
}
35
	font-style:italic;
39
 
36
}
40
/*+--------------------------------------------------------------------------------------------------------+*/
37
/*+--------------------------------------------------------------------------------------------------------+*/
41
/* Positionnement général */
38
/* Positionnement général */
42
#zone-appli {
39
#zone-appli {
43
	margin:0 auto;
40
	margin:0 auto;
Line 44... Line 41...
44
	width:600px;
41
	width:600px;
45
}
42
}
-
 
43
 
-
 
44
/*+--------------------------------------------------------------------------------------------------------+*/
-
 
45
/* Formulaire générique */
-
 
46
legend {
-
 
47
    color: #000000;
-
 
48
    font-size: 1.2em;
-
 
49
    letter-spacing: 0.2em;
-
 
50
    padding: 5px 10px;
-
 
51
    text-transform: uppercase;
-
 
52
    line-height:1.2em;
46
 
53
    margin:2px 2px 0;
47
/*+--------------------------------------------------------------------------------------------------------+*/
54
    width:inherit;
-
 
55
}
48
/* Formulaire générique */
56
fieldset {
Line 49... Line 57...
49
fieldset {
57
	background-color:#A1CA10;
50
	background-color:#A1CA10;
58
	padding:5px;
51
}
59
}
Line 71... Line 79...
71
	height:0;
79
	height:0;
72
}
80
}
Line 73... Line 81...
73
 
81
 
74
/*-------------------------------------------------------*/
82
/*-------------------------------------------------------*/
-
 
83
/* Formulaire observateur */
-
 
84
#titre-form-observateur {
-
 
85
	width:250px;
-
 
86
}
-
 
87
#zone-identification {
-
 
88
	margin-left:2px;
75
/* Formulaire observateur */
89
}
76
#partie-identification, #partie-identification legend{
90
#partie-identification{
77
	background:#A1CA10;
91
	background:#A1CA10;
78
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
92
	-webkit-border-radius: 0 10px 10px 10px;-moz-border-radius: 0 10px 10px 10px;border-radius: 0 10px 10px 10px;
Line 79... Line 93...
79
}
93
}
80
 
94
 
-
 
95
/*+--------------------------------------------------------------------------------------------------------+*/
-
 
96
/* Formulaire obs */
-
 
97
#titre-form-obs{
81
/*+--------------------------------------------------------------------------------------------------------+*/
98
	width:250px;
82
/* Formulaire obs */
99
}
83
#zone-fiche-terrain, #zone-fiche-terrain-photo{
100
#zone-fiche-terrain, #zone-fiche-terrain-photo{
84
	background:#A1CA10;
101
	background:#A1CA10;
85
	width:600px;
102
	width:600px;
Line 92... Line 109...
92
#zone-fiche-terrain-photo{
109
#zone-fiche-terrain-photo{
93
	-webkit-border-radius: 0 0 10px 10px;-moz-border-radius: 0 0 10px 10px;border-radius: 0 0 10px 10px;
110
	-webkit-border-radius: 0 0 10px 10px;-moz-border-radius: 0 0 10px 10px;border-radius: 0 0 10px 10px;
94
	margin-top:-20px;
111
	margin-top:-20px;
95
}
112
}
96
#partie-station, #partie-observation, #partie-photo, #partie-date{
113
#partie-station, #partie-observation, #partie-photo, #partie-date{
97
	width:550px;
-
 
98
	margin-left:10px;
114
	margin:0 10px 10px;
99
	background:#E5E5E5;
115
	background:#E5E5E5;
100
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
116
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
101
}
117
}
102
#partie-station legend, #partie-observation legend, #partie-photo legend, #partie-date legend{
118
#partie-station legend, #partie-observation legend, #partie-photo legend, #partie-date legend{
103
	background:#E5E5E5;
119
	background:#E5E5E5;
104
	-webkit-border-radius: 10px 10px 0 0 ;-moz-border-radius: 10px 10px 0 0;border-radius: 10px 10px 0 0;
120
	-webkit-border-radius: 10px 10px 0 0 ;-moz-border-radius: 10px 10px 0 0;border-radius: 10px 10px 0 0;
105
}
121
}
Line -... Line 122...
-
 
122
 
-
 
123
/* Liste des taxons */
-
 
124
#taxon-liste optgroup + optgroup {
-
 
125
	border-top: 1px solid black;
-
 
126
}
106
 
127
 
107
/*-------------------------------------------------------*/
128
/*-------------------------------------------------------*/
108
/* Géolocalisation */
129
/* Géolocalisation */
109
#map-canvas {
130
#map-canvas {
110
	height: 280px;
131
	height:280px;
111
	margin-bottom:5px;
132
	margin-bottom:5px;
-
 
133
}
-
 
134
#map-canvas img {
-
 
135
	max-width:none;
112
}
136
}
113
.coordonnees-geo, .lat-lon-info {
137
.coordonnees-geo, .lat-lon-info {
114
	font-size: 10px;
138
	font-size:10px;
115
}
139
}
116
#info-commune {
140
#info-commune {
117
	text-align:right;
141
	text-align:right;
118
	font-size:10px;
142
	font-size:10px;
119
}
143
}
120
.afficher-coord {
144
.afficher-coord {
121
	font-size:10px;
145
	font-size:10px;
122
}
146
}
123
.indication_geolocalisation {
147
.indication_geolocalisation {
124
	color:#118811;
148
	color:#118811;
125
    font-style: italic;
149
    font-style:italic;
126
    font-weight: bold;
150
    font-weight:bold;
127
	font-weight:0.9em;
151
	font-weight:0.9em;
Line 128... Line 152...
128
}
152
}
129
 
153
 
Line 233... Line 257...
233
	background-color: #FFFFFF;
257
	background-color: #FFFFFF;
234
}
258
}
Line 235... Line 259...
235
 
259
 
236
/*-------------------------------------------------------*/
260
/*-------------------------------------------------------*/
-
 
261
/* Observations */
-
 
262
#titre-liste-obs{
-
 
263
	margin-top:0;
-
 
264
	padding-top:0;
-
 
265
}
-
 
266
#zone-liste-obs{
-
 
267
	background-color:#A1CA10;
-
 
268
	padding:5px;
-
 
269
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
-
 
270
}
-
 
271
#zone-liste-obs .well{
-
 
272
	background-color:#A1CA10;
-
 
273
	margin:0 5px 5px 5px;
-
 
274
}
-
 
275
#liste-obs .well{
-
 
276
	background-color:#E0DFDE;
237
/* Observations */
277
}
238
#obs-titre {
278
#obs-titre {
239
	margin-right: 20px;
279
	margin-right: 20px;
240
}
280
}
241
#form-date {
281
#form-date {
Line 258... Line 298...
258
}
298
}
259
.obs-action{
299
.obs-action{
260
	opacity:1;
300
	opacity:1;
261
}
301
}
Line 262... Line -...
262
 
-
 
263
/*-------------------------------------------------------*/
-
 
264
/* Partie-preview */
-
 
265
#partie-preview legend, #partie-preview{
-
 
266
	background:#A1CA10;
-
 
267
	-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;
302
 
268
}
-
 
269
#partie-preview {
-
 
270
	width:582px;
-
 
271
	border:none;
-
 
272
}
303
 
273
#ajouter-obs{
304
#ajouter-obs{
274
	margin-left:407px;
-
 
275
	margin-top:10px;
305
	margin-left:407px;
276
	font-size:20px;
306
	font-size:20px;
277
	background:#181;
307
	background:#181;
278
	color:#FFF;
-
 
279
	-webkit-border-radius: 5x;-moz-border-radius: 5px;border-radius: 5px;
-
 
280
	height:35px;
308
	color:#FFF;
281
	width:137px;
309
	width:137px;
282
}
310
}
283
#transmettre-obs{
-
 
284
	margin-left:400px;
-
 
285
	margin-top:5px;
311
#transmettre-obs{
286
	font-size:20px;
312
	font-size:20px;
287
	background:#811;
313
	background:#811;
288
	color:#FFF;
-
 
289
	-webkit-border-radius: 5x;-moz-border-radius: 5px;border-radius: 5px;
-
 
290
	height:35px;
314
	color:#FFF;
Line 291... Line -...
291
}
-
 
292
 
-
 
293
 
-
 
294
 
-
 
295
 
315
}
296
 
316
 
297
/*-------------------------------------------------------*/
317
/*-------------------------------------------------------*/
298
/* Autocomplete */
318
/* Autocomplete */
299
.valeur-defaut-recherche {
319
.valeur-defaut-recherche {