Subversion Repositories eFlore/Applications.moissonnage

Rev

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

Rev 9 Rev 28
Line 2... Line 2...
2
html {
2
html {
3
	overflow:hidden;
3
	overflow:hidden;
4
}
4
}
5
body {
5
body {
6
	overflow:hidden;
6
	overflow:hidden;
7
	padding:0;
7
	padding:2px;
8
	margin:0;
8
	margin:0;
9
	width:100%;
9
	width:100%;
10
	height:100%;
10
	height:100%;
11
	font-family:Arial;
11
	font-family:Arial;
12
	font-size:12px;
12
	font-size:12px;
Line 80... Line 80...
80
	font-family:sans-serif;
80
	font-family:sans-serif;
81
}
81
}
82
/*+-----------------------------------------------------------------------------------------------------------------+*/
82
/*+-----------------------------------------------------------------------------------------------------------------+*/
83
/* Tableau : tablesorter */
83
/* Tableau : tablesorter */
84
th.header {
84
th.header {
85
	background:url(../images/trie.png) no-repeat center right;    
85
	background:url(../images/tri.png) no-repeat center right;    
86
	padding-right:20px;
86
	padding-right:20px;
87
}
87
}
88
th.headerSortUp { 
88
th.headerSortUp { 
89
	background:url(../images/trie_croissant.png) no-repeat center right #56B80E;
89
	background:url(../images/tri_croissant.png) no-repeat center right #56B80E;
90
	color:white;
90
	color:white;
91
}
91
}
92
th.headerSortDown { 
92
th.headerSortDown { 
93
    background:url(../images/trie_decroissant.png) no-repeat center right #56B80E;
93
    background:url(../images/tri_decroissant.png) no-repeat center right #56B80E;
94
    color:white; 
94
    color:white; 
95
}
95
}
96
/*+-----------------------------------------------------------------------------------------------------------------+*/
96
/*+-----------------------------------------------------------------------------------------------------------------+*/
97
/* Générique */
97
/* Générique */
98
.nettoyage{
98
.nettoyage{
Line 459... Line 459...
459
	background-color: #4A4B4C;
459
	background-color: #4A4B4C;
460
	border: solid 1px #666;
460
	border: solid 1px #666;
461
	color: white;
461
	color: white;
462
	white-space: pre-wrap;
462
	white-space: pre-wrap;
463
	width: 300px;
463
	width: 300px;
-
 
464
}
-
 
465
 
-
 
466
 
-
 
467
/*+-------------------------------------------------------------------
-
 
468
/* Ajout alex */
-
 
469
 
-
 
470
.info {
-
 
471
	padding:6px 8px;
-
 
472
	font-size:1em;
-
 
473
	background:white;
-
 
474
	width:100px;
-
 
475
    box-shadow:0 0 15px black;
-
 
476
    border-radius:5px;
-
 
477
    line-height:18px;
-
 
478
}
-
 
479
.info h4 {
-
 
480
	font-size: 15px;
-
 
481
	margin: 0 0 5px;
-
 
482
	color: #555;
-
 
483
}
-
 
484
.legend {
-
 
485
	padding :3px;
-
 
486
	color:#999;
-
 
487
}
-
 
488
.legend span {
-
 
489
	width:18px;
-
 
490
	height:18px;
-
 
491
	float:left;
-
 
492
	margin-right:8px;
-
 
493
	opacity: 0.7;
-
 
494
}
-
 
495
.nombre-sites {
-
 
496
	font-size:13px;
-
 
497
	font-family:sans-serif;
-
 
498
	text-align:center;
-
 
499
	color:black;
464
}
500
}
465
501