removed output-disable in dbms-output fetching procedure
[mediawiki.git] / js2 / mwEmbed / skins / mvpcf / mv_sequence.css
bloba170695a53a536a6ded07ee63b89a0881dd6a372
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;
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;
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");
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;
37 .mv_seq_tracks{
38 position:absolute;left:90px;top:0px;right:12px;bottom:0px;overflow:auto;
40 .mv_tl_left_cnt{
41 position:absolute;
42 top:0px;
43 left:0px;
44 bottom:0px;
45 width:85px;
47 .track_name{
48 font-family:"verdana","helvetica","arial",sans-serif;
49 font-size:12px;
50 width:85px;
51 position:absolute;
52 background:#CCCCCC;
54 .container_track{
55 position:absolute;
56 border:solid thin gray;
59 /**************************/
60 .clip_img{
62 .clip_edit_button{
63 width:16px;
64 height:16px;
65 position:absolute;
66 top:0px;
67 right:50px;
68 cursor:pointer;
70 .clip_trans_box{
71 border:solid thin black;
72 width:32px;
73 height:32px;
74 position:absolute;
75 top:27px;
76 right:15px;
79 .clip_edit_base{
80 background: url("images/uni_edit_bw.png");
82 .clip_edit_over{
83 background: url('images/uni_edit_color.png');
85 .mv_time_clip_text{
86 font-family:"verdana","helvetica","arial",sans-serif;
87 font-size:12px;
89 .mv_clip_cnt{
90 position:absolute;
91 width:16px;
92 height:16px;
95 .ui-drag-e{ cursor: e-resize;}
96 .ui-drag-w{ cursor: w-resize;}
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;
106 .mv_droppable{
107 position:absolute;
108 top:0px;
109 z-index:-1;
111 .mv_storyboard_container{
112 position:absolute;
113 z-index:0;
114 overflow:hidden;
116 .mv_clip_thumb{
117 position:absolute;
118 top:7px;
119 border:solid #CCC;
120 display:block;
121 overflow:hidden;
123 .mv_tl_clip{
124 position:absolute;
125 z-index:0;
126 overflow:hidden;
127 border:solid thin white;
128 white-space: nowrap;
130 .mv_tl_thumb{
131 display:inline;
133 .mv_selected_clip{
134 border:solid #9F9;
136 .mv_selected_transition{
137 border:solid #9F9;
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;
147 .mv_adjust_click{
148 cursor:pointer;
151 #seq_menu{
152 list-style-type:none;
153 list-style-position:outside;
154 display:block;
155 padding-left:10px;
157 #seq_menu li{
158 display:inline;
159 padding:5px;
160 margin:0px;
161 border: solid thin gray;
162 cursor:pointer;
164 #seq_menu li a{
165 color:#fff;
168 .seq_control_container{
169 position:absolute;
170 top:40px;
171 overflow:auto;
172 bottom:0px;
173 left:10px;
174 right:0px;
176 .submenu_container{
177 /* top:25px;
178 left:10px;
179 right:0px;
180 overflow:auto;
181 position:absolute;
182 broder: solid thin gray;
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;*/
195 .mv_submenu li{
196 border:solid thin gray;
197 cursor:pointer;
198 display:inline;
199 padding:5px;
201 .mv_submenu .mv_sub_selected{
202 border-bottom: none;
204 #seq_menu .mv_selected_item{
205 border-bottom:none;