aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Color/colorpanelpopup.reel/css/colorpanelpopup.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/Color/colorpanelpopup.reel/css/colorpanelpopup.css')
-rw-r--r--js/panels/Color/colorpanelpopup.reel/css/colorpanelpopup.css239
1 files changed, 239 insertions, 0 deletions
diff --git a/js/panels/Color/colorpanelpopup.reel/css/colorpanelpopup.css b/js/panels/Color/colorpanelpopup.reel/css/colorpanelpopup.css
new file mode 100644
index 00000000..6a418279
--- /dev/null
+++ b/js/panels/Color/colorpanelpopup.reel/css/colorpanelpopup.css
@@ -0,0 +1,239 @@
1@charset "UTF-8";
2/* <copyright>
3 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
4 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
5 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
6 </copyright> */
7/* line 12, colorpanelpopup.scss */
8.cpp_popup {
9 overflow: none;
10 font-size: 12px;
11 text-shadow: 1px 1px 1px #000;
12 font-family: 'Droid Sans', sans-serif;
13}
14
15/* line 20, colorpanelpopup.scss */
16.cp_pu_options {
17 float: left;
18 clear: both;
19 width: 100%;
20}
21
22/* line 27, colorpanelpopup.scss */
23.cp_pu_options button {
24 display: block;
25 width: 16px;
26 height: 16px;
27 margin: 4px 0px 2px 2px;
28 text-indent: -9999px;
29 overflow: hidden;
30 float: right;
31 padding: none;
32 cursor: pointer;
33 border: 1px solid transparent;
34}
35
36/* line 41, colorpanelpopup.scss */
37.cp_pu_options button:hover {
38 border: 1px solid #FFF;
39 box-shadow: 0px 0px 4px #000;
40}
41
42/* line 47, colorpanelpopup.scss */
43.cp_pu_wheel {
44 background: url(../img/icon_colorwheel.png) no-repeat transparent top left;
45}
46
47/* line 52, colorpanelpopup.scss */
48.cp_pu_images {
49 background: url(../img/icon_bitmap.png) no-repeat black top left;
50}
51
52/* line 57, colorpanelpopup.scss */
53.cp_pu_gradients {
54 background: url(../img/icon_gradient.png) no-repeat black top left;
55}
56
57/* line 62, colorpanelpopup.scss */
58.cp_pu_palettes {
59 background: #000;
60}
61
62/* line 67, colorpanelpopup.scss */
63.cp_pu_nocolor {
64 background: url(../img/icon_nofill.png) no-repeat black top left;
65}
66
67/* line 71, colorpanelpopup.scss */
68.cp_pu_history {
69 float: left;
70 margin: 0px 0px 0px 0px;
71 background: url(../../../../../images/colorpanel/transparent.png) repeat;
72}
73
74/* line 77, colorpanelpopup.scss */
75.cp_pu_history button {
76 width: 22px;
77 height: 22px;
78 overflow: hidden;
79 text-indent: -9999px;
80 background: #333;
81 float: right;
82 border: solid 1px #000;
83 cursor: pointer;
84 margin: 0px -1px 0px 0px;
85 padding: 0px;
86}
87
88/* line 91, colorpanelpopup.scss */
89.cp_pu_history button:hover {
90 border: solid 1px #000 !important;
91 box-shadow: none !important;
92}
93
94/* line 97, colorpanelpopup.scss */
95.cp_pu_hex {
96 float: left;
97 margin: 3px 2px 0px 6px;
98}
99
100/* line 102, colorpanelpopup.scss */
101.cp_pu_hex input {
102 width: 50px;
103 background: #555;
104 border: 1px solid #333;
105 color: #FFF;
106 padding: 1px 0px 1px 0px;
107 margin: 0px 0px 0px 2px;
108 text-transform: uppercase;
109 text-decoration: none !important;
110 text-shadow: 1px 1px 1px #000;
111 font-family: 'Droid Sans', sans-serif;
112 font-size: 11px;
113 letter-spacing: 1px;
114 text-align: center;
115}
116
117/* line 118, colorpanelpopup.scss */
118.cp_pu_hex input:focus {
119 outline: none;
120 padding: 2px 0px 2px 0px;
121 margin: -1px 0px -1px 2px;
122 background: #FFF;
123 color: #000;
124 text-shadow: none;
125}
126
127/* line 128, colorpanelpopup.scss */
128.cp_pu_content {
129 float: left;
130 clear: both;
131 width: 100%;
132 margin: 6px 0px;
133}
134
135/* line 136, colorpanelpopup.scss */
136.cp_pu_content div.cp_pu_content_container {
137 display: none;
138}
139
140/* line 141, colorpanelpopup.scss */
141.cp_pu_alpha {
142 float: left;
143 clear: both;
144 width: 100%;
145 margin: 0px;
146}
147
148/* line 149, colorpanelpopup.scss */
149.cp_pu_alpha .slider-track {
150 background: none;
151}
152
153/* line 154, colorpanelpopup.scss */
154.cp_pu_alpha .knob {
155 background: url(../img/knob.png) no-repeat transparent center center;
156}
157
158/* line 159, colorpanelpopup.scss */
159.cp_pu_a_label, .cp_pu_a_label2 {
160 float: left;
161 width: auto;
162 font-size: 11px;
163}
164
165/* line 166, colorpanelpopup.scss */
166.cp_pu_a_slider {
167 width: 120px;
168 height: 12px;
169 float: left;
170 clear: none;
171 margin: 0px 10px 5px 10px;
172}
173
174/* line 175, colorpanelpopup.scss */
175.cp_pu_a_hottext.hottext {
176 background: none;
177 float: left;
178 margin: -1px 2px 0px 0px;
179 padding: 0px;
180 width: 23px;
181 color: #FFF;
182 text-shadow: 1px 1px 1px #000;
183 font-family: 'Droid Sans', sans-serif;
184 font-size: 11px;
185 text-align: center;
186}
187
188/* line 189, colorpanelpopup.scss */
189.cp_pu_a_hottext.hottextInput {
190 background: #FFF;
191 color: #000;
192 text-shadow: none;
193 border: 1px solid #333;
194 margin: -3px 1px 0px 0px;
195 padding: 1px;
196 text-decoration: none;
197 font-family: 'Droid Sans', sans-serif;
198 font-size: 11px;
199 outline: none;
200 float: left;
201}
202
203/* line 204, colorpanelpopup.scss */
204.cp_pu_wheel_container {
205 width: 202px;
206 height: 202px;
207}
208
209/* line 211, colorpanelpopup.scss */
210.cp_pu_palette_container {
211 overflow: hidden;
212 clear: both;
213 width: 200px;
214 padding: 0px 1px 1px 0px;
215 margin: 0px 0px 0px 1px;
216}
217
218/* line 220, colorpanelpopup.scss */
219.cp_pu_palette_container button {
220 display: block;
221 float: left;
222 border: 1px solid #333;
223 margin: 0px -1px -1px 0px;
224 padding: 0px;