Subversion Repositories ALCASAR

Rev

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

Rev 2241 Rev 2766
Line 10... Line 10...
10
 
10
 
11
/* Couleurs de polices */
11
/* Couleurs de polices */
12
:link, :visited, :hover:link, :hover:visited, h1  {
12
:link, :visited, :hover:link, :hover:visited, h1  {
13
	color: #000000;
13
	color: #000000;
14
}
14
}
15
body {
-
 
16
	color: #666666;
-
 
17
}
-
 
18
 
15
 
-
 
16
html {
-
 
17
	background: url(/images/background.jpg) no-repeat center center fixed;
-
 
18
	-webkit-background-size: cover;
-
 
19
	-moz-background-size: cover;
-
 
20
	-o-background-size: cover;
-
 
21
	background-size: cover;
-
 
22
	min-width: 450px;
-
 
23
}
19
/* Style de police */
24
/* Style de police */
20
 
25
 
21
body, :link, :visited, :hover:link, :hover:visited  {
26
body, :link, :visited, :hover:link, :hover:visited  {
22
	font-family: "DejaVu Sans";
27
	font-family: "DejaVu Sans";
-
 
28
	color: #000;
23
}
29
}
24
 
30
 
-
 
31
/* Règles des balises HTML */
25
 
32
 
-
 
33
p {
26
/* Couleurs de fond */
34
	text-align: justify;
-
 
35
}
27
 
36
 
28
body {
37
.banner {
-
 
38
	z-index:10;
-
 
39
	display: flex;
-
 
40
	align-items: center;
29
	background-color: #666;
41
	margin-top: 5vh;
-
 
42
	position: relative;
-
 
43
	background-image: linear-gradient(black,#222222);
-
 
44
	
-
 
45
	/* ombrage CSS3 */
-
 
46
	-moz-box-shadow: 1px 1px 6px #666;
-
 
47
	-webkit-box-shadow: 1px 1px 6px #666;
-
 
48
	box-shadow: 1px 1px 6px #666;
-
 
49
	border-radius:  10px;
30
}
50
}
31
 
51
 
-
 
52
.img_banner {
-
 
53
	display: inline-block;
-
 
54
	margin-top: 5px;
-
 
55
	margin-bottom: 5px;
-
 
56
}
32
 
57
 
-
 
58
.image {
-
 
59
	margin-right: auto;
33
/* Règles des balises HTML */
60
	margin-left: auto;
-
 
61
}
34
 
62
 
35
p {
63
.titre_banner {
-
 
64
	display: inline-block;
36
	text-align: justify;
65
	margin-top: 10px;
-
 
66
	margin-bottom: 10px;
37
}
67
}
38
 
68
 
39
body {
-
 
40
	background-image: url(../images/fond.png);
-
 
41
	background-repeat: repeat-x;
69
.titre_controle {
42
	text-align: center;
70
	text-align: center;
43
	font-size: 12px;
71
	font-size: calc(24px + 1vw);
-
 
72
	color: white;
44
	margin: 0px;
73
	margin: 0px;
45
}
74
}
46
 
75
 
-
 
76
#contenu_acces {
-
 
77
	background-color: white;
-
 
78
	border-bottom-left-radius:  10px;	
-
 
79
	border-bottom-right-radius:  10px;	
-
 
80
 
-
 
81
	/* get the main box under banner*/
-
 
82
	padding-top: 20px;
-
 
83
	z-index: 5;
-
 
84
	top: -20px;
-
 
85
	/* ombrage css3 */
-
 
86
 
-
 
87
	-moz-box-shadow: 1px 4px 10px #000;
-
 
88
	-webkit-box-shadow: 1px 4px 10px #000;
-
 
89
	box-shadow: 0px 10px 10px #000;
-
 
90
}
-
 
91
 
-
 
92
.input_row {
-
 
93
	display: flex;
-
 
94
	align-items: center;
-
 
95
	margin-top: 15px;
-
 
96
	margin-bottom: 15px;
-
 
97
}
-
 
98
 
47
table {
99
.label_name {
-
 
100
	display: inline-block;
48
/*	font-size: 90%;*/
101
	font-size: calc(14px + 0.3vw);
49
}
102
}
-
 
103
 
50
img {
104
#input_value {
51
	height: 150px;
105
	font-size: calc(12px + 0.3vw);
52
}
106
}
53
 
107
 
54
/* Boite de dialogue de deconnection */
108
.scorebarDisplay {
-
 
109
	margin: 0px;
-
 
110
}
55
 
111
 
56
#page {
112
#buttons {
57
	width: 590px;
113
	font-size: calc(14px + 0.3vw);
58
	margin: 12px auto;
114
	width: -moz-available;
59
}
115
}
60
 
116
 
61
#pass_chg {
117
#pass_chg {
62
	position: relative;
118
	position: relative;
63
}
119
}
Line 118... Line 174...
118
 
174
 
119
#titre_pass {
175
#titre_pass {
120
	font-size: 20px;
176
	font-size: 20px;
121
}
177
}
122
 
178
 
123
#btn_pass, #btn_retour {
-
 
124
	float: right;
-
 
125
	margin-top: 20px;
-
 
126
}
-
 
127
 
-
 
128
#btn_pass {
-
 
129
	margin-right: 10px;
-
 
130
}
-
 
131
 
-
 
132
#btn_retour {
-
 
133
	margin-right: 60px;
-
 
134
}
-
 
135
 
-
 
136
#btn_pass:hover {
-
 
137
}
-
 
138
 
179
 
139
#champs_pass {
180
#champs_pass {
140
	margin: auto;
181
	margin: auto;
141
	padding-top: 50px;
182
	padding-top: 50px;
142
	padding-right: 20px;
183
	padding-right: 20px;