aboutsummaryrefslogtreecommitdiff
path: root/js/panels/color/colorpanelpopup.reel/css/colorpanelpopup.css
blob: 3ffcd2f5fdc6f6b128486f50f26f859e5a6ebd94 (plain)
1
2
3
4
5
6
7
8
9
10
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
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
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
@charset "UTF-8";
/* <copyright>
 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
 (c) Copyright 2011 Motorola Mobility, Inc.  All Rights Reserved.
 </copyright> */
/* line 12, colorpanelpopup.scss */
.cpp_popup {
  overflow: hidden;
  font-size: 12px;
  text-shadow: 1px 1px 1px #000;
  font-family: 'Droid Sans', sans-serif;
}

/* line 20, colorpanelpopup.scss */
.cp_pu_options {
  float: left;
  clear: both;
  width: 100%;
}

/* line 27, colorpanelpopup.scss */
.cp_pu_options button {
  display: block;
  width: 16px;
  height: 16px;
  margin: 4px 0px 2px 2px;
  text-indent: -9999px;
  overflow: hidden;
  float: right;
  padding: 0;
  cursor: pointer;
  border: 1px solid transparent;
}

/* line 41, colorpanelpopup.scss */
.cp_pu_options button:hover {
  border: 1px solid #FFF;
  box-shadow: 0px 0px 4px #000;
}

/* line 47, colorpanelpopup.scss */
.cp_pu_wheel {
  background: url(../img/icon_colorwheel.png) no-repeat transparent top left;
}

/* line 52, colorpanelpopup.scss */
.cp_pu_images {
  background: url(../img/icon_bitmap.png) no-repeat black top left;
}

/* line 57, colorpanelpopup.scss */
.cp_pu_gradients {
  background: url(../img/icon_gradient.png) no-repeat black top left;
}

/* line 62, colorpanelpopup.scss */
.cp_pu_palettes {
  background: url(../img/icon_palette.jpg) no-repeat black -1px -1px;
}

/* line 67, colorpanelpopup.scss */
.cp_pu_nocolor {
  background: url(../img/icon_nofill.png) no-repeat black top left;
}

/* line 71, colorpanelpopup.scss */
.cp_pu_history {
  float: left;
  margin: 0px 0px 0px 0px;
  background: url(../../../../../images/colorpanel/transparent.png) repeat;
}

/* line 77, colorpanelpopup.scss */
.cp_pu_history button {
  width: 22px;
  height: 22px;
  overflow: hidden;
  text-indent: -9999px;
  background: #333;
  float: right;
  border: solid 1px #000;
  cursor: pointer;
  margin: 0px -1px 0px 0px;
  padding: 0px;
}

/* line 91, colorpanelpopup.scss */
.cp_pu_history button:hover {
  border: solid 1px #000 !important;
  box-shadow: none !important;
}

/* line 97, colorpanelpopup.scss */
.cp_pu_hex {
  float: left;
  margin: 3px 2px 0px 6px;
}

/* line 102, colorpanelpopup.scss */
.cp_pu_hex input {
  width: 50px;
  background: #555;
  border: 1px solid #333;
  color: #FFF;
  padding: 1px 0px 1px 0px;
  margin: 0px 0px 0px 2px;
  text-transform: uppercase;
  text-decoration: none !important;
  text-shadow: 1px 1px 1px #000;
  font-family: 'Droid Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  text-align: center;
}

/* line 118, colorpanelpopup.scss */
.cp_pu_hex input:focus {
  outline: none;
  padding: 2px 0px 2px 0px;
  margin: -1px 0px -1px 2px;
  background: #FFF;
  color: #000;
  text-shadow: none;
}

/* line 128, colorpanelpopup.scss */
.cp_pu_content {
  float: left;
  clear: both;
  width: 100%;
  margin: 6px 0px;
}

/* line 136, colorpanelpopup.scss */
.cp_pu_content div.cp_pu_content_container {
  display: none;
}

/* line 141, colorpanelpopup.scss */
.cp_pu_alpha {
  float: left;
  clear: both;
  width: 100%;
  margin: 0px;
}

/* line 149, colorpanelpopup.scss */
.cp_pu_alpha .slider-track {
  background: none;
}

/* line 154, colorpanelpopup.scss */
.cp_pu_alpha .knob {
  background: url(../img/knob.png) no-repeat transparent center center;
}

/* line 159, colorpanelpopup.scss */
.cp_pu_a_label, .cp_pu_a_label2 {
  float: left;
  width: auto;
  font-size: 11px;
}

/* line 166, colorpanelpopup.scss */
.cp_pu_a_slider {
  width: 120px;
  height: 12px;
  float: left;
  clear: none;
  margin: 0px 10px 5px 10px;
}

/* line 175, colorpanelpopup.scss */
.cp_pu_a_hottext.hottext {
  background: none;
  float: left;
  margin: -1px 2px 0px 0px;
  padding: 0px;
  width: 23px;
  color: #FFF;
  text-shadow: 1px 1px 1px #000;
  font-family: 'Droid Sans', sans-serif;
  font-size: 11px;
  text-align: center;
}

/* line 189, colorpanelpopup.scss */
.cp_pu_a_hottext.hottextInput {
  background: #FFF;
  color: #000;
  text-shadow: none;
  border: 1px solid #333;
  margin: -3px 1px 0px 0px;
  padding: 1px;
  text-decoration: none;
  font-family: 'Droid Sans', sans-serif;
  font-size: 11px;
  outline: none;
  float: left;
}

/* line 204, colorpanelpopup.scss */
.cp_pu_wheel_container {
  width: 202px;
  height: 202px;
}

/* line 211, colorpanelpopup.scss */
.cp_pu_palette_container {
  overflow: hidden;
  clear: both;
  width: 200px;
  padding: 0px 1px 1px 0px;
  margin: 0px 0px 0px 1px;
}

/* line 220, colorpanelpopup.scss */
.cp_pu_palette_container button {
  display: block;
  float: left;
  border: 1px solid #333;
  margin: 0px -1px -1px 0px;
  padding: 0px;
  width: 11px;
  height: 11px;
  cursor: pointer;
}

/* line 232, colorpanelpopup.scss */
.cp_pu_gradient_container button.chip {
  display: block;
  width: 16px;
  height: 16px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  border: 1px solid black;
}