-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmobiscroll-1.5.1.css
445 lines (445 loc) · 12.2 KB
/
mobiscroll-1.5.1.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
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
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
/* Datewheel overlay */
.dw {
padding: 0 10px;
position: absolute;
top: 5%;
left: 0;
z-index: 1001;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #fff;
color: #000;
}
/* Datewheel overlay background */
.dwo {
width: 100%;
background: #000;
position: absolute;
top: 0;
left: 0;
z-index: 1000;
opacity: .7;
filter:Alpha(Opacity=70);
}
/* Datewheel wheel container wrapper */
.dwc {
display: block;
float: left;
margin: 0 2px 5px 2px;
padding-top: 30px;
}
/* Datewheel label */
.dwl {
margin: 0 2px;
text-align: center;
line-height: 30px;
height: 30px;
white-space: nowrap;
position: relative;
top: -30px;
}
/* Datewheel value */
.dwv {
padding: 10px 0;
border-bottom: 1px solid #000;
}
/* Datewheel wheel container */
.dwrc {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.dwwc {
display: block;
margin: 0;
padding: 0 2px;
position: relative;
background: #000;
}
/* Datewheel wheels */
.dwwl {
margin: 4px 2px;
float: left;
display: block;
position: relative;
background: #888;
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #000),color-stop(0.35, #333),color-stop(0.50, #888),color-stop(0.65, #333),color-stop(1, #000));
background: -moz-linear-gradient(center bottom,#000 0%,#333 35%, #888 50%,#333 65%,#000 100%);
}
.dww {
margin: 0 2px;
overflow: hidden;
position: relative;
top: -30px;
color: #fff;
background: #444;
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #000),color-stop(0.45, #444),color-stop(0.55, #444),color-stop(1, #000));
background: -moz-linear-gradient(center bottom,#000 0%,#444 45%, #444 55%, #000 100%);
}
.dww ul {
list-style: none;
margin: 0;
padding: 0;
display: block;
width: 100%;
position: relative;
z-index: 2;
}
/*.dww ul.dwa {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
}*/
.dww li {
list-style: none;
margin: 0;
padding: 0 5px;
display: block;
text-align: center;
line-height: 40px;
font-size: 26px;
text-shadow:0 1px 1px #000;
}
/* Wheel +/- buttons */
.dwwb {
position: absolute;
z-index: 4;
left: 0;
cursor: pointer;
width: 100%;
height: 40px;
background: #ccc;
text-align: center;
color: #888;
text-shadow: 0 -1px 1px #333;
box-shadow: 0 0 5px #333;
-webkit-box-shadow: 0 0 5px #333;
-moz-box-shadow: 0 0 5px #333;
}
.dwwbp {
top: 0;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #bdbdbd),color-stop(1, #f7f7f7));
background: -moz-linear-gradient(center bottom,#bdbdbd 0%,#f7f7f7 100%);
font-size: 40px;
}
.dwwbm {
bottom: 0;
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #f7f7f7),color-stop(1, #bdbdbd));
background: -moz-linear-gradient(center bottom,#f7f7f7 0%,#bdbdbd 100%);
font-size: 32px;
font-weight: bold;
}
.dwpm .dwwc {
background: transparent;
}
.dwpm .dww {
margin: -1px;
color: #000;
background: #fff;
border: 1px solid #AAA;
}
.dwpm .dww li {
text-shadow: none;
}
.dwpm .dwwol {
display: none;
}
/* Datewheel wheel overlay */
.dwwo {
position: absolute;
z-index: 3;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #000),color-stop(0.52, rgba(44,44,44,0)),color-stop(0.48, rgba(44,44,44,0)),color-stop(1, #000));
background: -moz-linear-gradient(center bottom,#000 0%,rgba(44,44,44,0) 52%, rgba(44,44,44,0) 48%, #000 100%);
}
/* Background line */
.dwwol {
position: absolute;
z-index: 1;
top: 50%;
left: 0;
width: 100%;
height: 0;
margin-top: -1px;
border-top: 1px solid #333;
border-bottom: 1px solid #555;
}
/* Datewheel button */
.dwb {
display: block;
/*width: 70px;*/
height: 40px;
line-height: 40px;
padding: 0 15px;
margin: 0 2px;
font-size: 14px;
font-weight: bold;
text-decoration: none;
text-shadow:0 -1px 1px #000;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius:5px;
box-shadow:0 1px 3px rgba(0,0,0,0.5);
-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
color: #fff;
background: #000;
background: -webkit-gradient(linear,left bottom,left top,color-stop(0.5, #000),color-stop(0.5, #6e6e6e));
background: -moz-linear-gradient(center bottom,#000 50%,#6e6e6e 50%);
}
.dwb-a {
background:-webkit-gradient(linear,left bottom,left top,color-stop(0.5, #3c7500),color-stop(0.5, #94c840));
background:-moz-linear-gradient(center bottom,#3c7500 50%,#94c840 50%);
}
.dwwl .dwb-a {
background:-webkit-gradient(linear,left bottom,left top,color-stop(0, #3c7500),color-stop(1, #94c840));
background:-moz-linear-gradient(center bottom,#3c7500 0,#94c840 100%);
}
/* Datewheel button container */
.dwbc {
/*margin-top: 5px;*/
padding: 5px 0;
text-align: center;
}
/* Datewheel button wrapper */
.dwbw {
display: inline-block;
width: 50%;
}
/* Android Skin */
.android {
padding: 0;
background: #000;
border: 2px solid #555;
color: #fff;
}
.android .dwv {
padding: 10px;
border-bottom: 1px solid #333;
}
.android .dwwc {
background: #000;
}
.android .dwc {
padding-top: 8px;
}
.android .dwwl {
margin: 4px 1px;
border: 1px solid #9C9C9C;
}
.android .dww {
top: 0;
border: 0;
background: #fff;
}
.android .dwpm .dww {
margin: 0;
}
.android .dwpm .dwwl {
margin: 4px 2px;
border: 0;
}
.android .dww li {
color: #000;
text-shadow: none;
}
.android .dwl {
display: none;
}
.android .dwwol {
border-bottom: 1px solid #ddd;
border-top: 1px solid #9C9C9C;
}
.android .dwbc {
padding: 5px 1px;
background: #9c9c9c;
}
.android .dwb {
margin: 0 5px;
background: #ccc;
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #ccc),color-stop(1, #eee));
background: -moz-linear-gradient(center bottom,#ccc 0%,#eee 100%);
color: #000;
font-weight: normal;
text-shadow: none;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.android .dwb-a {
background: #ffb25a;
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #ef6100),color-stop(1, #ffb25a));
background: -moz-linear-gradient(center bottom,#ef6100 0%,#ffb25a 100%);
}
/* Sense UI Skin */
.sense-ui {
padding: 0;
background: #333;
border: 2px solid #fff;
color: #fff;
}
.sense-ui .dwv {
padding: 5px 10px;
border-bottom: 1px solid #666;
text-align: left;
}
.sense-ui .dwwc {
background: #333;
}
.sense-ui .dww {
margin: 0 2px;
}
.sense-ui .dwpm .dww {
margin: 0;
border: 0;
}
.sense-ui .dwbc {
padding: 5px 1px;
background: #000;
background: -webkit-gradient(linear,left bottom,left top,color-stop(0.5, #000),color-stop(0.5, #666));
background: -moz-linear-gradient(center bottom,#000 50%,#666 50%);
}
.sense-ui .dwb {
margin: 0 5px;
background: #000;
border: 1px solid #333;
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #000),color-stop(1, #444));
background: -moz-linear-gradient(center bottom,#000 0%,#444 100%);
box-shadow: inset 0 0 5px #000;
}
.sense-ui .dwb-a {
background:-webkit-gradient(linear,left bottom,left top,color-stop(0, #3c7500),color-stop(1, #94c840));
background:-moz-linear-gradient(center bottom,#3c7500 0,#94c840 100%);
}
/* iOS Skin */
.ios {
padding: 40px 10px 10px 10px;
border: 1px solid #2d3034;
background: #50515d;
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #484a56),color-stop(1, #a2a3ab));
background: -moz-linear-gradient(center bottom,#484a56 0%, #a2a3ab 100%);
color: #fff;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.ios .dwv {
display: none;
}
.ios .dwwc {
background: transparent;
}
.ios .dwwl {
margin: 4px 0;
border-left: 1px solid #000;
border-right: 1px solid #000;
background: #cbcce0;
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #2c2c38),color-stop(0.35, #cbcce0),color-stop(0.65, #cbcce0),color-stop(1, #2c2c38));
background: -moz-linear-gradient(center bottom,#2c2c38 0%,#cbcce0 35%, #cbcce0 65%,#2c2c38 100%);
}
.ios .dww {
margin: 0 3px;
background: #fff;
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #333),color-stop(0.10, #999),color-stop(0.30, #fff),color-stop(0.70, #fff),color-stop(0.90, #999),color-stop(1, #333));
background: -moz-linear-gradient(center bottom,#333 0%, #999 10%, #fff 30%, #fff 70%, #999 90%, #333 100%);
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
}
.ios .dwpm .dww {
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #333),color-stop(0.48, #fff),color-stop(0.52, #fff),color-stop(1, #333));
background: -moz-linear-gradient(center bottom,#000 0%, #fff 48%, #fff 52%, #000 100%);
}
.ios .dwpm .dwwl {
margin: 4px 2px;
}
.ios .dwpm .dww {
margin: 0;
border: 0;
}
.ios .dww li {
color: #000;
font-size: 20px;
font-weight: bold;
text-align: right;
text-shadow: none;
}
.ios .dwwo {
display: none;
}
.ios .dwwol {
height: 28px;
padding: 1px;
margin-top: -16px;
border-color: #7b8699;
background: #6f75b0;
background: -webkit-gradient(linear,left bottom,left top,color-stop(0.5, rgba(111, 117, 176, 0.5)),color-stop(0.5, rgba(151, 157, 197, 0.5)));
background: -moz-linear-gradient(center bottom,rgba(111, 117, 176, 0.5) 50%,rgba(151, 157, 197, 0.5) 50%);
z-index: 10;
left: -1px;
filter: alpha(opacity=50);
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.ios .dwbc {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
padding: 5px 0;
background: #8093b0;
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #6e83a4),color-stop(0.5, #8093b0),color-stop(0.5, #889ab5),color-stop(1, #b1bccf));
background: -moz-linear-gradient(center bottom,#6e83a4 0%, #8093b0 50%, #889ab5 50%, #b1bccf 100%);
border-bottom: 1px solid #2d3034;
}
.ios .dwb {
margin: 0 5px;
display: inline-block;
font-size: 12px;
height: 26px;
line-height: 26px;
border: 1px solid #1947bb;
background: #2461e6;
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #2461e6),color-stop(0.5, #225ee5),color-stop(0.5, #386de8),color-stop(1, #7c9df0));
background: -moz-linear-gradient(center bottom,#2461e6 0%, #225ee5 50%, #386de8 50%, #7c9df0 100%);
box-shadow: 0 1px 0 rgba(255,255,255,0.5);
-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5);
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.ios .dwb-a {
border: 1px solid #394f76;
background: #2461e6;
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #4c6b9f),color-stop(0.5, #49689d),color-stop(0.5, #5a76a6),color-stop(1, #8fa4c4));
background: -moz-linear-gradient(center bottom,#4c6b9f 0%, #49689d 50%, #5a76a6 50%, #8fa4c4 100%);
}
.ios .dwwb {
color: #fff;
border: 0;
background: #3f4e68;
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #3f4e68),color-stop(0.5, #75859f),color-stop(0.5, #808ea6),color-stop(1, #c7d1e2));
background: -moz-linear-gradient(center bottom,#3f4e68 0%, #75859f 50%, #808ea6 50%, #c7d1e2 100%);
}
.ios .dwwl .dwb-a {
background: #252c36;
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #252c36),color-stop(0.5, #171e28),color-stop(0.5, #272e38),color-stop(1, #6b6e75));
background: -moz-linear-gradient(center bottom,#252c36 0%, #171e28 50%, #272e38 50%, #6b6e75 100%);
}
.ios .dwb-s {
float: right;
text-align: right;
}
.ios .dwb-c {
float: left;
text-align: left;
}