Subversion Repositories ALCASAR

Rev

Rev 2813 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2813 Rev 2815
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*/
51
/*style des étiquettes*/
52
.etiquette {
52
.etiquette {
53
	font-family: "DejaVu Sans";
53
	font-family: "DejaVu Sans";
54
	font-size: small;
54
	font-size: small;
55
	text-align: right;
55
	text-align: right;
56
	color: #666666;
56
	color: #666666;
57
	background-color: #d0ddb0;
57
	background-color: #d0ddb0;
58
}
58
}
59
 
59
 
60
.hide-advanced-fields .advanced-field {
60
.hide-advanced-fields .advanced-field {
61
	display: none;
61
	display: none;
62
}
62
}
63
 
63
 
64
#login-time-calendar img {
64
#login-time-calendar img {
65
	width: 30px;
65
	width: 30px;
66
	vertical-align: -9px;
66
	vertical-align: -9px;
67
	margin-left: 5px;
67
	margin-left: 5px;
68
}	
68
}	
69
 
69
 
70
.schedule-rows td {
70
.schedule-rows td {
71
  width: 80px;
71
  width: 80px;
72
  height: 22px;
72
  height: 22px;
73
  margin: 3px;
73
  margin: 3px;
74
  padding: 0;
74
  padding: 0;
75
  background-color: #B55;
75
  background-color: #B55;
76
  cursor: pointer;
76
  cursor: pointer;
77
}
77
}
78
 
78
 
79
.schedule-rows td:first-child {
79
.schedule-rows td:first-child {
80
  background-color: transparent;
80
  background-color: transparent;
81
  text-align: right;
81
  text-align: right;
82
  position: relative;
82
  position: relative;
83
  top: -12px;
83
  top: -12px;
84
  font-family: 'Sans';
84
  font-family: 'Sans';
85
  font-size: 0.8em;
85
  font-size: 0.8em;
86
}
86
}
87
 
87
 
88
.schedule-rows td[data-selected],
88
.schedule-rows td[data-selected],
89
.schedule-rows td[data-selecting] { background-color: #d0ddb0; }
89
.schedule-rows td[data-selecting] { background-color: #d0ddb0; }
90
.schedule-rows td[data-unselecting] { background-color: #B22; }
90
.schedule-rows td[data-unselecting] { background-color: #B22; }
91
 
91
 
92
.schedule-rows td[data-disabled] { opacity: 0.55; }
92
.schedule-rows td[data-disabled] { opacity: 0.55; }
93
 
93
 
94
.schedule-header tr th:first-child {
94
.schedule-header tr th:first-child {
95
	background-color: transparent;
95
	background-color: transparent;
96
}
96
}
97
 
97
 
98
/*
98
/*
99
 * Panel
99
 * Panel
100
 */
100
 */
101
.panel {
101
.panel {
102
	display: table;
102
	display: table;
103
	width: 100%;
103
	width: 100%;
104
	border-spacing: 0;
104
	border-spacing: 0;
105
	border-collapse: collapse;
105
	border-collapse: collapse;
106
}
106
}
107
.panel .panel-header {
107
.panel .panel-header {
108
	display: table-caption;
108
	display: table-caption;
109
	border-bottom: 3px solid #FFCC66;
109
	border-bottom: 3px solid #FFCC66;
110
	padding: 0;
110
	padding: 0;
111
	font-family: "DejaVu Sans";
111
	font-family: "DejaVu Sans";
112
	font-size: small;
112
	font-size: small;
113
	text-align: center;
113
	text-align: center;
114
	font-weight: bold;
114
	font-weight: bold;
115
	color: #EFEFEF;
115
	color: #EFEFEF;
116
	background-color: #666666;
116
	background-color: #666666;
117
}
117
}
118
.panel .panel-row {
118
.panel .panel-row {
119
	display: table-row;
119
	display: table-row;
120
	border: 1px solid black;
120
	border: 1px solid black;
121
	overflow: auto;
121
	overflow: auto;
122
}
122
}
123
.panel .panel-cell {
123
.panel .panel-cell {
124
	display: table-cell;
124
	display: table-cell;
125
	border: 1px solid black;
125
	border: 1px solid black;
126
	overflow: auto;
126
	overflow: auto;
127
}
127
}
-
 
128
.panel .panel-iframe
-
 
129
{
-
 
130
    height: 150vh;
-
 
131
    width: 100%;
-
 
132
    margin:  0px 0px 0px 0px  ;
-
 
133
    padding:  0px 0px 0px 0px  ;
-
 
134
    display: flex;
-
 
135
    border-left-style: solid;
-
 
136
    border-left-width: 1px;
-
 
137
    border-right-style: solid;
-
 
138
    border-top-style: solid;
-
 
139
    border-top-width: 1px;
-
 
140
    border-bottom-style: solid;
-
 
141
    border-bottom-width: 1px;
-
 
142
    border-right-width: 1px;
-
 
143
}
128
 
144