danoniplus 32.7.0 → 33.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/danoni_main.css +491 -1
- package/js/danoni_main.js +419 -166
- package/js/lib/danoni_constants.js +46 -7
- package/package.json +1 -1
- package/skin/danoni_skin_default.css +193 -425
- package/skin/danoni_skin_light.css +193 -425
- package/skin/danoni_skin_skyblue.css +193 -425
- package/skin/danoni_skin_blank.css +0 -1
- package/skin/danoni_skin_blank.js +0 -75
|
@@ -5,432 +5,200 @@
|
|
|
5
5
|
スキンcssファイル (light)
|
|
6
6
|
|
|
7
7
|
Created : 2019/11/04
|
|
8
|
-
Revised : 2023/
|
|
8
|
+
Revised : 2023/07/29 (v33.0.0)
|
|
9
9
|
|
|
10
10
|
https://github.com/cwtickle/danoniplus
|
|
11
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
|
-
border-
|
|
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
|
-
background-color: #555555;
|
|
205
|
-
color: #cccccc;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
/* 結果画面:項目、設定値 */
|
|
209
|
-
.result_lbl {
|
|
210
|
-
color: #333333;
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
.result_style {
|
|
214
|
-
color: #111111;
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
/* 結果画面:判定名 */
|
|
218
|
-
.common_ii {
|
|
219
|
-
color: #009999;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
.common_shakin {
|
|
223
|
-
color: #009900;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
.common_matari {
|
|
227
|
-
color: #cc8800;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
.common_shobon {
|
|
231
|
-
color: #0000cc;
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
.common_uwan {
|
|
235
|
-
color: #cc0000;
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
.common_kita {
|
|
239
|
-
color: #999900;
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
.common_iknai {
|
|
243
|
-
color: #669900;
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
.common_combo {
|
|
247
|
-
color: #000000;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
.common_score {
|
|
251
|
-
color: #000000;
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
/* 結果画面:枠 */
|
|
255
|
-
.result_PlayDataWindow {
|
|
256
|
-
border: solid 0.5px #666666;
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
/* 結果画面:スコア */
|
|
260
|
-
.result_score {
|
|
261
|
-
color: #000000;
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
/* 結果画面:ハイスコア差分、ハイスコア時のカラー */
|
|
265
|
-
.result_scoreHiBlanket {
|
|
266
|
-
color: #222222;
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
.result_scoreHi {
|
|
270
|
-
color: #000000;
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
.result_scoreHiPlus {
|
|
274
|
-
color: #777700;
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
/* 結果画面:ハイスコア更新外の表示色 */
|
|
278
|
-
.result_noRecord {
|
|
279
|
-
color: #222222;
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
/* 結果画面:完全PF、PF、FC、Cleared、Failed */
|
|
283
|
-
.result_AllPerfect {
|
|
284
|
-
color: #999999;
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
.result_Perfect {
|
|
288
|
-
color: #999900;
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
.result_FullCombo {
|
|
292
|
-
color: #007777;
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
.result_Cleared {
|
|
296
|
-
color: #666600;
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
.result_Failed {
|
|
300
|
-
color: #990000;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
.result_Window::first-letter {
|
|
304
|
-
font-size: 80px;
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
/* ボタン */
|
|
308
|
-
/* Click Here */
|
|
309
|
-
.button_Start {
|
|
310
|
-
color: #000000;
|
|
311
|
-
background-color: #dddddd;
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
.button_Start:hover {
|
|
315
|
-
color: #000000;
|
|
316
|
-
background-color: #999999;
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
/* デフォルト */
|
|
320
|
-
.button_Default {
|
|
321
|
-
color: #000000;
|
|
322
|
-
background-color: #eeeeee;
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
.button_Default:hover {
|
|
326
|
-
color: #000000;
|
|
327
|
-
background-color: #bbbbbb;
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
/* デフォルト(色指定なし) */
|
|
331
|
-
.button_Default_NoColor {
|
|
332
|
-
background-color: #00000000;
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
.button_Default_NoColor:hover {
|
|
336
|
-
background-color: #bbbbbb;
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
/* カーソル */
|
|
340
|
-
.button_Mini {
|
|
341
|
-
color: #000000;
|
|
342
|
-
background-color: #cccccc;
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
.button_Mini:hover {
|
|
346
|
-
color: #000000;
|
|
347
|
-
background-color: #999999;
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
/* 戻る */
|
|
351
|
-
.button_Back {
|
|
352
|
-
color: #000000;
|
|
353
|
-
background-color: #ccccff;
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
.button_Back:hover {
|
|
357
|
-
color: #000000;
|
|
358
|
-
background-color: #9999ff;
|
|
359
|
-
}
|
|
360
|
-
|
|
361
|
-
/* 設定 */
|
|
362
|
-
.button_Setting {
|
|
363
|
-
color: #000000;
|
|
364
|
-
background-color: #ffffcc;
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
.button_Setting:hover {
|
|
368
|
-
color: #000000;
|
|
369
|
-
background-color: #ffff66;
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
/* 進む */
|
|
373
|
-
.button_Next {
|
|
374
|
-
color: #000000;
|
|
375
|
-
background-color: #ffcccc;
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
.button_Next:hover {
|
|
379
|
-
color: #000000;
|
|
380
|
-
background-color: #ff9999;
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
/* リセット */
|
|
384
|
-
.button_Reset {
|
|
385
|
-
color: #000000;
|
|
386
|
-
background-color: #ccffcc;
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
.button_Reset:hover {
|
|
390
|
-
color: #000000;
|
|
391
|
-
background-color: #99ff99;
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
/* ツイート */
|
|
395
|
-
.button_Tweet {
|
|
396
|
-
color: #000000;
|
|
397
|
-
background-color: #ccffff;
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
.button_Tweet:hover {
|
|
401
|
-
color: #000000;
|
|
402
|
-
background-color: #66ffff;
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
/* ボタン:ON/OFF */
|
|
406
|
-
.button_OFF {
|
|
407
|
-
color: #cccccc;
|
|
408
|
-
border-color: #00000000 #cccccc;
|
|
409
|
-
}
|
|
410
|
-
|
|
411
|
-
.button_ON {
|
|
412
|
-
color: #000000;
|
|
413
|
-
border-color: #00000000 #333333;
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
/* ボタン:ON/OFF リバース用 */
|
|
417
|
-
.button_RevOFF {
|
|
418
|
-
color: #666666;
|
|
419
|
-
border-color: #00000000 #666666;
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
.button_RevON {
|
|
423
|
-
color: #000000;
|
|
424
|
-
border-color: #00000000 #557733;
|
|
425
|
-
}
|
|
426
|
-
|
|
427
|
-
/* ボタン:ON/OFF 無効化ボタン用 */
|
|
428
|
-
.button_DisabledOFF {
|
|
429
|
-
color: #999999;
|
|
430
|
-
background-color: #333333;
|
|
431
|
-
}
|
|
432
|
-
|
|
433
|
-
.button_DisabledON {
|
|
434
|
-
color: #ffffff;
|
|
435
|
-
background-color: #009999;
|
|
12
|
+
|
|
13
|
+
:root {
|
|
14
|
+
/* 背景 */
|
|
15
|
+
--background: linear-gradient(#dddddd, #ffffff);
|
|
16
|
+
/* --back-chartDetail: var(--background); */
|
|
17
|
+
/* --back-difListL: var(--background); */
|
|
18
|
+
/* --back-difListR: var(--back-difListL, var(--background)); */
|
|
19
|
+
|
|
20
|
+
/* タイトル共通色 */
|
|
21
|
+
--title-base: #222222;
|
|
22
|
+
|
|
23
|
+
/* 画面タイトル色 */
|
|
24
|
+
--title-dancing: #000099;
|
|
25
|
+
--title-onigiri: #990000;
|
|
26
|
+
--title-star: #999900;
|
|
27
|
+
--title-display: #777700;
|
|
28
|
+
|
|
29
|
+
/* タイトルサイズ */
|
|
30
|
+
--title-siz-x: 40px;
|
|
31
|
+
|
|
32
|
+
/* 設定別ヘッダー */
|
|
33
|
+
--settings-difficulty-x: #990000;
|
|
34
|
+
--settings-speed-x: #777700;
|
|
35
|
+
--settings-motion-x: #667700;
|
|
36
|
+
--settings-scroll-x: #557733;
|
|
37
|
+
--settings-shuffle-x: #337733;
|
|
38
|
+
--settings-autoPlay-x: #337744;
|
|
39
|
+
--settings-gauge-x: #227755;
|
|
40
|
+
--settings-adjustment-x: #007777;
|
|
41
|
+
--settings-fadein-x: #005577;
|
|
42
|
+
--settings-volume-x: #003377;
|
|
43
|
+
--settings-appearance-x: #9900ff;
|
|
44
|
+
--settings-opacity-x: #cc00ff;
|
|
45
|
+
--settings-hitPosition-x: #ff00ff;
|
|
46
|
+
|
|
47
|
+
/* 譜面選択部分背景 */
|
|
48
|
+
--settings-difSelector: #eeeeee;
|
|
49
|
+
|
|
50
|
+
/* 設定無効化時 */
|
|
51
|
+
--settings-disabled-x: #999999;
|
|
52
|
+
|
|
53
|
+
/* フェードインバー */
|
|
54
|
+
--settings-fadeinBar-x: #000000;
|
|
55
|
+
|
|
56
|
+
/* ゲージ表示 (可変) */
|
|
57
|
+
--settings-lifeVal-x: #996600;
|
|
58
|
+
|
|
59
|
+
/* ゲージ設定枠 */
|
|
60
|
+
--settings-bc-gaugeTable: #222222;
|
|
61
|
+
--settings-slice-gaugeTable-x: 1;
|
|
62
|
+
--settings-border-gaugeTable-x: 1px;
|
|
63
|
+
|
|
64
|
+
/* キーコンフィグ関連 */
|
|
65
|
+
--keyconfig-warning-x: #999900;
|
|
66
|
+
--keyconfig-imgType-x: #003377;
|
|
67
|
+
--keyconfig-colorType-x: #773300;
|
|
68
|
+
--keyconfig-changekey-x: #999900;
|
|
69
|
+
--keyconfig-defaultkey-x: #000099;
|
|
70
|
+
|
|
71
|
+
/* 判定 */
|
|
72
|
+
--common-ii: #009999;
|
|
73
|
+
--common-shakin: #009900;
|
|
74
|
+
--common-matari: #cc8800;
|
|
75
|
+
--common-shobon: #0000cc;
|
|
76
|
+
--common-uwan: #cc0000;
|
|
77
|
+
--common-kita: #999900;
|
|
78
|
+
--common-iknai: #669900;
|
|
79
|
+
--common-combo: #000000;
|
|
80
|
+
--common-score-x: #000000;
|
|
81
|
+
/* --common-comboJ: var(--common-kita); */
|
|
82
|
+
/* --common-comboFJ: var(--common-ii); */
|
|
83
|
+
/* --common-diffFast: var(--common-matari); */
|
|
84
|
+
/* --common-diffSlow: var(--common-shobon); */
|
|
85
|
+
/* --common-estAdj: var(--common-shakin); */
|
|
86
|
+
/* --common-excessive: var(--common-kita); */
|
|
87
|
+
|
|
88
|
+
/* ステップゾーン */
|
|
89
|
+
--main-stepKeyDown: #009999;
|
|
90
|
+
--main-stepDefault: #666666;
|
|
91
|
+
--main-stepDummy: #666666;
|
|
92
|
+
--main-stepIi: var(--common-ii);
|
|
93
|
+
--main-stepShakin: var(--common-shakin);
|
|
94
|
+
--main-stepMatari: var(--common-matari);
|
|
95
|
+
--main-stepShobon: var(--common-shobon);
|
|
96
|
+
--main-stepExcessive: #999900;
|
|
97
|
+
--main-objStepShadow: #eeeeee;
|
|
98
|
+
--main-objFrzShadow: #666666;
|
|
99
|
+
--main-frzHitTop: #cccccc;
|
|
100
|
+
|
|
101
|
+
/* ライフゲージ */
|
|
102
|
+
--life-max: #cccc66;
|
|
103
|
+
--life-cleared: #66cccc;
|
|
104
|
+
--life-failed: #999999;
|
|
105
|
+
|
|
106
|
+
/* ライフゲージ本体 */
|
|
107
|
+
--life-background: #cccccc;
|
|
108
|
+
--life-bg-border: #555555;
|
|
109
|
+
--life-color-border-x: #cccccc;
|
|
110
|
+
|
|
111
|
+
/* 結果画面 */
|
|
112
|
+
--result-lbl-x: #333333;
|
|
113
|
+
--result-style-x: #111111;
|
|
114
|
+
|
|
115
|
+
--result-bc-playwindow: #666666;
|
|
116
|
+
--result-slice-playwindow-x: 1;
|
|
117
|
+
--result-border-playwindow-x: 1px;
|
|
118
|
+
|
|
119
|
+
--result-score-x: #000000;
|
|
120
|
+
--result-scoreHiBracket-x: #222222;
|
|
121
|
+
--result-scoreHi-x: #000000;
|
|
122
|
+
--result-scoreHiPlus-x: #777700;
|
|
123
|
+
--result-noRecord-x: #222222;
|
|
124
|
+
|
|
125
|
+
--result-allPerfect: #999999;
|
|
126
|
+
--result-perfect: #999900;
|
|
127
|
+
--result-fullCombo: #007777;
|
|
128
|
+
--result-cleared: #666600;
|
|
129
|
+
--result-failed: #990000;
|
|
130
|
+
|
|
131
|
+
/* 結果画面のCleared/Failedを表示している文字のサイズ */
|
|
132
|
+
--result-siz-window-x: 80px;
|
|
133
|
+
|
|
134
|
+
/* ボタン */
|
|
135
|
+
/* Click Here */
|
|
136
|
+
--button-bg-start: #dddddd;
|
|
137
|
+
--button-color-start-x: #000000;
|
|
138
|
+
--button-bgHover-start: #999999;
|
|
139
|
+
--button-colorHover-start-x: #000000;
|
|
140
|
+
|
|
141
|
+
/* 汎用 */
|
|
142
|
+
--button-bg-default: #eeeeee;
|
|
143
|
+
--button-color-default-x: #000000;
|
|
144
|
+
--button-bgHover-default: #bbbbbb;
|
|
145
|
+
--button-colorHover-default-x: #000000;
|
|
146
|
+
|
|
147
|
+
/* 汎用(背景が透明) */
|
|
148
|
+
--button-bg-defaultNo: #00000000;
|
|
149
|
+
--button-bgHover-defaultNo: #bbbbbb;
|
|
150
|
+
|
|
151
|
+
/* 設定用ミニボタン */
|
|
152
|
+
--button-bg-mini: #cccccc;
|
|
153
|
+
--button-color-mini-x: #000000;
|
|
154
|
+
--button-bgHover-mini: #999999;
|
|
155
|
+
--button-colorHover-mini-x: #000000;
|
|
156
|
+
|
|
157
|
+
/* 戻るボタン */
|
|
158
|
+
--button-bg-back: #ccccff;
|
|
159
|
+
--button-color-back-x: #000000;
|
|
160
|
+
--button-bgHover-back: #9999ff;
|
|
161
|
+
--button-colorHover-back-x: #000000;
|
|
162
|
+
|
|
163
|
+
/* 設定ボタン */
|
|
164
|
+
--button-bg-setting: #ffffcc;
|
|
165
|
+
--button-color-setting-x: #000000;
|
|
166
|
+
--button-bgHover-setting: #ffff66;
|
|
167
|
+
--button-colorHover-setting-x: #000000;
|
|
168
|
+
|
|
169
|
+
/* 開始ボタン */
|
|
170
|
+
--button-bg-next: #ffcccc;
|
|
171
|
+
--button-color-next-x: #000000;
|
|
172
|
+
--button-bgHover-next: #ff9999;
|
|
173
|
+
--button-colorHover-next-x: #000000;
|
|
174
|
+
|
|
175
|
+
/* リセットボタン */
|
|
176
|
+
--button-bg-reset: #ccffcc;
|
|
177
|
+
--button-color-reset-x: #000000;
|
|
178
|
+
--button-bgHover-reset: #99ff99;
|
|
179
|
+
--button-colorHover-reset-x: #000000;
|
|
180
|
+
|
|
181
|
+
/* 外部SNSボタン */
|
|
182
|
+
--button-bg-sns: #ccffff;
|
|
183
|
+
--button-color-sns-x: #000000;
|
|
184
|
+
--button-bgHover-sns: #66ffff;
|
|
185
|
+
--button-colorHover-sns-x: #000000;
|
|
186
|
+
|
|
187
|
+
/* ON/OFFボタン */
|
|
188
|
+
--button-color-off-x: #cccccc;
|
|
189
|
+
--button-border-off-x: #00000000 #cccccc;
|
|
190
|
+
--button-color-on-x: #000000;
|
|
191
|
+
--button-border-on-x: #00000000 #333333;
|
|
192
|
+
|
|
193
|
+
/* ON/OFFボタン Reverse用 */
|
|
194
|
+
--button-color-offRev-x: #666666;
|
|
195
|
+
--button-border-offRev-x: #00000000 #666666;
|
|
196
|
+
--button-color-onRev-x: #000000;
|
|
197
|
+
--button-border-onRev-x: #00000000 #557733;
|
|
198
|
+
|
|
199
|
+
/* ON/OFFボタン 無効時 */
|
|
200
|
+
--button-bg-offDisabled: #999999;
|
|
201
|
+
--button-color-offDisabled-x: #333333;
|
|
202
|
+
--button-bg-onDisabled: #ffffff;
|
|
203
|
+
--button-color-onDisabled-x: #009999;
|
|
436
204
|
}
|