-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
385 lines (329 loc) · 9.39 KB
/
style.css
File metadata and controls
385 lines (329 loc) · 9.39 KB
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
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
#mtv {
position: fixed;
top: 0%;
z-index: -1;
}
#tv {
position: fixed;
top: 0%;
left: 50%;
z-index: -1;
}
body {
margin: 0;
padding: 0;
background-color: rgb(0 0 0 / 5%);
}
* {
margin: 0;
padding: 0;
}
.imgbox {
display: grid;
height: 100%;
}
.center-fit {
max-width: 100%;
max-height: 100vh;
margin: auto;
}
/* Style the navigation menu */
.topnav {
overflow: hidden;
background-color: rgba(0, 0, 0, 0.0);
position: relative;
}
/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
display: none;
}
/* Style navigation menu links */
.topnav a {
color: #ff2800;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
display: block;
}
/* Style the hamburger menu */
body .topnav a.icon {
background: black;
display: block;
position: absolute;
right: 0;
top: 0;
}
/* Add a grey background color on mouse-over */
.topnav a:hover {
background-color: #ddd;
color: black;
}
/* Style the active link (or home/logo) */
.active {
background-color: rgba(0, 0, 0, 0.0);
color: white;
}
.content {
text-align: center;
position: fixed;
bottom: 5%;
width: 100%;
}
.content table {
margin: 0 auto;
text-align: left;
}
/*** USWITCH SELECT ** */
.us-form select {
position: relative;
-webkit-appearance: button;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
vertical-align: middle;
height: 2.2em;
margin: 2px;
padding: 0.3em 0.6em;
background: white;
border: 1px solid #aaaaaa;
border-radius: 0.3em;
box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.4);
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 0.85em;
font-weight: normal;
overflow: hidden;
text-shadow: 0 1px 0 white;
-webkit-transition: box-shadow 200ms, border-color 200ms;
-moz-transition: box-shadow 200ms, border-color 200ms;
transition: box-shadow 200ms, border-color 200ms;
white-space: nowrap;
}
.us-form select option {
text-shadow: none;
}
.us-form select:disabled,
.us-form select:disabled:hover {
color: #cccccc !important;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) !important;
}
.us-form select.error {
color: #bf212e;
border-color: #bf212e;
}
.us-form select.input-big {
font-size: 17px;
}
.us-form.error select,
.us-form .error select {
color: #bf212e;
border-color: #bf212e;
}
.boxshadow .us-form select:not([size]):focus {
outline: none;
border-color: #66ccff;
box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.4), 0 0 4px #66ccff;
}
.boxshadow.no-touch .us-form select:not([size]):hover {
box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.4), 0 0 0 3px #ffff88;
}
.cssgradients .us-form select:not([size]) {
border-color: #ececec;
background-color: #ececec;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ececec));
background-image: -webkit-linear-gradient(top, white, #ececec);
background-image: -moz-linear-gradient(top, white, #ececec);
background-image: -ms-linear-gradient(top, white, #ececec);
background-image: -o-linear-gradient(top, white, #ececec);
background-image: linear-gradient(top, white, #ececec);
}
.cssgradients .us-form select:not([size]).focus {
border-color: #66ccff;
}
.cssgradients .us-form select:not([size]).error {
border-color: #bf212e;
}
.cssgradients .us-form.error select,
.cssgradients .us-form .error select {
border-color: #bf212e;
}
/* ie9/10 */
@media screen and (min-width: 0 \0) {
.us-form select:not([size])::-ms-expand {
background: transparent;
border: none;
width: 12px;
padding-left: 5px;
}
.boxshadow .us-form select:not([size]) {
box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.4);
}
.boxshadow .us-form select:not([size]):focus {
box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.4), 0 0 4px #66ccff;
}
.no-touch.boxshadow .us-form select:not([size]):hover {
border-color: white;
box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.4), 0 0 0 3px #ffff88;
}
}
/* firefox - use a wrap */
@-moz-document url-prefix() {
.us-form select:not([size]) {
max-width: 999px !important;
}
.us-form option {
padding-right: 10px;
}
.us-form-select-wrap {
position: relative;
display: inline-block;
vertical-align: baseline;
font-size: 0.9em;
}
.us-form-select-wrap.input-big {
font-size: 17px;
}
.us-form-select-wrap:before {
content: "";
position: absolute;
right: 0.5em;
top: 0.3em;
z-index: 11;
bottom: 0.3em;
width: 1.55em;
background-color: #ececec;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ececec));
background-image: -webkit-linear-gradient(top, white, #ececec);
background-image: -moz-linear-gradient(top, white, #ececec);
background-image: -ms-linear-gradient(top, white, #ececec);
background-image: -o-linear-gradient(top, white, #ececec);
background-image: linear-gradient(top, white, #ececec);
pointer-events: none;
}
.us-form-select-wrap:after {
content: "\25bc";
position: absolute;
right: 5px;
top: 0.9em;
bottom: 0.8em;
z-index: 12;
font-size: 0.6em;
font-family: "uswitch-icon", helvetica, arial, sans-serif;
line-height: 1;
padding: 0.5em 4px 0;
color: #999999;
border-left: 1px solid white;
box-shadow: -1px 0 0 #dddddd;
text-shadow: 0 1px 0 white;
pointer-events: none;
}
}
/* webkit */
@media all and (-webkit-min-device-pixel-ratio: 0) {
.us-form select:not([size]) {
padding-right: 30px;
}
.boxshadow .us-form select:not([size]) {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAWCAYAAADafVyIAAAAzElEQVRIDWP8//8/Ay0BE8zws2fPgmyium1wC2AWUZsetYBgiI4GEcEgYiGoAqqgq6trGZAZia4emFGXlZeXR6OLw/hEx8G/f/+ygYY9hWkE0UD+IyCVhSyGzibagoqKiveMjIyJIHNBhgAN/wekYoGu/wji4wJEWwAyoKysbDfQ4ClQw7qAhh/CZTBMnOg4gGl4+fJluYSEhNC9e/fqYGJ4aaCLQN5lOHPmDJACAzAfyKIKTVIQ4XUpDslRC3AEDEJ46AcRIyg50hIAANnugKRDswA6AAAAAElFTkSuQmCC"), -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ededed));
background-image: url("data:image/svg+xml;utf8,<svg width='24px' height='22px' version='1.1' xmlns='http://www.w3.org/2000/svg'><title>select-arrow</title><g id='arrow-group' fill='rgb(223,223,223)' fill-rule='evenodd'><path d='M10,9 L13.4690265,14 L17,9 L10,9 Z M10,9' id='arrow' fill='rgb(155,155,155)'></path><path d='M2,1 L2,21 L3,21 L3,1 L2,1 Z M2,1' id='dark-line' fill='rgb(213,213,213)'></path><path d='M3,1 L3,21 L4,21 L4,1 L3,1 Z M3,1' id='light-line' fill='rgb(254,255,255)'></path></g></svg>"), -webkit-linear-gradient(-90deg, white 0%, #ededed 100%);
background-repeat: no-repeat, repeat;
background-position: 100% 50%, 0 0;
}
.boxshadow .us-form select:not([size]).error {
color: #bf212e;
border-color: #bf212e;
}
.boxshadow .us-form.error select:not([size]),
.boxshadow .us-form .error select:not([size]) {
color: #bf212e;
border-color: #bf212e;
}
.boxshadow .us-form select:not([size]):focus {
box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.4), 0 0 4px #66ccff;
}
.no-touch.boxshadow .us-form select:not([size]):hover {
border-color: #c8c8c8;
box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.4), 0 0 0 3px #ffff88;
}
}
/* multiple line select control (eg <select size="10">) */
.us-form select[size] {
-webkit-appearance: none;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
display: inline-block;
height: auto;
margin: 2px;
padding: 0.3em 0 0.3em 0.4em;
border: 1px solid #c4c0c0;
border-radius: 2px;
box-shadow: 0px 3px 2px #eeeeee inset;
font-family: "Lucida Grande", helvetica, arial, sans-serif;
font-size: 0.85em !important;
-webkit-transition: box-shadow 200ms, border-color 200ms;
-moz-transition: box-shadow 200ms, border-color 200ms;
-ms-transition: box-shadow 200ms, border-color 200ms;
transition: box-shadow 200ms, border-color 200ms;
vertical-align: middle;
overflow: scroll;
}
.us-form select[size] .error {
border-color: #bf212e;
}
.us-form select[size]:focus {
outline: none;
color: #333333;
border-color: #66ccff;
box-shadow: 1px 3px 2px #eeeeee inset, 0 0 4px #66ccff;
}
.us-form select[size]:focus:hover {
outline: none;
color: #333333;
border-color: #66ccff;
box-shadow: 1px 3px 2px #eeeeee inset, 0 0 4px #66ccff;
}
.us-form.error select[size],
.us-form .error select[size] {
border-color: #bf212e;
color: inherit;
}
.no-touch .us-form select[size]:hover {
border-color: #c4c0c0;
box-shadow: 1px 3px 2px #eeeeee inset, 0 0 0 2px #ffff88;
}
/* hidden */
.us-form select.hidden {
display: none;
}
/* EXAMPLE STYLING */
body {
color: #FFFFFF;
font-style: italic;
font-family: "FS Elliot Web Bold", avenir, sans-serif;
}
th,
td {
vertical-align: baseline;
padding: 10px;
font-weight: normal;
text-align: left;
}
.toprow th {
border-right: none;
border-bottom: 1px solid #eee;
}
th,
.toprow th:first-child {
border-right: 1px solid #eee;
}
.darktest td,
.darktest th {
//color: #fff;
//background: #666;
}
.error td,
.error th {
color: #900;
background: #FFFFE5;
}