PluginProbe
Uji Countdown / 1.2
Uji Countdown v1.2
3.0 trunk 1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.6.1 1.0.7 1.0.8 1.0.9 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 All 36 releases
uji-countdown / inc / css / layout.css

layout.css in Uji Countdown 1.2, at inc/css/layout.css

85 lines 2.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1
2 #colorSelector, #colorSelector3 {
3 position: relative;
4 width: 36px;
5 height: 36px;
6 background: url(../images/select.png);
7 float: left;
8 display: inline;
9 }
10 #colorSelector div, #colorSelector3 div {
11 position: absolute;
12 top: 3px;
13 left: 3px;
14 width: 30px;
15 height: 30px;
16 background: url(../images/select.png) center;
17 }
18 #colorSelector2, #colorSelector4 {
19 position: relative;
20 width: 36px;
21 height: 36px;
22 background: url(../images/select.png);
23 float: left;
24 display: inline;
25 }
26 #colorSelector2 div, #colorSelector4 div {
27 position: absolute;
28 top: 4px;
29 left: 4px;
30 width: 28px;
31 height: 28px;
32 background: url(../images/select2.png) center;
33 }
34 #colorpickerHolder2 {
35 top: 32px;
36 left: 0;
37 width: 356px;
38 height: 0;
39 overflow: hidden;
40 position: absolute;
41 }
42 #colorpickerHolder2 .colorpicker {
43 background-image: url(../images/custom_background.png);
44 position: absolute;
45 bottom: 0;
46 left: 0;
47 }
48 #colorpickerHolder2 .colorpicker_hue div {
49 background-image: url(../images/custom_indic.gif);
50 }
51 #colorpickerHolder2 .colorpicker_hex {
52 background-image: url(../images/custom_hex.png);
53 }
54 #colorpickerHolder2 .colorpicker_rgb_r {
55 background-image: url(../images/custom_rgb_r.png);
56 }
57 #colorpickerHolder2 .colorpicker_rgb_g {
58 background-image: url(../images/custom_rgb_g.png);
59 }
60 #colorpickerHolder2 .colorpicker_rgb_b {
61 background-image: url(../images/custom_rgb_b.png);
62 }
63 #colorpickerHolder2 .colorpicker_hsb_s {
64 background-image: url(../images/custom_hsb_s.png);
65 display: none;
66 }
67 #colorpickerHolder2 .colorpicker_hsb_h {
68 background-image: url(../images/custom_hsb_h.png);
69 display: none;
70 }
71 #colorpickerHolder2 .colorpicker_hsb_b {
72 background-image: url(../images/custom_hsb_b.png);
73 display: none;
74 }
75 #colorpickerHolder2 .colorpicker_submit {
76 background-image: url(../images/custom_submit.png);
77 }
78 #colorpickerHolder2 .colorpicker input {
79 color: #778398;
80 }
81 #customWidget {
82 position: relative;
83 height: 36px;
84 }
85