aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Layer.reel/css/Layer.css
blob: 3aa869c386a712d2db1c8c29ecf9e5fff4bc620a (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
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
@charset "UTF-8";
/* <copyright>
Copyright (c) 2012, Motorola Mobility LLC.
All Rights Reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice,
  this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
  this list of conditions and the following disclaimer in the documentation
  and/or other materials provided with the distribution.

* Neither the name of Motorola Mobility LLC nor the names of its
  contributors may be used to endorse or promote products derived from this
  software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
</copyright> */
/* Layer.scss
 * Main SCSS file for Layer component, compiled by SASS into the file css/Layer.css.
 */
/* line 22, ../scss/Layer.scss */
.layerLabel {
  width: 100%;
  color: white;
  height: 21px;
  font-family: 'Droid Sans';
  font-size: 12px;
  text-shadow: 1px 1px 1px #3a3a3a;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
}

/* line 32, ../scss/Layer.scss */
.layerLabel.layerSelected {
  background-color: #b2b2b2;
  color: #242424;
}

/* line 36, ../scss/Layer.scss */
.layerLabel {
  width: 100%;
  height: 18px;
  padding-left: 25px;
  padding-top: 2px;
  -webkit-box-flex: 1;
}

/* line 43, ../scss/Layer.scss */
.layerDisclosure {
  background-image: url("../images/panelDisclosureIcon.png");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  /*float: left;*/
  -webkit-transition-property: rotate;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  padding-right: 2px;
  -webkit-box-flex: 0;
}

/* line 56, ../scss/Layer.scss */
.layerHide {
  background-image: url("../images/eye.png");
  background-repeat: no-repeat;
  /*float: right;*/
  width: 16px;
  height: 16px;
  padding-right: 4px;
  -webkit-box-flex: 0;
}

/* line 65, ../scss/Layer.scss */
.layerLock {
  background-image: url("../images/lock_open.png");
  background-repeat: no-repeat;
  /*float: right;*/
  width: 16px;
  height: 16px;
  padding-right: 4px;
  -webkit-box-flex: 0;
}

/******************************************/
/* line 78, ../scss/Layer.scss */
.container-layer,
.container-layer.selected {
  background-color: #474747;
  color: white;
  font-size: 12px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

/* line 84, ../scss/Layer.scss */
.selected .container-layer {
  background-color: #474747;
}

/* line 87, ../scss/Layer.scss */
.selected .container-layer .label-layer {
  background-color: #b2b2b2;
  color: #242424;
}

/* line 92, ../scss/Layer.scss */
.userlayers .collapsible-label {
  display: block;
  height: 21px;
  line-height: 20px;
  color: white;
  margin-left: 80px;
  margin-right: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 104, ../scss/Layer.scss */
.userlayers .layer-tag {
  position: absolute;
  top: 3px;
  left: 20px;
}

/* line 111, ../scss/Layer.scss */
.layerSelected .label-layer {
  background-color: #b2b2b2;
  color: #242424;
}

/* line 115, ../scss/Layer.scss */
.content-layer {
  background-color: #474747;
  color: white;
}

/* line 119, ../scss/Layer.scss */
.content-layer .collapsible-label {
  background-position: 14px 5px;
  border-width: 0px;
}

/* line 127, ../scss/Layer.scss */
.label-layer,
.label-position,
.label-transform,
.label-style,
.label-styles {
  position: relative;
  border-bottom: 1px solid #505050;
  cursor: pointer;
}

/* line 135, ../scss/Layer.scss */
.content-layer .collapsible-label,
.content-layer .collapsible-content,
.content-layer .layer-tag {
  font-size: 11px;
}

/* line 142, ../scss/Layer.scss */
.label-layer .collapsible-label br,
.content-style .editable br {
  display: none;
}

/* line 146, ../scss/Layer.scss */
.collapsible-clicker {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 5px;
  left: 5px;
  margin: 0px;
  padding: 0px;
  background-image: url(../images/icon-open.png);
  background-repeat: no-repeat;
}

/* line 157, ../scss/Layer.scss */
.collapsible-clicker.collapsible-collapsed {
  background-image: url(../images/icon-collapsed.png);
}

/* line 160, ../scss/Layer.scss */
.collapsible-content .collapsible-clicker {
  left: 12px;
}

/* line 163, ../scss/Layer.scss */
.container-layer .collapsible-content.collapsible-collapsed {
  height: 0px;
  overflow: hidden;
}

/* line 169, ../scss/Layer.scss */
.label-layer .cssbutton,
.label-style .cssbutton {
  width: 14px;
  height: 14px;
  overflow: hidden;
  position: absolute;
  background-repeat: no-repeat;
}

/* line 176, ../scss/Layer.scss */
.label-layer .button-lock {
  background-image: url(../images/icon-lock.png);
  top: 3px;
  right: 27px;
}

/* line 181, ../scss/Layer.scss */
.label-layer .button-visible {
  background-image: url(../images/icon-eye.png);
  top: 3px;
  right: 7px;
}

/* line 186, ../scss/Layer.scss */
.label-style .button-add {
  background-image: url(../images/icon-plus.png);
  width: 15px;
  height: 15px;
  top: 3px;
  right: 11px;
}

/* line 193, ../scss/Layer.scss */
.label-style .button-delete {
  background-image: url(../images/icon-minus.png);
  width: 15px;
  height: 15px;
  top: 3px;
  right: 31px;
}

/* line 200, ../scss/Layer.scss */
.timeline-track .collapsible-content {
  position: relative;
}

/* line 203, ../scss/Layer.scss */
.collapsible-content .layout-table {
  width: 99.9%;
}

/* line 206, ../scss/Layer.scss */
.content-layer .collapsible-content {
  padding-left: 30px;
}

/* line 209, ../scss/Layer.scss */
.collapsible-content .collapsible-content .layout-table .layout-row {
  height: 20px;
  overflow: hidden;
}

/* line 213, ../scss/Layer.scss */
.collapsible-content .collapsible-content .layout-table .layout-row .layout-cell {
  width: 40%;
  height: 20px;
  border-bottom: 1px solid #505050;
  line-height: 20px;
  text-align: left;
  overflow: hidden;
}

/* line 222, ../scss/Layer.scss */
.collapsible-content .collapsible-content .container-row {
  border-bottom: 1px solid #505050;
  height: 20px;
}

/* line 228, ../scss/Layer.scss */
.collapsible-content .collapsible-content .cell-property,
.collapsible-content .collapsible-content .cell-value {
  width: 45%;
  float: left;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 18px;
}

/* line 240, ../scss/Layer.scss */
.collapsible-content .layout-table:first-child {
  border-top: 1px solid #505050;
}

/* line 244, ../scss/Layer.scss */
.collapsible-content .hottextunit {
  width: auto;
}

/* line 247, ../scss/Layer.scss */
.collapsible-transition {
  -webkit-transition-property: height;
  -webkit-transition-duration: 200ms;
  -webkit-transition-timing-function: ease-in;
}

/* line 255, ../scss/Layer.scss */
.editable2 {
  height: 20px;
  background-color: #242424 !important;
  color: #b2b2b2 !important;
  border-width: 0px;
  font-size: 11px;
  overflow: hidden;
  -webkit-user-select: text;
  text-overflow: clip;
}

/* line 265, ../scss/Layer.scss */
.editable2 br {
  display: inline;
}

/* line 269, ../scss/Layer.scss */
.label-style .disabled {
  cursor: default;
}

/* styles elements */
/* line 274, ../scss/Layer.scss */
.content-style .item-template {
  display: none;
}

/* line 277, ../scss/Layer.scss */
.content-style .layout-row.selected .layout-cell {
  background-color: #b2b2b2;
  color: #242424;
}

/* line 281, ../scss/Layer.scss */
.style-row {
  height: 20px;
}