aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/TimelineTrack.reel/css/TimelineTrack.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/Timeline/TimelineTrack.reel/css/TimelineTrack.css')
-rw-r--r--js/panels/Timeline/TimelineTrack.reel/css/TimelineTrack.css117
1 files changed, 117 insertions, 0 deletions
diff --git a/js/panels/Timeline/TimelineTrack.reel/css/TimelineTrack.css b/js/panels/Timeline/TimelineTrack.reel/css/TimelineTrack.css
new file mode 100644
index 00000000..ddaccd32
--- /dev/null
+++ b/js/panels/Timeline/TimelineTrack.reel/css/TimelineTrack.css
@@ -0,0 +1,117 @@
1@charset "UTF-8";
2/* TimelineTrack.scss
3 * Main SCSS file for TimelineTrack component, compiled by SASS into the file css/TimelineTrack.css.
4 */
5/* <copyright>
6 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
7 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
8 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
9 </copyright> */
10/*
11 * _colors.scss
12 * Defines the colors for the UI of the application.
13 * To create a new theme, copy this file and change the values as desired.
14 * Note: Some colors are defined as both rgb and rgba; some of the rgba versions have multiple a values.
15 */
16/* Colors for radio buttons and other form elements */
17/* Base colors for dividers
18 *
19 * Dividers consist of a div with a background color and either
20 * a top & bottom border (in the case of horizontal dividers)
21 * or a left & right border (in the case of vertical dividers),
22 * for a total of three different colors.
23 *
24 */
25/* top and left */
26/* Middle */
27/* Bottom and right */
28/* Main background color of entire app */
29/* Main app background color. */
30/* rgba version */
31/* Main app border color */
32/* color of drop shadows */
33/* Stage color */
34/* body border color */
35/* Body background color */
36/* Colors for main dropdown menus: background & text for both regular and highlighted states, dividers */
37/* Colors for tools: background, text, how they interact with the UI */
38/* Colors for panels: background & text, both regular and highlighted states, dividers, borders, shadows, etc. */
39/* used for editable items in their non-edit state, etc. */
40/* Border for panel and for block elements */
41/* Shadow for text and block elements */
42/* Colors for scroll bars */
43/* <copyright>
44 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
45 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
46 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
47 </copyright> */
48/*
49 * themes/themename/mixins.scss
50 * Mixins that are theme-dependent (e.g. sprite mixins, etc)
51 */
52/* <copyright>
53 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
54 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
55 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
56 </copyright> */
57/*
58 * mixins.scss
59 * Generic mixins. Theme-specific mixins (e.g. for sprites)
60 * should go in the theme/themename/mixins.scss file.
61 */
62/* line 16, ../scss/TimelineTrack.scss */
63.tracklane {
64 height: 19px;
65 width: 100%;
66 color: white;
67 padding-top: 2px;
68 border-bottom: #444;
69 border-bottom-style: solid;
70 border-bottom-width: thin;
71 background-image: url("../images/gridline.jpg");
72 overflow: hidden;
73}
74
75/* line 28, ../scss/TimelineTrack.scss */
76.keyframe {
77 position: absolute;
78 height: 16px;
79 width: 4px;
80 background-color: white;
81}
82
83/* line 36, ../scss/TimelineTrack.scss */
84.defaultSpan {
85 position: absolute;
86 height: 16px;
87 opacity: 0.3;
88 background-color: white;
89}
90
91/* line 45, ../scss/TimelineTrack.scss */
92.tl_layertracks .content-position {
93 height: 63px;
94}
95
96/* line 48, ../scss/TimelineTrack.scss */
97.tl_layertracks .content-transform {
98 height: 106px;
99}
100
101/* line 52, ../scss/TimelineTrack.scss */
102.tl_layertracks .collapsible-content.collapsible-collapsed {
103 overflow: hidden;
104 height: 0px;
105}
106
107/* line 57, ../scss/TimelineTrack.scss */
108.tl_layertracks .collapsible-content .collapsible-label {
109 height: 21px;
110 background-color: #474747;
111 color: white;
112}
113
114/* line 63, ../scss/TimelineTrack.scss */
115.tl_layertracks .collapsible-content .timeline-track {
116 height: 21px;
117}