Subversion Repositories ALCASAR

Rev

Rev 2766 | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
2766 rexy 1
HTML {
2
	background: url(/images/background.jpg) no-repeat center center fixed;
3
	-webkit-background-size: cover;
4
	-moz-background-size: cover;
5
	-o-background-size: cover;
6
	background-size: cover;
7
	min-width: 450px;
8
}
475 stephane 9
 
2766 rexy 10
BODY {
11
	color: white;
12
}
475 stephane 13
 
2766 rexy 14
.error-margin {
15
	margin-left: 0px;
16
	margin-right: 0px;
475 stephane 17
}
18
 
19
 
2766 rexy 20
.main_box {
21
	display: flex;
22
	align-items: center;
23
} 
24
 
25
.image-resize {
26
	width: calc(100px + 5vh);
475 stephane 27
}
28
 
2766 rexy 29
.image-resize-bottom {
30
	width: calc(100px + 5vh);
31
	margin-right: auto;
32
	margin-left: auto;
33
}
509 richard 34
 
2766 rexy 35
.background-display {
36
	background-color: white;
37
	color: black;
38
	text-align: center;
39
	border-bottom-left-radius:  10px;	
40
	border-bottom-right-radius:  10px;	
475 stephane 41
 
2766 rexy 42
	/* get the main box under banner*/
43
	padding-top: 25px;
44
	z-index: 5;
45
	top: -20px;
46
	position: relative;
47
 
48
	/* ombrage css3 */
49
	-moz-box-shadow: 1px 4px 10px #000;
50
	-webkit-box-shadow: 1px 4px 10px #000;
51
	box-shadow: 0px 10px 10px #000;
52
 
475 stephane 53
}
54
 
2766 rexy 55
.header_background {
56
	z-index: 10;
57
	display: flex;
58
	align-items: center;
59
	margin-top: 5vh;
60
	position: relative;
61
	background-image: linear-gradient(black,#222222);
62
	/* ombrage CSS3 */
63
	-moz-box-shadow: 1px 1px 6px #666;
64
	-webkit-box-shadow: 1px 1px 6px #666;
65
	box-shadow: 1px 1px 6px #666;
66
	border-radius: 10px;
67
}
475 stephane 68
 
2766 rexy 69
.header_img {
70
	display: inline-block;
71
	margin-top: 5px;
72
	margin-bottom: 5px;
73
}
475 stephane 74
 
2766 rexy 75
.header_title {
76
	display: inline-block;
77
	margin-top:10px;
78
	margin-bottom:10px;
475 stephane 79
}
80
 
2766 rexy 81
.login-status {
82
	font-size: calc(26px + 1.5vw);
509 richard 83
	text-align: center;
84
	margin: 0px;
2766 rexy 85
	font-weight: bold;
475 stephane 86
}
509 richard 87
 
2766 rexy 88
.welcome-user {
89
	font-size: calc(20px + 1vw);
475 stephane 90
}
2766 rexy 91
 
92
.error-table-border {
93
	border: 0px;
475 stephane 94
}
95
 
2766 rexy 96
.table {
97
	margin-bottom: 10px;
98
}
99
.chilliLabel {
100
	font-size: calc(14px + 0.4vw);
101
	border-top: 1px solid rgba(0,0,0,0.6) !important;
102
}
475 stephane 103
 
2766 rexy 104
.chilliValue {
105
	font-size: calc(12px + 0.4vw);
106
	border-top: 1px solid rgba(0,0,0,0.6) !important;
475 stephane 107
}
108
 
2766 rexy 109
.button {
110
	font-size: calc(16px + 0.4vw);
111
	margin-bottom:10px;
475 stephane 112
}
113
 
2766 rexy 114
.history {
115
	text-align: right;	
475 stephane 116
}
2766 rexy 117
 
118
.history_bottom {
119
	text-align: left;
120
	font-size: calc(12px + 0.5vw);
734 richard 121
	text-align: center;
122
}
2766 rexy 123
 
124
ul {
125
	margin-bottom: 0px;
475 stephane 126
}
2766 rexy 127
.log-box {
128
	padding-top: 10px;
129
	padding-bottom: 10px;
130
	background-color: white;
131
	border-top-left-radius: 10px;
132
	border-bottom-left-radius: 10px;
133
	box-shadow: 0px 0px 10px 10px #000;
134
	padding-left: 0px;
135
	color: black;
475 stephane 136
}
137
 
2766 rexy 138
.log-titre {
139
	font-size: calc(7px + 0.6vw);
140
	text-align: end;
734 richard 141
	font-weight: bold;
475 stephane 142
}
2766 rexy 143
 
144
.log-info {
145
	font-size: calc(8px + 0.4vw);
146
	margin-right: 4px;
147
	text-align: end;
475 stephane 148
}
2766 rexy 149
 
150
.log-titre-petit {
151
	font-size: calc(16px + 0.5vw);
475 stephane 152
}
2766 rexy 153
 
154
.log-info-petit {
155
	font-size: calc(14px + 0.2vw);
734 richard 156
}
2766 rexy 157
 
158
.waiting_box, .error_box, .logout_box {
159
	display: flex;
160
	align-items: center;
734 richard 161
}
2766 rexy 162
 
163
.waiting_msg, .error_msg, .logout_msg {
164
	text-align: center;
165
	display: inline-block;
166
	font-size: calc(18px + 0.5vw);
737 franck 167
}
2766 rexy 168
 
169
.nb_open_session {
170
	margin-bottom: 5px;
737 franck 171
}
2172 tom.houday 172
 
3026 rexy 173
.banner {
174
	z-index:10;
175
	display: flex;
176
	align-items: center;
177
	margin-top: 5vh;
178
	position: relative;
179
	background-image: linear-gradient(black,#222222);
180
 
181
	/* ombrage CSS3 */
182
	-moz-box-shadow: 1px 1px 6px #666;
183
	-webkit-box-shadow: 1px 1px 6px #666;
184
	box-shadow: 1px 1px 6px #666;
185
	border-radius:  10px;
186
}