Subversion Repositories eFlore/Applications.cel

Rev

Rev 1602 | 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
#etatConnexion {
130
	cursor: pointer;
131
}
132
 
133
#liensExt {
134
	float: right;
135
	margin-top: -15px;
136
}
137
 
138
#panneau_etat_connexion,#panneau_admin {
139
	min-height: 16px;
140
}
141
 
142
#x-up-bandeau div div {
143
	height: 100 px !important;
144
	background-image: url(fond-herbes.png);
145
	background-repeat: repeat-x;
146
}
147
 
148
#x-view-zoom-img div div {
149
	display: table-cell;
150
	text-align: center;
151
	vertical-align: middle;
152
}
153
 
154
#x-view-mini-zoom-img div div {
155
	display: table-cell;
156
	text-align: center;
157
	vertical-align: middle;
158
}
159
 
160
.img-curseur-depl {
161
	cursor: pointer;
162
}
163
 
164
/*#x-view-mini-zoom-img div div img {
165
	height: 150px;
166
	width: 150px;
167
}*/
168
.x-image-gen div div {
169
	display: table-cell;
170
	text-align: center;
171
	vertical-align: middle;
172
}
173
 
174
.x-image-info-rep div div {
175
	display: table-cell;
176
	text-align: center;
177
	vertical-align: middle;
178
}
179
 
180
.x-selec-modif {
181
	background: #FFCCCC !important;
182
}
183
 
184
.x-selec-crea {
185
	background: #DEE5EE !important;
186
}
187
 
188
.x-selec-liaison {
189
	background: #FFCCCC !important;
190
}
191
 
192
.x-selec-consult {
193
	background: #DEE5EE !important;
194
}
195
 
196
.x-view-notation-bar {
197
	height: 25px;
198
	width: 25px;
199
}
200
 
201
.x-view-zoom-button-p {
202
	background-color: #FFFFFF;
203
	background-image: url("Fleche_gauche.gif");
204
	background-repeat: no-repeat;
205
	background-position: 50%;
206
	border: none;
207
}
208
 
209
.x-view-zoom-button-s {
210
	background-color: #FFFFFF;
211
	background-image: url("Fleche_droite.gif");
212
	background-repeat: no-repeat;
213
	background-position: 50%;
214
	border: none;
215
}
216
 
217
.img-note img {
218
	height: 20px;
219
	width: 20px;
220
}
221
 
222
.thumb-wrap span {
223
	display: block;
224
	overflow: hidden;
225
	text-align: center;
226
}
227
 
228
#listeImageGrid {
229
	overflow: hidden;
230
}
231
 
232
td.centered-list {
233
	display: table-cell;
234
	overflow: hidden;
235
	vertical-align: middle !important;
236
}
237
 
238
.warning_upload {
239
	font-size: 15px;
240
	text-align: center;
241
	background-color: #ffffcc;
242
	color: #ff0033;
243
	font-weight: bold;
244
}
245
 
246
.nom_retenu {
247
	font-weight: bold;
248
}
249
 
250
.x-form-creation {
251
	background-color: green;
252
}
253
 
254
.x-form-modification {
255
	background-color: red;
256
}
257
 
258
.fenmotcles .x-window-body {
259
	background-color: white !important;
260
}
261
 
262
.nuagetag {
263
	background-color: white;
264
}
265
 
266
.nuagetag li {
267
	float: left;
268
	padding: 2px;
269
}
270
 
271
.motcletaille1 {
272
	font-size: 10px;
273
	color: #990033;
274
}
275
 
276
.motcletaille2 {
277
	font-size: 12px;
278
	color: #FF9999;
279
}
280
 
281
.motcletaille3 {
282
	font-size: 14px;
283
	color: #FF9966;
284
}
285
 
286
.motcletaille4 {
287
	font-size: 16px;
288
	color: #00FF00;
289
}
290
 
291
.motcletaille5 {
292
	font-size: 18px;
293
	color: #33FF99;
294
}
295
 
296
.motcletaille6 {
297
	font-size: 20px;
298
	color: #9999FF;
299
}
300
 
301
.motcletaille7 {
302
	font-size: 22px;
303
	color: #CCCCCC;
304
}
305
 
306
.motcletaille8 {
307
	font-size: 24px;
308
	color: #999999;
309
}
310
 
311
.motcletaille9 {
312
	font-size: 26px;
313
	color: #0000FF;
314
}
315
 
316
.motcletaille10 {
317
	font-size: 28px;
318
	color: #333333;
319
}
320
 
321
.saisie_invalide_invisible {
322
	display: none;
323
}
324
 
325
.saisie_invalide {
326
	display: block;
327
	font-size: 12px;
328
	color: #FF0000;
329
	text-align: center;
330
}
331
 
332
#lien_carto {
333
	padding-left: 2px;
334
	text-align: left;
335
}
336
 
337
#lien_coord {
338
	padding-left: 0px;
339
}
340
 
341
.lien_actif {
342
	text-align: center;
343
	cursor: pointer;
344
	color: #0033CC;
345
	text-decoration: underline;
346
}
347
 
348
.lien_decale {
349
	padding-left: 10px;
350
}
351
 
352
.conteneur_selection_commune {
353
	padding-left: 10px;
354
	text-decoration: none;
355
}
356
 
357
#lien_selection_commune {
358
	color: #0033CC;
359
	text-decoration: underline;
360
	padding-left: 100px;
361
}
362
 
363
.lien_sel {
364
	border: dotted 1px black;
365
}
366
 
367
.x-tree-node-icon-kw {
368
	background-image: url("checked.png");
369
	background-position: center center;
370
	background-repeat: no-repeat;
371
	border: 0 none;
372
	height: 18px;
373
	margin: 0;
374
	padding: 0;
375
	vertical-align: top;
376
	width: 16px;
377
}
378
 
379
.x-tree-node a span.x-tree-node-text-norm {
380
 
381
}
382
 
383
.x-tree-node a span.x-tree-node-text-kw {
384
	color: #008000;
385
	font-weight: bold;
386
	font-size: 1.1em;
387
	font-style: italic;
388
}
389
 
390
.x-dd-drop-unlink .x-dd-drop-icon {
391
	background-image: url("delier.png");
392
}
393
 
394
#infos_taxon {
395
	margin-top: 5px;
396
	vertical-align: middle !important;
397
	margin-left: auto;
398
	margin-right: auto;
399
	text-align: center;
400
}
401
 
402
.texte_info_taxon {
403
	font-weight: bold;
404
	font-size: 1.1em;
405
	font-style: italic;
406
}
407
 
408
.info_image {
409
	font-size: 10px;
410
}
411
 
412
.accepter_licence {
413
	font-size: 1.5em;
414
	height: 70px;
415
	margin-left: 20px;
416
	visibility: visible;
417
}
418
 
419
#loading {
420
	position: absolute;
421
	left: 50%;
422
	top: 50%;
423
	margin-top: -103px; /* moitié de la hauteur de l'image */
424
	margin-left: -332px; /* moitié de la largeur de l'image */
425
}
426
 
427
#loading img {
428
	border: 2px solid black;
429
}
430
 
431
.indicateur_filtres {
432
	color: #000000;
433
	font-weight: bold !important;
434
}
435
 
436
.affichage_filtre {
437
	padding: 3px;
438
	padding-right: 1px;
439
	border: solid 1px #555555;
440
	background-color: #AAAAAA;
441
}
442
 
443
.affichage_filtre input[type="button"] {
444
	background: none;
445
	background-color: #999999;
446
	font: 11px tahoma, arial, helvetica, sans-serif;
447
}
448
 
449
.liste_mots_cles {
450
	list-style-position: outside;
451
	margin-left: 20px;
452
	list-style-type: square;
453
}
454
 
455
#lienAide {
456
	padding-right: 50px;
1546 aurelien 457
}
458
 
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;
1474 aurelien 491
}