-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage3.css
137 lines (121 loc) · 3.01 KB
/
page3.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
html,
body,
h1,
form,
fieldset,
legend,
ol,
li {
margin: 0;
padding: 0;
}
form {
padding-right: 50%;
}
img {
float: right;
height: 1200px;
width: 800px;
}
form#sym {
background: rgb(241, 62, 62);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 20px;
width: 400px;
}
form#sym fieldset {
border: none;
margin-bottom: 10px;
}
form#sym fieldset:last-of-type {
margin-bottom: 0;
}
form#sym legend {
color: #2e0d0f;
font-size: 16px;
font-weight: bold;
padding-bottom: 10px;
text-shadow: 0 1px 1px rgb(241, 62, 62);
}
form#sym>fieldset>legend:before {
content: "Étape " counter(fieldsets) " : ";
counter-increment: fieldsets;
}
form#sym fieldset fieldset legend {
color: #111111;
font-size: 13px;
font-weight: normal;
padding-bottom: 0;
}
form#sym ol li {
background: #b9cf6a;
background: rgba(255, 255, 255, .3);
border-color: #e3ebc3;
border-color: rgba(255, 255, 255, .6);
border-style: solid;
border-width: 2px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
line-height: 30px;
list-style: none;
padding: 5px 10px;
margin-bottom: 2px;
}
form#sym>fieldset>legend:before {
content: "Étape " counter(fieldsets) " : ";
counter-increment: fieldsets;
}
form#sym fieldset fieldset legend {
color: #111111;
font-size: 13px;
font-weight: normal;
padding-bottom: 0;
}
form#sym button {
background: red;
border: none;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;
color: #ffffff;
display: block;
font: 18px Georgia, "Times New Roman", Times, serif;
letter-spacing: 1px;
margin: auto;
padding: 7px 25px;
text-shadow: 0 1px 1px #000000;
text-transform: uppercase;
}
form#paiement button:hover {
background: rgb(61, 2, 2);
cursor: pointer;
}
form#sym ol li {
background: #b9cf6a;
background: rgba(255, 255, 255, .3);
border-color: #e3ebc3;
border-color: rgba(255, 255, 255, .6);
border-style: solid;
border-width: 2px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
line-height: 30px;
list-style: none;
padding: 5px 10px;
margin-bottom: 2px;
}
.i {
color: #490768;
text-shadow: 2px 2px 4px #fd076d;
font-size: 30px;
position: absolute;
left: 50%;
}
p {
font-size: 25px;
}