Subversion Repositories ALCASAR

Rev

Rev 3028 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 3028 Rev 3174
1
h1 {
1
h1 {
2
	font-family: "DejaVu Sans";
2
	font-family: "DejaVu Sans";
3
	font-size: 16pt;
3
	font-size: 16pt;
4
	text-align: left;
4
	text-align: left;
5
	color: #666666;
5
	color: #666666;
6
}
6
}
7
 
7
 
8
h2 {
8
h2 {
9
	font-family: "DejaVu Sans";
9
	font-family: "DejaVu Sans";
10
	font-size: 15pt;
10
	font-size: 15pt;
11
	text-align: center;
11
	text-align: center;
12
	color: #666666;
12
	color: #666666;
13
}
13
}
14
 
14
 
15
h3 {
15
h3 {
16
	font-family: "DejaVu Sans";
16
	font-family: "DejaVu Sans";
17
	font-size: 14pt;
17
	font-size: 14pt;
18
	text-align: center;
18
	text-align: center;
19
	color: #666666;
19
	color: #666666;
20
}
20
}
21
 
21
 
22
:link, :visited, :link:hover, :visited:hover {
22
:link, :visited, :link:hover, :visited:hover {
23
	font-family: "DejaVu Sans";
23
	font-family: "DejaVu Sans";
24
	font-size: small;
24
	font-size: small;
25
	color: #666666;
25
	color: #666666;
26
}
26
}
27
 
27
 
28
body, p, ul, li {
28
body, p, ul, li {
29
	font-family: "DejaVu Sans";
29
	font-family: "DejaVu Sans";
30
	font-size: small;
30
	font-size: small;
31
	color: #666666;
31
	color: #666666;
32
	background-color: #EFEFEF;
32
	background-color: #EFEFEF;
33
	text-align: justify;
33
	text-align: justify;
34
}
34
}
35
 
35
 
36
th {
36
th {
37
	font-family: "DejaVu Sans";
37
	font-family: "DejaVu Sans";
38
	font-size: small;
38
	font-size: small;
39
	text-align: center;
39
	text-align: center;
40
	color: #EFEFEF;
40
	color: #EFEFEF;
41
	background-color: #666666;
41
	background-color: #666666;
42
}
42
}
43
 
43
 
44
table {
44
table {
45
	font-family: "DejaVu Sans";
45
	font-family: "DejaVu Sans";
46
	font-size: small;
46
	font-size: small;
47
	color: #666666;
47
	color: #666666;
48
	background-color: #EFEFEF;
48
	background-color: #EFEFEF;
49
}
49
}
50
 
50
 
51
/*style des �tiquettes*/
-
 
52
.etiquette {
51
.etiquette {
53
	font-family: "DejaVu Sans";
52
	font-family: "DejaVu Sans";
54
	font-size: small;
53
	font-size: small;
55
	text-align: right;
54
	text-align: right;
56
	color: #666666;
55
	color: #666666;
57
	background-color: #d0ddb0;
56
	background-color: #d0ddb0;
58
}
57
}
59
 
58
 
60
.hide-advanced-fields .advanced-field {
59
.hide-advanced-fields .advanced-field {
61
	display: none;
60
	display: none;
62
}
61
}
63
 
62
 
64
#login-time-calendar img {
63
#login-time-calendar img {
65
	width: 30px;
64
	width: 30px;
66
	vertical-align: -9px;
65
	vertical-align: -9px;
67
	margin-left: 5px;
66
	margin-left: 5px;
68
}	
67
}
69
 
68
 
70
.schedule-rows td {
69
.schedule-rows td {
71
  width: 80px;
70
  width: 80px;
72
  height: 22px;
71
  height: 22px;
73
  margin: 3px;
72
  margin: 3px;
74
  padding: 0;
73
  padding: 0;
75
  background-color: #B55;
74
  background-color: #B55;
76
  cursor: pointer;
75
  cursor: pointer;
77
}
76
}
78
 
77
 
79
.schedule-rows td:first-child {
78
.schedule-rows td:first-child {
80
  background-color: transparent;
79
  background-color: transparent;
81
  text-align: right;
80
  text-align: right;
82
  position: relative;
81
  position: relative;
83
  top: -12px;
82
  top: -12px;
84
  font-family: 'Sans';
83
  font-family: 'Sans';
85
  font-size: 0.8em;
84
  font-size: 0.8em;
86
}
85
}
87
 
86
 
88
.schedule-rows td[data-selected],
87
.schedule-rows td[data-selected],
89
.schedule-rows td[data-selecting] { background-color: #d0ddb0; }
88
.schedule-rows td[data-selecting] { background-color: #d0ddb0; }
90
.schedule-rows td[data-unselecting] { background-color: #B22; }
89
.schedule-rows td[data-unselecting] { background-color: #B22; }
91
 
-
 
92
.schedule-rows td[data-disabled] { opacity: 0.55; }
90
.schedule-rows td[data-disabled] { opacity: 0.55; }
93
 
-
 
94
.schedule-header tr th:first-child {
91
.schedule-header tr th:first-child {
95
	background-color: transparent;
92
	background-color: transparent;
96
}
93
}
97
 
94
 
98
/*
-
 
99
 * Panel
-
 
100
 */
-
 
101
.panel {
95
.panel {
102
	display: table;
96
	display: table;
103
	width: 100%;
97
	width: 100%;
104
	border-spacing: 0;
98
	border-spacing: 0;
105
	border-collapse: collapse;
99
	border-collapse: collapse;
106
}
100
}
-
 
101
 
107
.panel .panel-header {
102
.panel .panel-header {
108
	display: table-caption;
103
	display: table-caption;
109
	border-bottom: 3px solid #FFCC66;
104
	border-bottom: 3px solid #FFCC66;
110
	padding: 0;
105
	padding: 0;
111
	font-family: "DejaVu Sans";
106
	font-family: "DejaVu Sans";
112
	font-size: small;
107
	font-size: small;
113
	text-align: center;
108
	text-align: center;
114
	font-weight: bold;
109
	font-weight: bold;
115
	color: #EFEFEF;
110
	color: #EFEFEF;
116
	background-color: #666666;
111
	background-color: #666666;
117
}
112
}
-
 
113
 
118
.panel .panel-row {
114
.panel .panel-row {
119
	display: table-row;
115
	display: table-row;
120
	border: 1px solid black;
116
	border: 1px solid black;
121
	overflow: auto;
117
	overflow: auto;
122
}
118
}
-
 
119
 
123
.panel .panel-cell {
120
.panel .panel-cell {
124
	display: table-cell;
121
	display: table-cell;
125
	border: 1px solid black;
122
	border: 1px solid black;
126
	overflow: auto;
123
	overflow: auto;
127
}
124
}
-
 
125
 
128
.panel .panel-iframe
126
.panel .panel-iframe
129
{
127
{
130
    height: 150vh;
128
    height: 150vh;
131
    width: 100%;
129
    width: 100%;
132
    margin:  0px 0px 0px 0px  ;
130
    margin:  0px 0px 0px 0px  ;
133
    padding:  0px 0px 0px 0px  ;
131
    padding:  0px 0px 0px 0px  ;
134
    display: flex;
132
    display: flex;
135
    border-left-style: solid;
133
    border-left-style: solid;
136
    border-left-width: 1px;
134
    border-left-width: 1px;
137
    border-right-style: solid;
135
    border-right-style: solid;
138
    border-top-style: solid;
136
    border-top-style: solid;
139
    border-top-width: 1px;
137
    border-top-width: 1px;
140
    border-bottom-style: solid;
138
    border-bottom-style: solid;
141
    border-bottom-width: 1px;
139
    border-bottom-width: 1px;
142
    border-right-width: 1px;
140
    border-right-width: 1px;
143
}
141
}
144
 
142
 
145
/* Overlay */
-
 
146
.overlay
143
.overlay
147
{
144
{
148
	height: 100%;
145
	height: 100%;
149
	width: 100%;
146
	width: 100%;
150
	display: none;
147
	display: none;
151
	position: fixed;
148
	position: fixed;
152
	z-index: 1;
149
	z-index: 1;
153
	left: 0;
150
	left: 0;
154
	top: 0;
151
	top: 0;
155
	background-color: rgb(56, 25, 25);
152
	background-color: rgb(56, 25, 25);
156
	background-color: rgba(0,0,0, 0.9);
153
	background-color: rgba(0,0,0, 0.9);
157
	overflow-x: hidden;
154
	overflow-x: hidden;
158
}
155
}
159
 
156
 
160
/* CSS Spinner */
157
/* CSS Spinner */
161
.lds-spinner {
158
.lds-spinner {
162
	display: flex;
159
	display: flex;
163
	justify-content: center;
160
	justify-content: center;
164
	align-items: center;
161
	align-items: center;
165
	height: 100%;
162
	height: 100%;
166
  }
163
  }
167
 
164
 
168
  .lds-spinner div {
165
  .lds-spinner div {
169
	transform-origin: 40px 40px;
166
	transform-origin: 40px 40px;
170
	animation: lds-spinner 1.2s linear infinite;
167
	animation: lds-spinner 1.2s linear infinite;
171
  }
168
  }
172
 
169
 
173
  .lds-spinner div:after {
170
  .lds-spinner div:after {
174
	content: " ";
171
	content: " ";
175
	display: block;
172
	display: block;
176
	position: absolute;
173
	position: absolute;
177
	top: 3px;
174
	top: 3px;
178
	left: 37px;
175
	left: 37px;
179
	width: 6px;
176
	width: 6px;
180
	height: 18px;
177
	height: 18px;
181
	border-radius: 20%;
178
	border-radius: 20%;
182
	background: #fff;
179
	background: #fff;
183
  }
180
  }
184
 
181
 
185
  .lds-spinner div:nth-child(1) {
182
  .lds-spinner div:nth-child(1) {
186
	transform: rotate(0deg);
183
	transform: rotate(0deg);
187
	animation-delay: -1.1s;
184
	animation-delay: -1.1s;
188
  }
185
  }
189
  
186
  
190
  .lds-spinner div:nth-child(2) {
187
  .lds-spinner div:nth-child(2) {
191
	transform: rotate(30deg);
188
	transform: rotate(30deg);
192
	animation-delay: -1s;
189
	animation-delay: -1s;
193
  }
190
  }
194
 
191
 
195
  .lds-spinner div:nth-child(3) {
192
  .lds-spinner div:nth-child(3) {
196
	transform: rotate(60deg);
193
	transform: rotate(60deg);
197
	animation-delay: -0.9s;
194
	animation-delay: -0.9s;
198
  }
195
  }
199
 
196
 
200
  .lds-spinner div:nth-child(4) {
197
  .lds-spinner div:nth-child(4) {
201
	transform: rotate(90deg);
198
	transform: rotate(90deg);
202
	animation-delay: -0.8s;
199
	animation-delay: -0.8s;
203
  }
200
  }
204
 
201
 
205
  .lds-spinner div:nth-child(5) {
202
  .lds-spinner div:nth-child(5) {
206
	transform: rotate(120deg);
203
	transform: rotate(120deg);
207
	animation-delay: -0.7s;
204
	animation-delay: -0.7s;
208
  }
205
  }
209
 
206
 
210
  .lds-spinner div:nth-child(6) {
207
  .lds-spinner div:nth-child(6) {
211
	transform: rotate(150deg);
208
	transform: rotate(150deg);
212
	animation-delay: -0.6s;
209
	animation-delay: -0.6s;
213
  }
210
  }
214
 
211
 
215
  .lds-spinner div:nth-child(7) {
212
  .lds-spinner div:nth-child(7) {
216
	transform: rotate(180deg);
213
	transform: rotate(180deg);
217
	animation-delay: -0.5s;
214
	animation-delay: -0.5s;
218
  }
215
  }
219
 
216
 
220
  .lds-spinner div:nth-child(8) {
217
  .lds-spinner div:nth-child(8) {
221
	transform: rotate(210deg);
218
	transform: rotate(210deg);
222
	animation-delay: -0.4s;
219
	animation-delay: -0.4s;
223
  }
220
  }
224
 
221
 
225
  .lds-spinner div:nth-child(9) {
222
  .lds-spinner div:nth-child(9) {
226
	transform: rotate(240deg);
223
	transform: rotate(240deg);
227
	animation-delay: -0.3s;
224
	animation-delay: -0.3s;
228
  }
225
  }
229
 
226
 
230
  .lds-spinner div:nth-child(10) {
227
  .lds-spinner div:nth-child(10) {
231
	transform: rotate(270deg);
228
	transform: rotate(270deg);
232
	animation-delay: -0.2s;
229
	animation-delay: -0.2s;
233
  }
230
  }
234
 
231
 
235
  .lds-spinner div:nth-child(11) {
232
  .lds-spinner div:nth-child(11) {
236
	transform: rotate(300deg);
233
	transform: rotate(300deg);
237
	animation-delay: -0.1s;
234
	animation-delay: -0.1s;
238
  }
235
  }
239
 
236
 
240
  .lds-spinner div:nth-child(12) {
237
  .lds-spinner div:nth-child(12) {
241
	transform: rotate(330deg);
238
	transform: rotate(330deg);
242
	animation-delay: 0s;
239
	animation-delay: 0s;
243
  }
240
  }
244
 
241
 
245
  @keyframes lds-spinner {
242
  @keyframes lds-spinner {
246
	0% {
243
	0% {
247
	  opacity: 1;
244
	  opacity: 1;
248
	}
245
	}
249
	100% {
246
	100% {
250
	  opacity: 0;
247
	  opacity: 0;
251
	}
248
	}
252
  }
-
 
253
 
249
  }
-
 
250
 
254

Generated by GNU Enscript 1.6.6.
-
 
255
 
-
 
256
 
-
 
257
 
-