Subversion Repositories Applications.referentiel

Rev

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

Rev 271 Rev 276
Line 368... Line 368...
368
	font-weight:bold;
368
	font-weight:bold;
369
	width:2%;}
369
	width:2%;}
370
#resultats .nom{
370
#resultats .nom{
371
	font-weight:bold;
371
	font-weight:bold;
372
	width:30%;}
372
	width:30%;}
-
 
373
 
-
 
374
/*---------------------------------------------------------------------------------------------------------------------------------------*/
-
 
375
/* Informations */
-
 
376
.lien_telechargement {
-
 
377
    margin-bottom: 15px;
-
 
378
    margin-top: 10px;
-
 
379
}
-
 
380
 
-
 
381
.lien_telechargement a {
-
 
382
	border: 1px solid grey;
-
 
383
	padding: 5px;
-
 
384
	margin-right: 5px;
-
 
385
	border-radius: 7px 7px 7px 7px; 
-
 
386
	background-color: #888;
-
 
387
	background: -webkit-linear-gradient( #777, #F4F7F8);
-
 
388
    background:    -moz-linear-gradient( #777, #F4F7F8);
-
 
389
    background:     -ms-linear-gradient( #777, #F4F7F8);
-
 
390
    background:      -o-linear-gradient( #777, #F4F7F8);
-
 
391
    background:         linear-gradient( #777, #F4F7F8);
-
 
392
}
-
 
393
 
-
 
394
.lien_telechargement a:hover{
-
 
395
    color: white;
-
 
396
    background: #555;
-
 
397
	background: -webkit-linear-gradient( #555, #666);
-
 
398
    background:    -moz-linear-gradient( #555, #666);
-
 
399
    background:     -ms-linear-gradient( #555, #666);
-
 
400
    background:      -o-linear-gradient( #555, #666);
-
 
401
    background:         linear-gradient( #555, #666);
-
 
402
}
-
 
403
 
-
 
404
.lien_telechargement a:active{
-
 
405
    color: #000;
-
 
406
    background: #444;
-
 
407
    background: -webkit-linear-gradient( #555, #2C2C2C);
-
 
408
    background:    -moz-linear-gradient( #555, #2C2C2C);
-
 
409
    background:     -ms-linear-gradient( #555, #2C2C2C);
-
 
410
    background:      -o-linear-gradient( #555, #2C2C2C);
-
 
411
    background:         linear-gradient( #555, #2C2C2C);
-
 
412
    box-shadow: 1px 1px 10px black inset,
-
 
413
                0 1px 0 rgba( 255, 255, 255, 0.4);
-
 
414
}
-
 
415
	
373
/*---------------------------------------------------------------------------------------------------------------------------------------*/
416
/*---------------------------------------------------------------------------------------------------------------------------------------*/
374
/* Résultat */
417
/* Résultat */
375
#ref-resultat .resultat{
418
#ref-resultat .resultat{
376
	width:20px;
419
	width:20px;
377
	padding:5px;}
420
	padding:5px;}
Line 437... Line 480...
437
#ref-ref-mail .champs{
480
#ref-ref-mail .champs{
438
	width:600px;}	
481
	width:600px;}	
439
#ref-ref-mail .valid{
482
#ref-ref-mail .valid{
440
	float:center;
483
	float:center;
441
	}
484
	}
442
 
-
 
Line 443... Line 485...
443
		
485
		
444
/*---------------------------------------------------------------------------------------------------------------------------------------*/
486
/*---------------------------------------------------------------------------------------------------------------------------------------*/
445
/* Fragmenteur : pagination */
487
/* Fragmenteur : pagination */
446
.fragmenteur select, .fragmenteur a, .fragmenteur .frag_page_courrante, .fragmenteur .frag_resultats {
488
.fragmenteur select, .fragmenteur a, .fragmenteur .frag_page_courrante, .fragmenteur .frag_resultats {