Subversion Repositories ALCASAR

Rev

Rev 508 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 508 Rev 2565
Line 1... Line -...
1
 
-
 
2
	H1 {
1
h1 {
3
	font-family:"DejaVu Sans";
2
	font-family: "DejaVu Sans";
4
	font-size: 15pt;
3
	font-size: 15pt;
5
	text-align: left;
4
	text-align: left;
6
	color: #666666;
5
	color: #666666;
7
	}
6
}
8
 
7
 
9
	H2 {
8
h2 {
10
	font-family:"DejaVu Sans";
9
	font-family: "DejaVu Sans";
11
	font-size: 15pt;
10
	font-size: 15pt;
12
	text-align: center;
11
	text-align: center;
13
	color: #666666;
12
	color: #666666;
14
	}
13
}
15
 
14
 
16
	:link, :visited, :link:hover, :visited:hover {
15
:link, :visited, :link:hover, :visited:hover {
17
	font-family:"DejaVu Sans";
16
	font-family: "DejaVu Sans";
18
	font-size: small;
17
	font-size: small;
19
	color: #666666;
18
	color: #666666;
20
	}
19
}
21
 
20
 
22
	body, p, ul, li {
21
body, p, ul, li {
23
	font-family:"DejaVu Sans";
22
	font-family: "DejaVu Sans";
24
	font-size: small;
23
	font-size: small;
25
	color: #666666;
24
	color: #666666;
26
	background-color: #EFEFEF;
25
	background-color: #EFEFEF;
27
	text-align: justify;
26
	text-align: justify;
28
	}
27
}
29
 
28
 
30
	th {
29
th {
31
	font-family:"DejaVu Sans";
30
	font-family: "DejaVu Sans";
32
	font-size: small;
31
	font-size: small;
33
	text-align: center;
32
	text-align: center;
34
	color: #EFEFEF;
33
	color: #EFEFEF;
35
	background-color: #666666;
34
	background-color: #666666;
36
	}
35
}
37
 
36
 
38
	table {
37
table {
39
	font-family:"DejaVu Sans";
38
	font-family: "DejaVu Sans";
40
	font-size: small;
39
	font-size: small;
41
	color: #666666;
40
	color: #666666;
42
	background-color: #EFEFEF;
41
	background-color: #EFEFEF;
43
	}
42
}
44
	
43
 
45
	
-
 
46
	/*style des étiquettes*/
44
/*style des étiquettes*/
47
	.etiquette {
45
.etiquette {
48
	font-family:"DejaVu Sans";
46
	font-family: "DejaVu Sans";
49
	font-size: small;
47
	font-size: small;
50
	text-align: right;
48
	text-align: right;
51
	color: #666666;
49
	color: #666666;
52
	background-color: #d0ddb0;
50
	background-color: #d0ddb0;
53
	}
-
 
54
	
-
 
55
	
-
 
56
 
51
}
-
 
52
 
-
 
53
.hide-advanced-fields .advanced-field {
-
 
54
	display: none;
-
 
55
}
-
 
56
 
-
 
57
#login-time-calendar img {
-
 
58
	width: 30px;
-
 
59
	vertical-align: -9px;
-
 
60
	margin-left: 5px;
-
 
61
}	
-
 
62
 
-
 
63
.schedule-rows td {
-
 
64
  width: 80px;
-
 
65
  height: 22px;
-
 
66
  margin: 3px;
-
 
67
  padding: 0;
-
 
68
  background-color: #B55;
-
 
69
  cursor: pointer;
-
 
70
}
-
 
71
 
-
 
72
.schedule-rows td:first-child {
-
 
73
  background-color: transparent;
-
 
74
  text-align: right;
-
 
75
  position: relative;
-
 
76
  top: -12px;
-
 
77
  font-family: 'Sans';
-
 
78
  font-size: 0.8em;
-
 
79
}
-
 
80
 
-
 
81
.schedule-rows td[data-selected],
-
 
82
.schedule-rows td[data-selecting] { background-color: #d0ddb0; }
-
 
83
.schedule-rows td[data-unselecting] { background-color: #B22; }
-
 
84
 
-
 
85
.schedule-rows td[data-disabled] { opacity: 0.55; }
-
 
86
 
-
 
87
.schedule-header tr th:first-child {
-
 
88
	background-color: transparent;
-
 
89
}
-
 
90