rasputin-jui 0.8.0 → 0.9.0
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +6 -0
- data/README.md +1 -4
- data/Rakefile +56 -17
- data/lib/rasputin-jui.rb +7 -1
- data/lib/rasputin-jui/version.rb +1 -1
- data/vendor/assets/javascripts/sproutcore-jui.js +6171 -488
- data/vendor/assets/stylesheets/sproutcore-jui.css +769 -0
- metadata +34 -39
- data/lib/rasputin-jui/engine.rb +0 -6
- data/vendor/assets/javascripts/jquery-ui-19.js +0 -13804
- data/vendor/assets/stylesheets/aristo.css +0 -480
- data/vendor/assets/stylesheets/jquery-ui.css +0 -1444
@@ -1,480 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* jQuery UI CSS Framework 1.9m5
|
3
|
-
* Aristo Theme
|
4
|
-
*/
|
5
|
-
/* Component containers
|
6
|
-
----------------------------------*/
|
7
|
-
.ui-widget {
|
8
|
-
font-family: Arial,sans-serif;
|
9
|
-
font-size: 1em; }
|
10
|
-
|
11
|
-
.ui-widget .ui-widget {
|
12
|
-
font-size: 0.9em; }
|
13
|
-
|
14
|
-
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
|
15
|
-
font-family: Arial,sans-serif;
|
16
|
-
font-size: 1em; }
|
17
|
-
|
18
|
-
.ui-widget-content {
|
19
|
-
border: 1px solid #a7a7a7;
|
20
|
-
color: #262626;
|
21
|
-
background-color: white; }
|
22
|
-
|
23
|
-
.ui-widget-content a {
|
24
|
-
color: #262626; }
|
25
|
-
|
26
|
-
.ui-widget-header {
|
27
|
-
border: 1px solid #a7a7a7;
|
28
|
-
color: #262626;
|
29
|
-
font-weight: bold;
|
30
|
-
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #e7e7e7));
|
31
|
-
background-image: -webkit-linear-gradient(center top, #fefefe, #e7e7e7);
|
32
|
-
background-image: -moz-linear-gradient(center top, #fefefe, #e7e7e7);
|
33
|
-
background-image: -o-linear-gradient(center top, #fefefe, #e7e7e7);
|
34
|
-
background-image: -ms-linear-gradient(center top, #fefefe, #e7e7e7);
|
35
|
-
background-image: linear-gradient(center top, #fefefe, #e7e7e7); }
|
36
|
-
|
37
|
-
.ui-widget-header a {
|
38
|
-
color: #262626; }
|
39
|
-
|
40
|
-
.ui-icon {
|
41
|
-
display: inline-block; }
|
42
|
-
|
43
|
-
/* Interaction states
|
44
|
-
----------------------------------*/
|
45
|
-
/* Default State */
|
46
|
-
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
|
47
|
-
border: 1px solid #a7a7a7;
|
48
|
-
color: #262626;
|
49
|
-
font-weight: normal;
|
50
|
-
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #e7e7e7));
|
51
|
-
background-image: -webkit-linear-gradient(center top, #fefefe, #e7e7e7);
|
52
|
-
background-image: -moz-linear-gradient(center top, #fefefe, #e7e7e7);
|
53
|
-
background-image: -o-linear-gradient(center top, #fefefe, #e7e7e7);
|
54
|
-
background-image: -ms-linear-gradient(center top, #fefefe, #e7e7e7);
|
55
|
-
background-image: linear-gradient(center top, #fefefe, #e7e7e7); }
|
56
|
-
|
57
|
-
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
|
58
|
-
color: #262626;
|
59
|
-
text-decoration: none; }
|
60
|
-
|
61
|
-
/* Hover State */
|
62
|
-
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {
|
63
|
-
border: 1px solid #456ec8;
|
64
|
-
color: #262626;
|
65
|
-
font-weight: normal; }
|
66
|
-
|
67
|
-
.ui-state-hover a, .ui-state-hover a:hover {
|
68
|
-
color: #262626;
|
69
|
-
text-decoration: none; }
|
70
|
-
|
71
|
-
/* Focus */
|
72
|
-
.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
|
73
|
-
border: 1px solid #456ec8;
|
74
|
-
color: white;
|
75
|
-
font-weight: normal;
|
76
|
-
outline: none;
|
77
|
-
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7099f1), color-stop(100%, #5881d9));
|
78
|
-
background-image: -webkit-linear-gradient(center top, #7099f1, #5881d9);
|
79
|
-
background-image: -moz-linear-gradient(center top, #7099f1, #5881d9);
|
80
|
-
background-image: -o-linear-gradient(center top, #7099f1, #5881d9);
|
81
|
-
background-image: -ms-linear-gradient(center top, #7099f1, #5881d9);
|
82
|
-
background-image: linear-gradient(center top, #7099f1, #5881d9); }
|
83
|
-
|
84
|
-
/* Active State */
|
85
|
-
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
|
86
|
-
border: 1px solid #a7a7a7;
|
87
|
-
color: #262626;
|
88
|
-
font-weight: normal;
|
89
|
-
outline: none;
|
90
|
-
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e4e4e4), color-stop(100%, #d0d0d0));
|
91
|
-
background-image: -webkit-linear-gradient(center top, #e4e4e4, #d0d0d0);
|
92
|
-
background-image: -moz-linear-gradient(center top, #e4e4e4, #d0d0d0);
|
93
|
-
background-image: -o-linear-gradient(center top, #e4e4e4, #d0d0d0);
|
94
|
-
background-image: -ms-linear-gradient(center top, #e4e4e4, #d0d0d0);
|
95
|
-
background-image: linear-gradient(center top, #e4e4e4, #d0d0d0); }
|
96
|
-
|
97
|
-
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
|
98
|
-
color: #262626;
|
99
|
-
text-decoration: none; }
|
100
|
-
|
101
|
-
.ui-widget :active {
|
102
|
-
outline: none; }
|
103
|
-
|
104
|
-
/* Interaction Cues
|
105
|
-
----------------------------------*/
|
106
|
-
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
|
107
|
-
border: 1px solid #456ec8;
|
108
|
-
color: white;
|
109
|
-
background-color: #658ee6;
|
110
|
-
-moz-border-radius: 0 !important;
|
111
|
-
-webkit-border-radius: 0 !important;
|
112
|
-
-o-border-radius: 0 !important;
|
113
|
-
-ms-border-radius: 0 !important;
|
114
|
-
-khtml-border-radius: 0 !important;
|
115
|
-
border-radius: 0 !important; }
|
116
|
-
|
117
|
-
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
|
118
|
-
color: white; }
|
119
|
-
|
120
|
-
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
|
121
|
-
border: 1px solid #cd0a0a;
|
122
|
-
color: #cd0a0a; }
|
123
|
-
|
124
|
-
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
|
125
|
-
color: #cd0a0a; }
|
126
|
-
|
127
|
-
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
|
128
|
-
color: #cd0a0a; }
|
129
|
-
|
130
|
-
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
|
131
|
-
font-weight: bold; }
|
132
|
-
|
133
|
-
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
|
134
|
-
font-weight: normal;
|
135
|
-
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
|
136
|
-
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
|
137
|
-
opacity: 0.7; }
|
138
|
-
|
139
|
-
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
|
140
|
-
color: #c7c7c7;
|
141
|
-
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
|
142
|
-
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
|
143
|
-
opacity: 0.95; }
|
144
|
-
|
145
|
-
/* Misc visuals
|
146
|
-
----------------------------------*/
|
147
|
-
/* Corner radius */
|
148
|
-
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
|
149
|
-
-moz-border-radius-topleft: 3px;
|
150
|
-
-webkit-border-top-left-radius: 3px;
|
151
|
-
-o-border-top-left-radius: 3px;
|
152
|
-
-ms-border-top-left-radius: 3px;
|
153
|
-
-khtml-border-top-left-radius: 3px;
|
154
|
-
border-top-left-radius: 3px; }
|
155
|
-
|
156
|
-
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
|
157
|
-
-moz-border-radius-topright: 3px;
|
158
|
-
-webkit-border-top-right-radius: 3px;
|
159
|
-
-o-border-top-right-radius: 3px;
|
160
|
-
-ms-border-top-right-radius: 3px;
|
161
|
-
-khtml-border-top-right-radius: 3px;
|
162
|
-
border-top-right-radius: 3px; }
|
163
|
-
|
164
|
-
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
|
165
|
-
-moz-border-radius-bottomleft: 3px;
|
166
|
-
-webkit-border-bottom-left-radius: 3px;
|
167
|
-
-o-border-bottom-left-radius: 3px;
|
168
|
-
-ms-border-bottom-left-radius: 3px;
|
169
|
-
-khtml-border-bottom-left-radius: 3px;
|
170
|
-
border-bottom-left-radius: 3px; }
|
171
|
-
|
172
|
-
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
|
173
|
-
-moz-border-radius-bottomright: 3px;
|
174
|
-
-webkit-border-bottom-right-radius: 3px;
|
175
|
-
-o-border-bottom-right-radius: 3px;
|
176
|
-
-ms-border-bottom-right-radius: 3px;
|
177
|
-
-khtml-border-bottom-right-radius: 3px;
|
178
|
-
border-bottom-right-radius: 3px; }
|
179
|
-
|
180
|
-
/* Overlays */
|
181
|
-
.ui-widget-overlay {
|
182
|
-
background: #262b33;
|
183
|
-
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
|
184
|
-
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
|
185
|
-
opacity: 0.7; }
|
186
|
-
|
187
|
-
.ui-widget-shadow {
|
188
|
-
margin: -8px 0 0 -8px;
|
189
|
-
padding: 8px;
|
190
|
-
background: #000000;
|
191
|
-
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
|
192
|
-
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
|
193
|
-
opacity: 0.3;
|
194
|
-
-moz-border-radius: 8px;
|
195
|
-
-webkit-border-radius: 8px;
|
196
|
-
-o-border-radius: 8px;
|
197
|
-
-ms-border-radius: 8px;
|
198
|
-
-khtml-border-radius: 8px;
|
199
|
-
border-radius: 8px; }
|
200
|
-
|
201
|
-
/* Widgets */
|
202
|
-
/* Button */
|
203
|
-
.ui-button {
|
204
|
-
-moz-transition-property: all;
|
205
|
-
-webkit-transition-property: all;
|
206
|
-
-o-transition-property: all;
|
207
|
-
transition-property: all;
|
208
|
-
-moz-transition-duration: 0.15s;
|
209
|
-
-webkit-transition-duration: 0.15s;
|
210
|
-
-o-transition-duration: 0.15s;
|
211
|
-
transition-duration: 0.15s;
|
212
|
-
-moz-transition-timing-function: ease-in-out;
|
213
|
-
-webkit-transition-timing-function: ease-in-out;
|
214
|
-
-o-transition-timing-function: ease-in-out;
|
215
|
-
transition-timing-function: ease-in-out; }
|
216
|
-
|
217
|
-
.ui-button-text-only .ui-button-text, input.ui-button {
|
218
|
-
font-size: .7em;
|
219
|
-
font-weight: bold; }
|
220
|
-
|
221
|
-
input.ui-button {
|
222
|
-
padding: .5em 1em; }
|
223
|
-
|
224
|
-
.ui-button.ui-state-hover:not(.ui-state-active) {
|
225
|
-
-moz-box-shadow: #658ee6 0px 0px 5px;
|
226
|
-
-webkit-box-shadow: #658ee6 0px 0px 5px;
|
227
|
-
-o-box-shadow: #658ee6 0px 0px 5px;
|
228
|
-
box-shadow: #658ee6 0px 0px 5px; }
|
229
|
-
|
230
|
-
.ui-button.ui-state-active {
|
231
|
-
-moz-box-shadow: none;
|
232
|
-
-webkit-box-shadow: none;
|
233
|
-
-o-box-shadow: none;
|
234
|
-
box-shadow: none; }
|
235
|
-
|
236
|
-
/* UI Tabs */
|
237
|
-
.ui-tabs {
|
238
|
-
border: 0; }
|
239
|
-
|
240
|
-
.ui-tabs .ui-tabs-nav {
|
241
|
-
margin: 0;
|
242
|
-
padding: 0;
|
243
|
-
background: transparent;
|
244
|
-
border-width: 0 0 1px 0;
|
245
|
-
-moz-border-radius: 0;
|
246
|
-
-webkit-border-radius: 0;
|
247
|
-
-o-border-radius: 0;
|
248
|
-
-ms-border-radius: 0;
|
249
|
-
-khtml-border-radius: 0;
|
250
|
-
border-radius: 0; }
|
251
|
-
|
252
|
-
.ui-tabs .ui-tabs-nav li {
|
253
|
-
top: 1px;
|
254
|
-
margin: 0 .2em 1px 0;
|
255
|
-
border-bottom: 0 !important;
|
256
|
-
padding: 0;
|
257
|
-
white-space: nowrap; }
|
258
|
-
|
259
|
-
.ui-tabs .ui-tabs-nav li a {
|
260
|
-
padding: .5em 1em;
|
261
|
-
text-decoration: none;
|
262
|
-
text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0; }
|
263
|
-
|
264
|
-
.ui-tabs .ui-tabs-panel {
|
265
|
-
-moz-border-radius: 0;
|
266
|
-
-webkit-border-radius: 0;
|
267
|
-
-o-border-radius: 0;
|
268
|
-
-ms-border-radius: 0;
|
269
|
-
-khtml-border-radius: 0;
|
270
|
-
border-radius: 0; }
|
271
|
-
|
272
|
-
/* UI Autocomplete */
|
273
|
-
.ui-autocomplete {
|
274
|
-
-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 5px;
|
275
|
-
-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 5px;
|
276
|
-
-o-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 5px;
|
277
|
-
box-shadow: rgba(0, 0, 0, 0.3) 0 1px 5px; }
|
278
|
-
|
279
|
-
/* UI Menu */
|
280
|
-
.ui-menu .ui-menu-item a.ui-state-hover,
|
281
|
-
.ui-menu .ui-menu-item a.ui-state-active {
|
282
|
-
background: #5f83b9;
|
283
|
-
color: #FFFFFF;
|
284
|
-
border-color: #466086;
|
285
|
-
text-shadow: #234386 0px 1px 1px;
|
286
|
-
-moz-border-radius: 0;
|
287
|
-
-webkit-border-radius: 0;
|
288
|
-
-o-border-radius: 0;
|
289
|
-
-ms-border-radius: 0;
|
290
|
-
-khtml-border-radius: 0;
|
291
|
-
border-radius: 0; }
|
292
|
-
|
293
|
-
/* UI Dialog */
|
294
|
-
.ui-dialog {
|
295
|
-
padding: 0;
|
296
|
-
-moz-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 12px;
|
297
|
-
-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 12px;
|
298
|
-
-o-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 12px;
|
299
|
-
box-shadow: rgba(0, 0, 0, 0.6) 0 2px 12px; }
|
300
|
-
.ui-dialog .ui-dialog-titlebar {
|
301
|
-
border: none;
|
302
|
-
border-bottom: 1px solid #a7a7a7;
|
303
|
-
-moz-border-radius: 0;
|
304
|
-
-webkit-border-radius: 0;
|
305
|
-
-o-border-radius: 0;
|
306
|
-
-ms-border-radius: 0;
|
307
|
-
-khtml-border-radius: 0;
|
308
|
-
border-radius: 0; }
|
309
|
-
.ui-dialog .ui-dialog-title {
|
310
|
-
text-shadow: rgba(255, 255, 255, 0.5) 0 1px 0; }
|
311
|
-
|
312
|
-
/* UI Slider */
|
313
|
-
.ui-slider {
|
314
|
-
background: #d6d6d6;
|
315
|
-
-moz-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px inset;
|
316
|
-
-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px inset;
|
317
|
-
-o-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px inset;
|
318
|
-
box-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px inset; }
|
319
|
-
.ui-slider .ui-slider-handle {
|
320
|
-
width: 20px;
|
321
|
-
height: 20px;
|
322
|
-
border: none;
|
323
|
-
outline: none;
|
324
|
-
background-position: 0px 0px;
|
325
|
-
-moz-box-shadow: none;
|
326
|
-
-webkit-box-shadow: none;
|
327
|
-
-o-box-shadow: none;
|
328
|
-
box-shadow: none; }
|
329
|
-
.ui-slider .ui-slider-handle.ui-state-active {
|
330
|
-
background-position: 0px -20px; }
|
331
|
-
.ui-slider .ui-slider-range {
|
332
|
-
background: #658ee6;
|
333
|
-
-moz-box-shadow: rgba(17, 35, 45, 0.6) 0 1px 2px inset;
|
334
|
-
-webkit-box-shadow: rgba(17, 35, 45, 0.6) 0 1px 2px inset;
|
335
|
-
-o-box-shadow: rgba(17, 35, 45, 0.6) 0 1px 2px inset;
|
336
|
-
box-shadow: rgba(17, 35, 45, 0.6) 0 1px 2px inset; }
|
337
|
-
|
338
|
-
.ui-slider-horizontal {
|
339
|
-
height: 5px; }
|
340
|
-
.ui-slider-horizontal .ui-slider-handle {
|
341
|
-
top: -8px;
|
342
|
-
margin-left: -13px; }
|
343
|
-
|
344
|
-
/* UI Spinner */
|
345
|
-
.ui-spinner .ui-spinner-input {
|
346
|
-
position: relative;
|
347
|
-
top: 2px;
|
348
|
-
outline: none;
|
349
|
-
border: none;
|
350
|
-
-moz-box-shadow: none;
|
351
|
-
-webkit-box-shadow: none;
|
352
|
-
-o-box-shadow: none;
|
353
|
-
box-shadow: none; }
|
354
|
-
.ui-spinner .ui-spinner-input:hover {
|
355
|
-
-moz-box-shadow: none;
|
356
|
-
-webkit-box-shadow: none;
|
357
|
-
-o-box-shadow: none;
|
358
|
-
box-shadow: none; }
|
359
|
-
.ui-spinner .ui-spinner-input:focus {
|
360
|
-
border: none;
|
361
|
-
-moz-box-shadow: none;
|
362
|
-
-webkit-box-shadow: none;
|
363
|
-
-o-box-shadow: none;
|
364
|
-
box-shadow: none; }
|
365
|
-
|
366
|
-
/* UI Datepicker */
|
367
|
-
.ui-datepicker {
|
368
|
-
padding: 0;
|
369
|
-
-moz-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 12px;
|
370
|
-
-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 12px;
|
371
|
-
-o-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 12px;
|
372
|
-
box-shadow: rgba(0, 0, 0, 0.6) 0 2px 12px; }
|
373
|
-
.ui-datepicker .ui-datepicker-header {
|
374
|
-
border: none;
|
375
|
-
border-bottom: 1px solid #a7a7a7;
|
376
|
-
-moz-border-radius: 0;
|
377
|
-
-webkit-border-radius: 0;
|
378
|
-
-o-border-radius: 0;
|
379
|
-
-ms-border-radius: 0;
|
380
|
-
-khtml-border-radius: 0;
|
381
|
-
border-radius: 0; }
|
382
|
-
.ui-datepicker .ui-state-default {
|
383
|
-
background-image: none; }
|
384
|
-
.ui-datepicker .ui-state-active {
|
385
|
-
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e4e4e4), color-stop(100%, #d0d0d0));
|
386
|
-
background-image: -webkit-linear-gradient(center top, #e4e4e4, #d0d0d0);
|
387
|
-
background-image: -moz-linear-gradient(center top, #e4e4e4, #d0d0d0);
|
388
|
-
background-image: -o-linear-gradient(center top, #e4e4e4, #d0d0d0);
|
389
|
-
background-image: -ms-linear-gradient(center top, #e4e4e4, #d0d0d0);
|
390
|
-
background-image: linear-gradient(center top, #e4e4e4, #d0d0d0); }
|
391
|
-
|
392
|
-
/* UI Progressbar */
|
393
|
-
.ui-progressbar {
|
394
|
-
height: 12px;
|
395
|
-
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #e7e7e7));
|
396
|
-
background-image: -webkit-linear-gradient(center top, #fefefe, #e7e7e7);
|
397
|
-
background-image: -moz-linear-gradient(center top, #fefefe, #e7e7e7);
|
398
|
-
background-image: -o-linear-gradient(center top, #fefefe, #e7e7e7);
|
399
|
-
background-image: -ms-linear-gradient(center top, #fefefe, #e7e7e7);
|
400
|
-
background-image: linear-gradient(center top, #fefefe, #e7e7e7); }
|
401
|
-
.ui-progressbar .ui-progressbar-value {
|
402
|
-
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e4e4e4), color-stop(100%, #d0d0d0));
|
403
|
-
background-image: -webkit-linear-gradient(center top, #e4e4e4, #d0d0d0);
|
404
|
-
background-image: -moz-linear-gradient(center top, #e4e4e4, #d0d0d0);
|
405
|
-
background-image: -o-linear-gradient(center top, #e4e4e4, #d0d0d0);
|
406
|
-
background-image: -ms-linear-gradient(center top, #e4e4e4, #d0d0d0);
|
407
|
-
background-image: linear-gradient(center top, #e4e4e4, #d0d0d0); }
|
408
|
-
|
409
|
-
/* UI Tooltip */
|
410
|
-
.ui-tooltip {
|
411
|
-
-moz-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 12px;
|
412
|
-
-webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 12px;
|
413
|
-
-o-box-shadow: rgba(0, 0, 0, 0.6) 0 2px 12px;
|
414
|
-
box-shadow: rgba(0, 0, 0, 0.6) 0 2px 12px; }
|
415
|
-
|
416
|
-
/* SC Controls */
|
417
|
-
.sc-checkbox input[type="checkbox"], .ui-slider .ui-slider-handle {
|
418
|
-
background-image: url('data:image/png;base64,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');
|
419
|
-
background-repeat: no-repeat; }
|
420
|
-
|
421
|
-
.sc-checkbox input[type="checkbox"] {
|
422
|
-
width: 23px;
|
423
|
-
height: 23px;
|
424
|
-
background-position: 0 0;
|
425
|
-
-moz-appearance: none;
|
426
|
-
-webkit-appearance: none;
|
427
|
-
appearance: none; }
|
428
|
-
.sc-checkbox input[type="checkbox"]:hover {
|
429
|
-
background-position: -46px 0; }
|
430
|
-
.sc-checkbox input[type="checkbox"]:active {
|
431
|
-
background-position: -69px 0; }
|
432
|
-
.sc-checkbox input[type="checkbox"]:disabled {
|
433
|
-
background-position: -184px 0; }
|
434
|
-
.sc-checkbox input[type="checkbox"]:checked {
|
435
|
-
background-position: -92px 0; }
|
436
|
-
.sc-checkbox input[type="checkbox"]:checked:hover {
|
437
|
-
background-position: -138px 0; }
|
438
|
-
.sc-checkbox input[type="checkbox"]:checked:active {
|
439
|
-
background-position: -161px 0; }
|
440
|
-
.sc-checkbox input[type="checkbox"]:checked:disabled {
|
441
|
-
background-position: -207px 0; }
|
442
|
-
|
443
|
-
textarea.sc-text-area, input.sc-text-field {
|
444
|
-
border: 1px solid #a7a7a7;
|
445
|
-
outline: none;
|
446
|
-
-moz-border-radius: 2px;
|
447
|
-
-webkit-border-radius: 2px;
|
448
|
-
-o-border-radius: 2px;
|
449
|
-
-ms-border-radius: 2px;
|
450
|
-
-khtml-border-radius: 2px;
|
451
|
-
border-radius: 2px;
|
452
|
-
-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
453
|
-
-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
454
|
-
-o-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
455
|
-
box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
456
|
-
-moz-transition-property: all;
|
457
|
-
-webkit-transition-property: all;
|
458
|
-
-o-transition-property: all;
|
459
|
-
transition-property: all;
|
460
|
-
-moz-transition-duration: 0.15s;
|
461
|
-
-webkit-transition-duration: 0.15s;
|
462
|
-
-o-transition-duration: 0.15s;
|
463
|
-
transition-duration: 0.15s;
|
464
|
-
-moz-transition-timing-function: ease-in-out;
|
465
|
-
-webkit-transition-timing-function: ease-in-out;
|
466
|
-
-o-transition-timing-function: ease-in-out;
|
467
|
-
transition-timing-function: ease-in-out; }
|
468
|
-
|
469
|
-
textarea.sc-text-area:hover, input.sc-text-field:hover {
|
470
|
-
-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
471
|
-
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
472
|
-
-o-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
473
|
-
box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px inset, rgba(255, 255, 255, 0.2) 0 1px 0; }
|
474
|
-
|
475
|
-
textarea.sc-text-area:focus, input.sc-text-field:focus {
|
476
|
-
border: 1px solid #95bdd4;
|
477
|
-
-moz-box-shadow: #658ee6 0 1px 2px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
478
|
-
-webkit-box-shadow: #658ee6 0 1px 2px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
479
|
-
-o-box-shadow: #658ee6 0 1px 2px inset, rgba(255, 255, 255, 0.2) 0 1px 0;
|
480
|
-
box-shadow: #658ee6 0 1px 2px inset, rgba(255, 255, 255, 0.2) 0 1px 0; }
|