Subversion Repositories ALCASAR

Rev

Rev 2565 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
2565 lucas.echa 1
h1 {
2
	font-family: "DejaVu Sans";
318 richard 3
	font-size: 15pt;
4
	text-align: left;
5
	color: #666666;
2565 lucas.echa 6
}
318 richard 7
 
2565 lucas.echa 8
h2 {
9
	font-family: "DejaVu Sans";
318 richard 10
	font-size: 15pt;
11
	text-align: center;
12
	color: #666666;
2565 lucas.echa 13
}
318 richard 14
 
2565 lucas.echa 15
:link, :visited, :link:hover, :visited:hover {
16
	font-family: "DejaVu Sans";
318 richard 17
	font-size: small;
18
	color: #666666;
2565 lucas.echa 19
}
318 richard 20
 
2565 lucas.echa 21
body, p, ul, li {
22
	font-family: "DejaVu Sans";
318 richard 23
	font-size: small;
24
	color: #666666;
25
	background-color: #EFEFEF;
26
	text-align: justify;
2565 lucas.echa 27
}
318 richard 28
 
2565 lucas.echa 29
th {
30
	font-family: "DejaVu Sans";
318 richard 31
	font-size: small;
32
	text-align: center;
33
	color: #EFEFEF;
34
	background-color: #666666;
2565 lucas.echa 35
}
318 richard 36
 
2565 lucas.echa 37
table {
38
	font-family: "DejaVu Sans";
318 richard 39
	font-size: small;
40
	color: #666666;
41
	background-color: #EFEFEF;
2565 lucas.echa 42
}
43
 
44
/*style des étiquettes*/
45
.etiquette {
46
	font-family: "DejaVu Sans";
508 richard 47
	font-size: small;
48
	text-align: right;
49
	color: #666666;
50
	background-color: #d0ddb0;
2565 lucas.echa 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
}
2809 rexy 90
 
91
/*
92
 * Panel
93
 */
94
.panel {
95
	width: 100%;
96
	border-spacing: 0;
97
	border-collapse: collapse;
98
}
99
.panel .panel-header {
100
	border-bottom: 2px solid #FFCC66;
101
	padding: 0;
102
	font-family: "DejaVu Sans";
103
	font-size: small;
104
	text-align: center;
105
	font-weight: bold;
106
	color: #EFEFEF;
107
	background-color: #666666;
108
}
109
.panel .panel-body {
110
	border: 2px ridge black;
111
	overflow: auto;
112
}