run:R W Run
11.6 KB
2026-04-08 19:26:19
R W Run
5.13 KB
2026-04-08 19:26:19
R W Run
237 By
2026-04-08 19:26:19
R W Run
1.23 KB
2026-04-08 19:26:18
R W Run
23.33 KB
2026-04-08 19:26:19
R W Run
250 By
2026-04-08 19:26:18
R W Run
2.64 KB
2026-04-08 19:26:18
R W Run
118.61 KB
2026-04-08 19:26:17
R W Run
7.84 KB
2026-04-08 19:26:20
R W Run
2.39 KB
2026-04-08 19:26:19
R W Run
152.8 KB
2026-04-08 19:26:18
R W Run
20.99 KB
2026-04-08 19:26:19
R W Run
9.83 KB
2026-04-08 19:26:20
R W Run
5.24 KB
2026-04-08 19:26:20
R W Run
42 By
2026-04-08 19:26:18
R W Run
2.32 KB
2026-04-08 19:26:18
R W Run
3.28 KB
2026-04-08 19:26:18
R W Run
2.15 KB
2026-04-08 19:26:19
R W Run
2.81 KB
2026-04-08 19:26:20
R W Run
2.25 KB
2026-04-08 19:26:18
R W Run
2.04 KB
2026-04-08 19:26:18
R W Run
2.05 KB
2026-04-08 19:26:19
R W Run
16.79 KB
2026-04-08 19:26:18
R W Run
14.76 KB
2026-04-08 19:26:20
R W Run
11.68 KB
2026-04-08 19:26:20
R W Run
1.41 KB
2026-04-08 19:26:19
R W Run
1.59 KB
2026-04-08 19:26:19
R W Run
7.74 KB
2026-04-08 19:26:19
R W Run
9.51 KB
2026-04-08 19:26:20
R W Run
3.29 KB
2026-04-08 19:26:19
R W Run
2.74 KB
2026-04-08 19:26:19
R W Run
10.35 KB
2026-04-08 19:26:17
R W Run
8.23 KB
2026-04-08 19:26:19
R W Run
207 By
2026-04-08 19:26:17
R W Run
error_log
📄jquery.miniColors.css
1.miniColors-trigger {
2 height: 22px;
3 width: 22px;
4 background: url(../img/miniColors/trigger.png) center no-repeat;
5 vertical-align: middle;
6 margin: 0 .25em;
7 display: inline-block;
8 outline: none;
9}
10
11.miniColors-selector {
12 position: absolute;
13 width: 188px;
14 height: 162px;
15 background: #FFF;
16 border: solid 1px #BBB;
17 -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .25);
18 -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .25);
19 box-shadow: 0 0 6px rgba(0, 0, 0, .25);
20 -moz-border-radius: 5px;
21 -webkit-border-radius: 5px;
22 border-radius: 5px;
23 padding: 5px;
24 z-index: 999999;
25}
26
27.miniColors-selector.black {
28 background: #000;
29 border-color: #000;
30}
31
32.miniColors-colors {
33 position: absolute;
34 top: 5px;
35 left: 5px;
36 width: 150px;
37 height: 150px;
38 background: url(../img/miniColors/gradient.png) center no-repeat;
39 cursor: crosshair;
40}
41
42.miniColors-hues {
43 position: absolute;
44 top: 5px;
45 left: 160px;
46 width: 20px;
47 height: 150px;
48 background: url(../img/miniColors/rainbow.png) center no-repeat;
49 cursor: crosshair;
50}
51
52.miniColors-colorPicker {
53 position: absolute;
54 width: 11px;
55 height: 11px;
56 background: url(../img/miniColors/circle.gif) center no-repeat;
57}
58
59.miniColors-huePicker {
60 position: absolute;
61 left: -3px;
62 width: 26px;
63 height: 3px;
64 background: url(../img/miniColors/line.gif) center no-repeat;
65}
66