-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
103 lines (88 loc) · 1.66 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
@import 'fonts/stylesheet.css';
body {
font-family: "Helvetica Condensed",'Helvetica', Arial, Verdana, sans-serif;
font-size: 62.5%;
font-size: 14px;
background: #fdc400 url('img/logo.png') no-repeat 20px 40px;
width: 800px;
}
.form.registration{
text-transform: uppercase;
}
.summary{
font-size: 24px;
}
.legend{
font-size: 20px;
}
.form.registration{
width:520px;
margin-left:270px;
}
.field{
width:511px;
margin-bottom: 5px;
}
.form.registration label{
display: inline-block;
width:150px;
text-align: right;
margin-right: 5px;
}
.form.registration input.text{
font-family: 'Helvetica', Arial, Verdana, sans-serif;
font-weight: normal;
width: 340px;
font-size:18px;
background: white;
-webkit-border-radius:2px;
-moz-border-radius:2px;
-ms-border-radius:2px;
-o-border-radius:2px;
border-radius:2px;
border:none;
padding:7px 5px;
}
.form.registration .btn{
font-family: 'Helvetica Condensed', Arial, Verdana, sans-serif;
font-weight: bold;
font-size: 24px;
text-transform: uppercase;
padding:10px;
background: white;
-webkit-border-radius:2px;
-moz-border-radius:2px;
-ms-border-radius:2px;
-o-border-radius:2px;
border-radius:2px;
border:none;
padding:7px 15px;
color: #000;
text-decoration: none;
margin-top: 10px;
float: right;
cursor: pointer;
}
.field .error {
text-align: right;
color: rgb(213, 163, 100);
clear: both;
}
a, a:active, a:visited, a:hover {
color: #000;
}
.submit{
float:right;
}
.logo{
margin-top: 40px;
text-indent: -9999px;
height:15px;
width:285px;
}
.reglement {
position: absolute;
bottom: 20px;
text-align: center;
width: 100%;
}