-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
254 lines (250 loc) · 5.43 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
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
html {
font-family: Akrobat;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
h {
font-size: 12;
font-weight: normal;
}
form {
background-color: #002141;
padding: 10px;
border: 1px solid #ffffff;
width: auto;
height: auto;
margin: 20px;
}
.column {
float: left;
flex: 50%;
}
.row:after {
content: "";
display: table;
clear: both;
}
.row {
display: flex;
text-align: center;
}
.header {
color: #fff;
text-align: center;
background-color: #000000;
background-image: url("./media/bg3.png");
background-size: cover;
background-position: center;
}
.title {
margin-top: 0;
margin-bottom: 0.1rem;
font-size: 3em
}
.subtitle {
margin-bottom: 2rem;
font-weight: normal;
opacity: 0.7
}
.contents {
word-wrap: break-word;
}
.yesButton {
cursor: pointer;
padding: 9px 45px;
align-content: center;
background-color: #60E1E0;
border: 1px solid #129490;
color: #ffffff;
font-weight: bold;
}
.yesButton:hover {
background-color: #129490;
}
.noButton {
cursor: pointer;
padding: 9px 45px;
align-content: center;
background-color: #CE1F1F;
border: 1px solid #961515;
color: #ffffff;
font-weight: bold;
}
.noButton:hover {
background-color: #961515;
}
.numberInput {
display: inline-block;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 20px;
width: 80%;
margin: 5px;
padding: 10px 20px;
border: 1px solid #b7b7b7;
-webkit-border-radius: 0px;
border-radius: 0px;
-o-text-overflow: clip;
text-overflow: clip;
background: rgba(252,252,252,1);
-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
.container {
display:block;
height: 506.25px;
max-width: 900px;
margin: auto;
background-image: url("media/wallpaper4.png");
background-position: center;
background-size: cover;
}
@media screen and (min-width: 64em) {
.contents {
max-width: 64rem;
padding: 2rem 6rem;
margin: 0 auto;
font-size: 1.1rem
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.contents {
padding: 2rem 4rem;
font-size: 1.1rem
}
}
@media screen and (max-width: 42em) {
.contents {
padding: 2rem 1rem;
font-size: 1rem
}
}
@media screen and (min-width: 64em) {
.header {
padding: 5rem 6rem
}
}
@media screen and (min-width: 42em) and (max-width: 64em) {
.header {
padding: 3rem 4rem
}
}
@media screen and (max-width: 42em) {
.header {
padding: 2rem 1rem
}
}
@font-face {
font-family: Akrobat;
font-weight: bolder;
src: url('./media/Akrobat-Black.otf');
}
@font-face {
font-family: Akrobat;
font-weight: normal;
src: url('./media/Akrobat-Regular.otf');
}
@font-face {
font-family: Akrobat;
font-weight: lighter;
src: url('./media/Akrobat-Light.otf');
}
@font-face {
font-family: Akrobat;
font-weight: bold;
src: url('./media/Akrobat-Bold.otf');
}
input[type=range] {
-webkit-appearance: none;
width: 92.5%;
margin: 5px;
}
input[type=range]:focus {
outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 8.4px;
cursor: pointer;
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
background: #787878;
border-radius: 1.3px;
border: 0.2px solid #000101;
}
input[type=range]::-webkit-slider-thumb {
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
border: 1px solid #000000;
height: 25px;
width: 10px;
border-radius: 0px;
background: #ffffff;
cursor: pointer;
-webkit-appearance: none;
margin-top: -8.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
background: #787878;
}
input[type=range]::-moz-range-track {
width: 100%;
height: 8.4px;
cursor: pointer;
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
background: #787878;
border-radius: 1.3px;
border: 0.2px solid #000101;
}
input[type=range]::-moz-range-thumb {
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
border: 1px solid #000000;
height: 25px;
width: 10px;
border-radius: 0px;
background: #ffffff;
cursor: pointer;
}
input[type=range]::-ms-track {
width: 100%;
height: 8.4px;
cursor: pointer;
background: transparent;
border-color: transparent;
color: transparent;
}
input[type=range]::-ms-fill-lower {
background: #787878;
border: 0.2px solid #000101;
border-radius: 2.6px;
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
background: #787878;
border: 0.2px solid #000101;
border-radius: 2.6px;
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
border: 1px solid #000000;
height: 25px;
width: 10px;
border-radius: 0px;
background: #ffffff;
cursor: pointer;
height: 8.4px;
}
input[type=range]:focus::-ms-fill-lower {
background: #787878;
}
input[type=range]:focus::-ms-fill-upper {
background: #787878;
}