Subversion Repositories Applications.annuaire

Rev

Rev 95 | Go to most recent revision | Details | Last modification | View Log | RSS feed

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