Subversion Repositories Applications.annuaire

Rev

Rev 130 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
130 aurelien 1
#zone_contenu_corps {
2
	padding: 10px;
3
}
4
 
4 aurelien 5
/*--------------------------------------------------------------------------------------------------------------*/
6
/* Tableau du chronométrage du programme */
7
 
8
#pied_texte #chrono {
9
	text-align: center;
10
	margin:0 auto;}
11
#chrono table {
12
	display:block;
13
	border:3px solid #6495ed;
14
	border-collapse:collapse;}
15
#chrono thead, tfoot {
16
	background-color:#D0E3FA;
17
	border:1px solid #6495ed;}
18
#chrono tbody {
19
	background-color:#FFFFFF;
20
	border:1px solid #6495ed;}
21
#chrono th {
22
	font-family:monospace;
23
	border:1px dotted #6495ed;
24
	padding:5px;
25
	background-color:#EFF6FF;
26
	width:25%;}
27
#chrono td {
28
	font-family:sans-serif;
29
	font-size:80%;
30
	border:1px solid #6495ed;
31
	padding:5px;
32
	text-align:center;}
33
#chrono caption {
34
	font-family:sans-serif;
35
	text-align: center;
36
	width:90%;
37
	margin:auto;}
38
.debogage{
39
	color:black;
40
	border:3px solid #6495ed;}
41
.debogage_fichier, .debogage_ligne{
42
	font-size:10px;
43
	color:#A9A9A9;}
44
 
45
/*----------------------------------------------------------------------------------------------------------*/
46
/* Style de l'application */
47
.liste td {
48
	text-align:center;
49
}
50
 
51
.liste td, .liste th {
52
	border:1px solid black;
53
}
54
 
130 aurelien 55
th {
56
	height: 40px;
57
}
58
 
4 aurelien 59
.liste th, .liste th a {
95 aurelien 60
	color:black;
4 aurelien 61
	margin:0 5px;
62
}
63
 
64
.liste th {
65
	text-align:center;
66
}