here it is ... the upload-api, script-server, js2 (javascript phase2) branch merge...
[lhc/web/wiklou.git] / js2 / mwEmbed / skins / mvpcf / mv_sequence.css
1 /* the css file for sequence styles */
2 .mv_head_jump{
3 font-family:"verdana","helvetica","arial",sans-serif;
4 font-size:11px;
5 background:#CCCCCC;
6 z-index:1;
7 }
8 .mv_playline{
9 position:absolute;
10 background:gray;
11 top:20px;
12 left:0px;
13 width:2px;
14 bottom:0px;
15 z-index:10;
16 overflow:visible;
17 }
18 .mv_playline_top{
19 position:absolute;
20 top:-5px;
21 left:-7px;
22 width:16px;
23 height:16px;
24 background:url("images/opened.png");
25 }
26 .mv_story_playline{
27 position:absolute;
28 background:blue;
29 top:0px;
30 left:0px;
31 width:2px;
32 height:100%;
33 bottom:0px;
34 z-index:10;
35 overflow:visible;
36 }
37 .mv_seq_tracks{
38 position:absolute;left:90px;top:0px;right:12px;bottom:0px;overflow:auto;
39 }
40 .mv_tl_left_cnt{
41 position:absolute;
42 top:0px;
43 left:0px;
44 bottom:0px;
45 width:85px;
46 }
47 .track_name{
48 font-family:"verdana","helvetica","arial",sans-serif;
49 font-size:12px;
50 width:85px;
51 position:absolute;
52 background:#CCCCCC;
53 }
54 .container_track{
55 position:absolute;
56 border:solid thin gray;
57
58 }
59 /**************************/
60 .clip_img{
61 }
62 .clip_edit_button{
63 width:16px;
64 height:16px;
65 position:absolute;
66 top:0px;
67 right:50px;
68 cursor:pointer;
69 }
70 .clip_trans_box{
71 border:solid thin black;
72 width:32px;
73 height:32px;
74 position:absolute;
75 top:27px;
76 right:15px;
77 }
78
79 .clip_edit_base{
80 background: url("images/uni_edit_bw.png");
81 }
82 .clip_edit_over{
83 background: url('images/uni_edit_color.png');
84 }
85 .mv_time_clip_text{
86 font-family:"verdana","helvetica","arial",sans-serif;
87 font-size:12px;
88 }
89 .mv_clip_cnt{
90 position:absolute;
91 width:16px;
92 height:16px;
93 }
94
95 .ui-drag-e{ cursor: e-resize;}
96 .ui-drag-w{ cursor: w-resize;}
97
98 .mv_clip_stats{
99 font-family:"verdana","helvetica","arial",sans-serif;
100 font-size:11px;
101 position:absolute;
102 background:#CCCCCC;
103 bottom:0px;
104 right:0px;
105 }
106 .mv_droppable{
107 position:absolute;
108 top:0px;
109 z-index:-1;
110 }
111 .mv_storyboard_container{
112 position:absolute;
113 z-index:0;
114 overflow:hidden;
115 }
116 .mv_clip_thumb{
117 position:absolute;
118 top:7px;
119 border:solid #CCC;
120 display:block;
121 overflow:hidden;
122 }
123 .mv_tl_clip{
124 position:absolute;
125 z-index:0;
126 overflow:hidden;
127 border:solid thin white;
128 white-space: nowrap;
129 }
130 .mv_tl_thumb{
131 display:inline;
132 }
133 .mv_selected_clip{
134 border:solid #9F9;
135 }
136 .mv_selected_transition{
137 border:solid #9F9;
138 }
139 .mv_adj_text{
140 font-weight: strong;
141 font-size:small;
142 color:#6F6;
143 display:none; /* hide by default */
144 position:absolute;
145 left:20px;
146 }
147 .mv_adjust_click{
148 cursor:pointer;
149 }
150 /*
151 #seq_menu{
152 list-style-type:none;
153 list-style-position:outside;
154 display:block;
155 padding-left:10px;
156 }
157 #seq_menu li{
158 display:inline;
159 padding:5px;
160 margin:0px;
161 border: solid thin gray;
162 cursor:pointer;
163 }
164 #seq_menu li a{
165 color:#fff;
166 }
167 */
168 .seq_control_container{
169 position:absolute;
170 top:40px;
171 overflow:auto;
172 bottom:0px;
173 left:10px;
174 right:0px;
175 }
176 .submenu_container{
177 /* top:25px;
178 left:10px;
179 right:0px;
180 overflow:auto;
181 position:absolute;
182 broder: solid thin gray;
183 */
184 }
185 .mv_submenu{
186 /*position:absolute;*/
187 /*left:0px;
188 top:0px;
189 margin:2px;
190 list-style-type:none;
191 bottom:0px;
192 border:none;
193 padding:0px;*/
194 }
195 .mv_submenu li{
196 border:solid thin gray;
197 cursor:pointer;
198 display:inline;
199 padding:5px;
200 }
201 .mv_submenu .mv_sub_selected{
202 border-bottom: none;
203 }
204 #seq_menu .mv_selected_item{
205 border-bottom:none;
206 }