Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 144 Rev 171
Line 1... Line 1...
1
@CHARSET "UTF-8";
1
@CHARSET "UTF-8";
2
/*--------------------------------------------------------------------------------------------------------------*/
2
/*----------------------------------------------------------------------------------------------------------*/
3
/* Générique */
3
/* Générique */
4
body {
4
body {
5
	font-family:Arial, Helvetica, Verdana, sans-serif;
5
	font-family:Arial, Helvetica, Verdana, sans-serif;
6
	font-size:0.85em;
6
	font-size:0.85em;
7
	background-color:#fff;
7
	background-color:#fff;
Line 63... Line 63...
63
}
63
}
64
th{
64
th{
65
	background-color:#EEE;
65
	background-color:#EEE;
66
}
66
}
67
th[title]:after {
67
th[title]:after {
68
    content: " " url("../images/aide.png");
68
    content: " " url("../images/aide.png") !important;
69
}
69
}
70
caption{
70
caption{
71
	border:1px solid #36560B;
71
	border:1px solid #36560B;
72
	background-color:#EEE;
72
	background-color:#EEE;
73
	font-weight:bold;
73
	font-weight:bold;
Line 93... Line 93...
93
}
93
}
94
dd {
94
dd {
95
	width:auto;
95
	width:auto;
96
	margin:0.5em 0;
96
	margin:0.5em 0;
97
}
97
}
98
/*--------------------------------------------------------------------------------------------------------------*/
98
/*----------------------------------------------------------------------------------------------------------*/
99
/* Disposition */
99
/* Disposition */
100
#zone-centrale {
100
#zone-centrale {
101
	text-align:center;
101
	text-align:center;
102
}
102
}
103
#zone-logo{
103
#zone-logo{
Line 148... Line 148...
148
}
148
}
149
#zone-pied{
149
#zone-pied{
150
	clear:both;
150
	clear:both;
151
	text-align:center;
151
	text-align:center;
152
}
152
}
153
/*--------------------------------------------------------------------------------------------------------------*/
153
/*----------------------------------------------------------------------------------------------------------*/
154
/* Logo */
154
/* Logo */
155
#zone-logo img{
155
#zone-logo img{
156
	border:0;
156
	border:0;
157
}
157
}
158
#zone-logo a{
158
#zone-logo a{
Line 164... Line 164...
164
	border:1px dotted;
164
	border:1px dotted;
165
}
165
}
166
#zone-logo a:hover:after{
166
#zone-logo a:hover:after{
167
	content:" Retour à l'accueil ";
167
	content:" Retour à l'accueil ";
168
}
168
}
169
/*--------------------------------------------------------------------------------------------------------------*/
169
/*----------------------------------------------------------------------------------------------------------*/
170
/* Navigation : onglets */
170
/* Navigation : onglets */
171
.onglets { 
171
.onglets { 
172
	display:inline-block;
172
	display:inline-block;
173
	padding:0;
173
	padding:0;
174
	margin:0;
174
	margin:0;
Line 223... Line 223...
223
}
223
}
224
.onglets li a:hover{
224
.onglets li a:hover{
225
	color:#FD8C13;
225
	color:#FD8C13;
226
	background:white
226
	background:white
227
}
227
}
228
/*---------------------------------------------------------------------------------------------------------------------------------------*/
228
/*----------------------------------------------------------------------------------------------------------*/
229
/* Général */
229
/* Général */
230
.centrer{
230
.centrer{
231
	text-align:center;
231
	text-align:center;
232
}
232
}
233
.discretion{
233
.discretion{
Line 271... Line 271...
271
    white-space:-o-pre-wrap; /* Opera 7 */
271
    white-space:-o-pre-wrap; /* Opera 7 */
272
    word-wrap:break-word; /* IE 5.5+ */
272
    word-wrap:break-word; /* IE 5.5+ */
273
    overflow:auto;/* IE 6 */
273
    overflow:auto;/* IE 6 */
274
	white-space:pre-wrap;/* CSS 3 */
274
	white-space:pre-wrap;/* CSS 3 */
275
}
275
}
276
/*---------------------------------------------------------------------------------------------------------------------------------------*/
276
/*----------------------------------------------------------------------------------------------------------*/
277
/* Largeurs à utiliser pour fixer les tailles des éléments (tableau, paragraphe...) */
277
/* Largeurs à utiliser pour fixer les tailles des éléments (tableau, paragraphe...) */
278
.largeur-01{
278
.largeur-01{
279
	width:60px;}
279
	width:60px;}
280
.largeur-02{
280
.largeur-02{
281
	width:120px;}
281
	width:120px;}
Line 305... Line 305...
305
	width:840px;}
305
	width:840px;}
306
.largeur-15{
306
.largeur-15{
307
	width:900px;}
307
	width:900px;}
308
.largeur-16{
308
.largeur-16{
309
	width:960px;}
309
	width:960px;}
310
/*---------------------------------------------------------------------------------------------------------------------------------------*/
310
/*----------------------------------------------------------------------------------------------------------*/
311
/* Formulaire de Recherche Simple */	
311
/* Formulaire de Recherche Simple */	
312
#ef-form-nomenclature fieldset {
312
#ef-form-nomenclature fieldset {
313
	border:none; 
313
	border:none; 
314
	padding:0;
314
	padding:0;
315
	width:100%;
315
	width:100%;
Line 358... Line 358...
358
}
358
}
359
#ef-form-nomenclature label {
359
#ef-form-nomenclature label {
360
	font-size:12px
360
	font-size:12px
361
}
361
}
Line 362... Line 362...
362
 
362
 
363
/*---------------------------------------------------------------------------------------------------------------------------------------*/
363
/*----------------------------------------------------------------------------------------------------------*/
364
/* Formulaire d'autocompletion */	
364
/* Formulaire d'autocompletion */	
365
.ui-autocomplete a {
365
.ui-autocomplete a {
366
	text-decoration:none;
366
	text-decoration:none;
367
	border-bottom:none;
367
	border-bottom:none;
Line 387... Line 387...
387
#nom.valeur-defaut-recherche {
387
#nom.valeur-defaut-recherche {
388
	color:#848484;
388
	color:#848484;
389
	font-style:italic;	
389
	font-style:italic;	
390
	font-weight:0.9em;
390
	font-weight:0.9em;
391
}
391
}
392
/*---------------------------------------------------------------------------------------------------------------------------------------*/
392
/*----------------------------------------------------------------------------------------------------------*/
393
/* Résultats */
393
/* Résultats */
394
.zone-resultat {
394
.zone-resultat {
395
	margin-left:-40px;
395
	margin-left:-40px;
396
	min-height:101px;
396
	min-height:101px;
397
	padding:10px;
397
	padding:10px;
Line 407... Line 407...
407
.zone-resultat img {
407
.zone-resultat img {
408
	border:solid 2px #DDD
408
	border:solid 2px #DDD
409
}
409
}
410
.surlignage {
410
.surlignage {
411
	background-color: #E6FFA2;
411
	background-color: #E6FFA2;
-
 
412
}
-
 
413
#ef-resultats-decomposition #col-ns{
-
 
414
	width:33%;
-
 
415
}
-
 
416
#ef-resultats-decomposition .retenu, #ef-resultats-decomposition .synonyme{
-
 
417
	font-size:0.8em;
-
 
418
}
-
 
419
#ef-resultats-decomposition .retenu{
-
 
420
	font-weight:bold;
412
}
421
}
413
422