removed output-disable in dbms-output fetching procedure
[mediawiki.git] / js2 / mwEmbed / skins / mvpcf / styles.css
blob499fd715b87532f0b6dcb25f54b2090faa7fbc2b
1 #mv_overlay {
2 background:transparent url(images/transparent_bg.png) repeat scroll 0 0;
3 cursor:wait;
4 height:100%;
5 left:0;
6 position:fixed;
7 top:0;
8 width:100%;
9 z-index:99;
12 .modal_editor {
13 /*background:#AAA none repeat scroll 0 0;
14 border:3px solid #666666;*/
15 left:10px;
16 top:10px;
17 right:10px;
18 bottom:10px;
19 position:fixed;
20 z-index:100;
22 .mv_track {
23 margin-bottom:20px;
24 position:relative;
26 .player_select_list {
27 color:white;
28 font-size:10pt;
29 /* display:none;*/
32 .player_select_list a:visited {
33 color:white;
35 .displayHTML a:visited {
36 color:white;
38 .mv_playhead {
39 position:absolute;
40 top:0;
41 left:0;
42 width:17px;
43 height:21px;
44 /*http://art.gnome.org/themes/gtk2*/
46 .mv_status {
47 font-family:"Times New Roman", Times, serif;
48 font-size:14px;
49 float:left;
51 .set_ogg_player_pref{
52 text-align:left;
55 .inputTrackerInput {
56 height:20;
57 width:30;
58 font-family : Arial, Helvetica, sans-serif;
59 font-size : 12px;
61 .mv_loading_icon {
62 position:absolute;
63 top:0px;
64 right:0px;
65 width:16px;
66 height:16px;
68 div.floatleft, table.floatleft {
69 border:0pt none;
70 clear:left;
71 float:left;
72 margin:0pt 0.5em 0.5em 0pt;
73 position:relative;
82 .videoPlayer .seeker {
83 float: right;
84 display: inline;
85 width: 55%;
86 margin: 0 5px 0 5px;
87 height: 29px;
90 .videoPlayer .seeker .seeker_bar {
91 float: left;
92 display: inline;
93 width : 100%;
94 height: 12px;
95 background: url(images/player_seek_bg_loaded.png) 0 1px repeat-x;
96 margin: 9px 0px 0 0px;
97 position:relative;
100 .videoPlayer .seeker .seeker_bar_outer {
101 width: 100%;
102 height: 12px;
103 position: relative;
104 z-index: 4;
105 background: url(images/player_seek_left.png) 0 0 no-repeat;
107 .videoPlayer .seeker .seeker_bar_close {
108 width: 5px;
109 height: 12px;
110 position: relative;
111 z-index: 4;
112 float: right;
113 display: inline;
114 margin: -12px 0 0 0;
115 background: url(images/player_seek_right.png) 0 0 no-repeat;
118 .videoPlayer .seeker .mv_progress{
119 width: 0%;
120 height: 12px;
121 left:0px;
122 top:0px;
123 position: absolute;
125 .videoPlayer .seeker .mv_playback {
126 z-index: 3;
127 background: #CCC;
129 .videoPlayer .seeker .mv_buffer {
130 z-index: 2;
131 background: #99C;
133 .videoPlayer .seeker .mv_highlight {
134 z-index: 3;
135 background: #558;
137 .videoPlayer .seeker .seeker_slider {
138 background: url(images/player_slider.png) 0 0 no-repeat;
139 width: 14px;
140 height: 14px;
141 position: relative;
142 z-index: 6;
143 margin: -13px 0 0 0px;
144 float: left;
145 cursor: pointer;
148 .tt_highlight{
149 border: solid thin blue;
150 background: #CCC;
152 .tt_scroll_highlight{
153 border: solid thin red;
154 background: #CCF;
156 .mvttseek{
157 cursor:pointer;
159 .mvtt{
160 border:solid thin black;
162 .large_play_button {
163 display:block;
164 width: 130px;
165 height: 96px;
166 margin: auto;
167 /* margin: -202px 0 0 154px;*/
168 position: absolute;
169 z-index: 3;
170 cursor: pointer;
173 /*Video options*/
174 .videoOptions {
175 display: none;
176 width: 183px;
177 overflow: hidden;
178 position: absolute;
179 z-index: 9999;
180 /* margin: 0 0 0 230px;*/
182 *:first-child+html .videoOptions {margin-top: -20px;}
183 .videoOptionsTop {
184 width: 183px;
185 height: 32px;
186 position: relative;
187 z-index: 3;
188 background: url(images/player_options_top.png) 0 0 no-repeat;
190 .videoOptionsBox {
191 width: 170px;
192 padding: 0px 11px 0 4px;
193 position: relative;
194 overflow: hidden;
195 color:#6C6C6C;
196 z-index: 3;
197 background: url(images/player_options_bg.png) 0 0 repeat-y;
199 .videoOptionsBot {
200 width: 183px;
201 height: 18px;
202 position: relative;
203 z-index: 3;
204 background: url(images/player_options_bottom.png) 0 0 no-repeat;
207 .videoOptionsBox div.block {
208 border-top: 1px solid #dadada;
210 .videoOptionsBox div.block h6 {
211 padding: 0;
212 margin: 5px 0;
213 text-align: center;
215 .videoOptionsBox div.wide_block {
216 padding: 15px 0;
218 .videoOptionsBox div.first_block {
219 border: 0;
221 .videoOptionsBox div.block p {padding: 10px 20px;margin: 0;}
222 .videoOptionsBox div.block p.short_match, .videoOptionsBox div.block p.normal_match {padding: 0; margin: 0;}
223 .videoOptionsBox div.block p a {text-decoration: none;}
224 .videoOptionsBox div.block p.short_match a {
225 padding: 0;
226 display: block;
227 width: 100%;
228 border-bottom: 1px solid #dadada;
230 .videoOptionsBox div.block p.short_match a span {display: block; padding: 5px 20px;}
231 .videoOptionsBox div.block p.short_match a:hover {background: #0b68c9 url(images/selector.png) 0 0 repeat-x; color: white;}
232 .videoOptionsBox div.block p.short_match a.last_match {border: 0;}
234 .videoOptionsBox div.block p.normal_match a {
235 padding: 0;
236 margin: 0;
237 display: block;
238 width: 100%;
239 border: 0;
241 .videoOptionsBox div.block p.normal_match a span {display: block; padding: 3px 20px;}
242 .videoOptionsBox div.block p.normal_match a:hover {background: #0b68c9 url(images/selector.png) 0 0 repeat-x; color: white;}
243 .videoOptionsBox div.block p.normal_match a.last_match {border: 0;}
245 .videoOptionsBox div.block p.bill_match {border-bottom: 1px solid #dadada;}
247 .videoOptionsBox div.block p.last_match {border-bottom: 0;}
249 .videoOptionsBox div.block ul {
250 list-style: none;
251 margin: 10px 0;
252 padding: 0 20px;
254 .videoOptionsBox div.block ul a { text-decoration: none;}
255 .videoOptionsBox div.block ul li { margin: 7px 0;}
256 .videoOptionsBox div.block ul li ul {margin: 0;}
257 .videoOptionsBox div.block ul li ul li a {color: #df5c01;}
258 .videoOptionsBox div.block ul li ul li a:hover {color: #ffa02f;}
260 .videoOptionsBox div.block ul li span.clips {display: block; text-align: right; margin: 6px 0 18px 0;}
262 .videoOptionsBox div.advanced a.advanced_options {color: #aaa; text-align: center; display: block; margin: 3px 0; text-decoration: none;}
264 .videoOptionsBox div.embed_code {text-align: center; border-bottom: 1px solid #dadada; }
265 .videoOptionsBox div.embed_code textarea {
266 margin: 10px 0 10px 0;
267 padding: 3px;
268 width: 142px;
269 height: 54px;
270 border: 1px solid #dadada;
271 font-family: Arial;
272 color: #777;
273 font-size: 11px;
275 .videoOptionsBox div.embed_code button.copy_to_clipboard {
276 background: #dddddd url(images/button_to_clipboard.png) 0 0 repeat-x;
277 border: 1px solid #a1badf;
278 text-align: center;
279 padding: 2px 4px;
280 margin: 0 0 6px 0;
285 .cl_status{
286 position:absolute;
287 bottom:0px;
288 top:0px;
289 z-index:3;
292 .rsd_control_container{
293 margin:10px;
296 .rsd_cp_tab img{
297 border:0px;
299 .rsd_cp_tab a{
300 height:16px;
302 .rsd_results_container{
303 left:2px;
304 right:2px;
305 top:2px;
306 bottom:2px;
308 #rsd_resource_edit{
309 z-index:2;
311 .rsd_file_type{
312 position : absolute;
313 bottom : 0px;
314 left : 3px;
315 font-size: x-small;
317 .rsd_linkback{
318 position: absolute;
319 top: 0px;
320 right: 0px;
321 font-size: x-small;
323 .rsd_license{
324 position : absolute;
325 bottom : 0px;
326 right : 0px;
328 .rsd_license img{
329 float:left;
331 .rsd_license span{
332 float:left;
333 background:#FFF;
334 color:#200;
335 font-size:x-small;
336 filter:alpha(opacity=70);
337 -moz-opacity:0.7;
338 opacity:0.7;
340 .mv_clip_box_result{
341 padding:10px;
342 float:left;
343 border: thin solid #BBB;
344 overflow:hidden;
346 .mv_clip_box_result_over{
347 border: thin solid #F99;
349 .mv_clip_list_result{
350 padding:10px;
351 border: thin solid #BBB;
352 clear:both;
353 position:relative;
355 .mv_clip_list_result_over{
356 padding:10px;
357 border: thin solid #F99;
358 clear:both;
360 .rsd_res_item{
361 cursor:pointer;
362 display:block;
364 #rds_results_bar{
365 margin:4px;
366 background:#DEF;
367 height:22px;
370 /* edit buttons: */
371 .mv_edit_button{
372 width:22px;
373 height:22px;
374 float:left;
376 #mv_layout_left_img{
377 width:50px;
378 height:33px;
379 background-image: url('images/image_layout_left.png');
380 float:left;
382 #mv_layout_right_img{
383 width:50px;
384 height:33px;
385 background-image: url('images/image_layout_right.png');
386 float:left;
389 .mv_crop_button_base{
390 background-image: url('images/stock-tool-button-crop.png');
392 .mv_crop_button_selected{
393 background-image: url('images/stock-tool-button-crop_over.png');
395 .mv_scale_button_base{
396 background-image: url('images/stock-tool-button-scale.png');
398 .mv_scale_button_selected{
399 background-image: url('images/stock-tool-button-scale_over.png');
401 .mv_loading_img{
402 width:32px;
403 height:32px;
404 display:inline;
405 padding:0px;
406 position:absolute;
407 background-image: url('images/loading_ani.gif');
409 .mv_loading_bar_img{
410 width:220px;
411 height:19px;
412 display:inline;
413 position:absolute;
414 background-image: url('images/loading_bar_ani.gif');
417 /* jquery.ui overides */
419 .ui-icon_link {
420 padding: .4em 1em .4em 20px;
421 text-decoration: none;
422 position: relative;
424 .ui-icon_link span.ui-icon {
425 margin: 0 5px 0 0;
426 position: absolute;
427 left: 0.2em;
428 right: auto;
429 top: 50%;
430 margin-top: -8px;
431 zoom: 1;
433 .ui-icon_link span.ui-text {
434 position: absolute;
435 left: 0.2em;
436 right: auto;
437 margin-top: -3px;
438 zoom: 1;
441 .ui-progressbar-value{
442 background-image: url('images/pbar-ani.gif');
445 ui-widget-overlay{
446 background: url("images/ui-bg_diagonals-thick_20_666666_40x40.png") repeat scroll 50% 50% #666666;
447 opacity:0.5;
450 /* Vertical Tabs
451 ----------------------------------*/
452 .ui-dialog-buttonpane { padding:10px !important; }
453 .ui-tabs-vertical { width: 100%; }
454 .ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 25%; }
455 .ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
456 .ui-tabs-vertical .ui-tabs-nav li a { display:block; }
457 .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
458 .ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 68%;}
460 .ui-dialog .ui-dialog-buttonpane button { float: left !important; }
462 .ui-widget-content a { text-decoration: underline; }
465 .vol_container{
466 z-index:99;
467 width:23px;
468 height:75px;
469 width:23px;
470 background: #CCC;
472 .vol_container_below{
473 top:30px;
475 .vol_container_top{
476 top:-77px;
478 .vol_container .volume_bar{
479 margin-top:5px;
480 height:65px;
481 width:10px;
482 margin-left: auto ;
483 margin-right: auto ;
485 .vol_container .ui-slider-handle{
486 cursor : pointer;
487 width:10px;
488 height:10px;
489 position:absolute;
490 left:-1px;
493 /* related videos Video */
494 .related_vids {
495 top:10px;
496 left:5px;
497 right:5px;
498 bottom:5px;
499 position:absolute;
500 overflow-y:auto;
502 .related_vids h1 {
503 border:medium none;
504 font-size:20px;
505 margin:4px 0px 4px 11px;
506 padding:0;
507 color:#FFF;
508 font-family:arial,sans-serif;
511 .related_vids ul {
512 margin:0;
513 padding:0;
515 list-style-image:none;
516 list-style-position:inside;
517 list-style-type:none;
518 margin:0;
519 padding:0;
523 .related_vids li{
524 -x-system-font:none;
525 color:#FAFAFA;
526 display:table;
527 font-family:arial,sans-serif;
528 font-size:11px;
529 line-height:normal;
530 margin:0 0 6px 35px;
531 padding:0;
534 .related_vids li div {
535 float:right;
536 margin:5px 0 0 10px;
537 width:200px;
540 .related_vids img {
541 width:80px;
542 z-index:2;
543 border-bottom:3px solid #36393D;
544 border-top:3px solid #36393D;
547 .mw-imported-resource{
548 border: thin solid black;