Subversion Repositories eFlore/Applications.cel

Rev

Rev 2393 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
328 aurelien 1
/** Add css rules here for your application. */
1474 aurelien 2
body,td,a,div,.p {
3
	font-family: arial, sans-serif
4
}
328 aurelien 5
 
1474 aurelien 6
div,td {
7
	color: #000000
8
}
328 aurelien 9
 
1474 aurelien 10
a:link,.w,.w a:link {
11
	color: #0000cc
12
}
328 aurelien 13
 
1474 aurelien 14
a:visited {
15
	color: #551a8b
16
}
328 aurelien 17
 
1474 aurelien 18
a:active {
19
	color: #ff0000
20
}
21
 
22
.thumb-wrap {
23
	width: 100px;
24
	height: 130px;
25
	display: table-cell;
26
	text-align: center;
27
	vertical-align: middle;
28
	background-color: #DCDCDC;
29
	border-width: 1px;
30
	border-style: solid;
31
	border-color: #667A6B;
32
	overflow: hidden;
33
	position: relative;
34
}
35
 
36
miniature_galerie {
37
	z-index: 35;
38
}
39
 
40
.picto_haut_gauche {
41
	position: absolute;
42
	top: 2px;
43
	left: 2px;
44
	z-index: 40;
45
}
46
 
47
.picto_haut_droite {
48
	position: absolute;
49
	top: 2px;
50
	right: 2px;
51
	z-index: 40;
52
}
53
 
54
.x-window-tl .x-window-header {
55
	color: #4A6438;
56
}
57
 
58
.x-window-mc {
59
	background-color: #FFFFFF;
60
}
61
 
62
.x-panel-header {
63
	color: #FFFFFF;
64
}
65
 
66
.x-tab-strip span.x-tab-strip-text {
67
	color: #FFFFFF;
68
}
69
 
70
.x-tab-strip-active span.x-tab-strip-text {
71
	color: #4A6438;
72
	cursor: default;
73
	font-weight: bold;
74
}
75
 
76
.img-list {
77
	height: 50px;
78
	width: 50px;
79
	display: table-cell;
80
	text-align: center;
81
	vertical-align: middle;
82
}
83
 
84
.dview-list {
85
	display: table-cell;
86
	height: auto;
87
	padding-bottom: 10px;
88
	text-align: center;
89
	vertical-align: middle;
90
	width: 100px;
91
}
92
 
93
.thumb img:hover {
94
	color: #000000;
95
}
96
 
97
.x-view-over {
98
	background: #6a8192;
99
	padding: 4px;
100
}
101
 
102
.x-view-selected {
103
	background: #cf7d6a;
104
	padding: 4px;
105
}
106
 
107
.x-temp-crea {
108
	background: #000000;
109
}
110
 
111
.x-temp-modif {
112
	background: #ffffff;
113
}
114
 
115
.thumb-wrap {
116
	float: left;
117
	margin: 4px;
118
	margin-right: 0;
119
	padding: 5px;
120
}
121
 
122
.avertissement {
123
	font-size: 15px;
124
	text-align: center;
125
	color: #318D9F;
126
	font-weight: bold;
127
}
128
 
129
#liensExt {
130
	float: right;
131
	margin-top: -15px;
132
}
133
 
2081 mathias 134
#liensExt a {
135
	margin-right: 10px;
136
}
137
 
138
#lienAide {
139
	padding-right: 40px;
140
}
141
 
1474 aurelien 142
#panneau_etat_connexion,#panneau_admin {
143
	min-height: 16px;
144
}
145
 
146
#x-up-bandeau div div {
147
	height: 100 px !important;
148
	background-image: url(fond-herbes.png);
149
	background-repeat: repeat-x;
150
}
151
 
152
#x-view-zoom-img div div {
153
	display: table-cell;
154
	text-align: center;
155
	vertical-align: middle;
156
}
157
 
158
#x-view-mini-zoom-img div div {
159
	display: table-cell;
160
	text-align: center;
161
	vertical-align: middle;
162
}
163
 
164
.img-curseur-depl {
165
	cursor: pointer;
166
}
167
 
168
/*#x-view-mini-zoom-img div div img {
169
	height: 150px;
170
	width: 150px;
171
}*/
172
.x-image-gen div div {
173
	display: table-cell;
174
	text-align: center;
175
	vertical-align: middle;
176
}
177
 
178
.x-image-info-rep div div {
179
	display: table-cell;
180
	text-align: center;
181
	vertical-align: middle;
182
}
183
 
184
.x-selec-modif {
185
	background: #FFCCCC !important;
186
}
187
 
188
.x-selec-crea {
189
	background: #DEE5EE !important;
190
}
191
 
192
.x-selec-liaison {
193
	background: #FFCCCC !important;
194
}
195
 
196
.x-selec-consult {
197
	background: #DEE5EE !important;
198
}
199
 
200
.x-view-notation-bar {
201
	height: 25px;
202
	width: 25px;
203
}
204
 
205
.x-view-zoom-button-p {
206
	background-color: #FFFFFF;
207
	background-image: url("Fleche_gauche.gif");
208
	background-repeat: no-repeat;
209
	background-position: 50%;
210
	border: none;
211
}
212
 
213
.x-view-zoom-button-s {
214
	background-color: #FFFFFF;
215
	background-image: url("Fleche_droite.gif");
216
	background-repeat: no-repeat;
217
	background-position: 50%;
218
	border: none;
219
}
220
 
221
.img-note img {
222
	height: 20px;
223
	width: 20px;
224
}
225
 
226
.thumb-wrap span {
227
	display: block;
228
	overflow: hidden;
229
	text-align: center;
230
}
231
 
232
#listeImageGrid {
233
	overflow: hidden;
234
}
235
 
236
td.centered-list {
237
	display: table-cell;
238
	overflow: hidden;
239
	vertical-align: middle !important;
240
}
241
 
242
.warning_upload {
243
	font-size: 15px;
244
	text-align: center;
245
	background-color: #ffffcc;
246
	color: #ff0033;
247
	font-weight: bold;
248
}
249
 
250
.nom_retenu {
251
	font-weight: bold;
252
}
253
 
254
.x-form-creation {
255
	background-color: green;
256
}
257
 
258
.x-form-modification {
259
	background-color: red;
260
}
261
 
262
.fenmotcles .x-window-body {
263
	background-color: white !important;
264
}
265
 
266
.nuagetag {
267
	background-color: white;
268
}
269
 
270
.nuagetag li {
271
	float: left;
272
	padding: 2px;
273
}
274
 
275
.motcletaille1 {
276
	font-size: 10px;
277
	color: #990033;
278
}
279
 
280
.motcletaille2 {
281
	font-size: 12px;
282
	color: #FF9999;
283
}
284
 
285
.motcletaille3 {
286
	font-size: 14px;
287
	color: #FF9966;
288
}
289
 
290
.motcletaille4 {
291
	font-size: 16px;
292
	color: #00FF00;
293
}
294
 
295
.motcletaille5 {
296
	font-size: 18px;
297
	color: #33FF99;
298
}
299
 
300
.motcletaille6 {
301
	font-size: 20px;
302
	color: #9999FF;
303
}
304
 
305
.motcletaille7 {
306
	font-size: 22px;
307
	color: #CCCCCC;
308
}
309
 
310
.motcletaille8 {
311
	font-size: 24px;
312
	color: #999999;
313
}
314
 
315
.motcletaille9 {
316
	font-size: 26px;
317
	color: #0000FF;
318
}
319
 
320
.motcletaille10 {
321
	font-size: 28px;
322
	color: #333333;
323
}
324
 
325
.saisie_invalide_invisible {
326
	display: none;
327
}
328
 
329
.saisie_invalide {
330
	display: block;
331
	font-size: 12px;
332
	color: #FF0000;
333
	text-align: center;
334
}
335
 
336
#lien_carto {
337
	padding-left: 2px;
338
	text-align: left;
339
}
340
 
341
#lien_coord {
342
	padding-left: 0px;
343
}
344
 
345
.lien_actif {
346
	text-align: center;
347
	cursor: pointer;
348
	color: #0033CC;
349
	text-decoration: underline;
350
}
351
 
352
.lien_decale {
353
	padding-left: 10px;
354
}
355
 
356
.conteneur_selection_commune {
357
	padding-left: 10px;
358
	text-decoration: none;
359
}
360
 
361
#lien_selection_commune {
362
	color: #0033CC;
363
	text-decoration: underline;
364
	padding-left: 100px;
365
}
366
 
367
.lien_sel {
368
	border: dotted 1px black;
369
}
370
 
371
.x-tree-node-icon-kw {
372
	background-image: url("checked.png");
373
	background-position: center center;
374
	background-repeat: no-repeat;
375
	border: 0 none;
376
	height: 18px;
377
	margin: 0;
378
	padding: 0;
379
	vertical-align: top;
380
	width: 16px;
381
}
382
 
383
.x-tree-node a span.x-tree-node-text-norm {
384
 
385
}
386
 
387
.x-tree-node a span.x-tree-node-text-kw {
388
	color: #008000;
389
	font-weight: bold;
390
	font-size: 1.1em;
391
	font-style: italic;
392
}
393
 
394
.x-dd-drop-unlink .x-dd-drop-icon {
395
	background-image: url("delier.png");
396
}
397
 
398
#infos_taxon {
399
	margin-top: 5px;
400
	vertical-align: middle !important;
401
	margin-left: auto;
402
	margin-right: auto;
403
	text-align: center;
404
}
405
 
406
.texte_info_taxon {
407
	font-weight: bold;
408
	font-size: 1.1em;
409
	font-style: italic;
410
}
411
 
412
.info_image {
413
	font-size: 10px;
414
}
415
 
416
.accepter_licence {
417
	font-size: 1.5em;
418
	height: 70px;
419
	margin-left: 20px;
420
	visibility: visible;
421
}
422
 
423
#loading {
424
	position: absolute;
425
	left: 50%;
426
	top: 50%;
427
	margin-top: -103px; /* moitié de la hauteur de l'image */
428
	margin-left: -332px; /* moitié de la largeur de l'image */
429
}
430
 
431
#loading img {
432
	border: 2px solid black;
433
}
434
 
435
.indicateur_filtres {
436
	color: #000000;
437
	font-weight: bold !important;
438
}
439
 
440
.affichage_filtre {
441
	padding: 3px;
442
	padding-right: 1px;
443
	border: solid 1px #555555;
444
	background-color: #AAAAAA;
445
}
446
 
447
.affichage_filtre input[type="button"] {
448
	background: none;
449
	background-color: #999999;
450
	font: 11px tahoma, arial, helvetica, sans-serif;
451
}
452
 
453
.liste_mots_cles {
454
	list-style-position: outside;
455
	margin-left: 20px;
456
	list-style-type: square;
457
}
458
 
1546 aurelien 459
.champ-separation {
460
	padding-top: 10px;
461
}
1602 aurelien 462
 
1969 aurelien 463
.lienAfficherChampsEtendus, .lienAjouterChampEtendu {
1602 aurelien 464
	color: #0000CC;
465
    cursor: pointer;
1969 aurelien 466
    padding-left: 105px;
467
    text-align: left;
1602 aurelien 468
    text-decoration: underline;
1969 aurelien 469
}
470
 
471
.lienAfficherChampsEtendus {
472
	padding-bottom: 10px;
473
}
474
 
475
.lienAjouterChampEtendu {
476
 
477
    padding-bottom: 2px;
478
}
479
 
480
.aideCreerChampEtendu {
481
    color: #666666;
482
    font-size: 0.85em;
483
    padding-bottom: 4px;
484
    text-align: justify;
485
    width: 360px;
486
}
487
 
488
.popup_champ_etendu {
489
	border: 3px solid #667A6B;
490
	z-index: 3000;
2278 aurelien 491
}
492
 
493
.popup_connexion {
494
	z-index: 3000;
2393 aurelien 495
}
496
 
497
.aideWikiChampEtendu {
498
    color: #666666;
499
    font-size: 0.9em;
500
    padding-top: 4px;
501
    padding-bottom: 5px;
502
    text-align: justify;
503
    width: 500px;
504
    height: 30px;
505
}
506
 
507
.descriptionChampEtenduTitre {
508
	color: black;
509
}
2556 aurelien 510
 
511
.recherche_infos_zone_geo {
512
 
513
}
514
 
515
.recherche_infos_zone_geo_en_cours {
516
	padding: 5px;
517
}
518
 
519
.recherche_infos_zone_geo_en_cours div {
520
	font-size: 1.1em;
521
	padding-left: 15px;
522
}
523
 
524
.recherche_infos_zone_geo_en_cours div, .recherche_infos_zone_geo_en_cours img {
525
	float: left;
526
}
527
 
528
hr.nettoyage {
529
	clear: both;
530
	visibility: hidden;
531
}