- /*
- * youku video resizer
- *
- * Author : ilinkcn
- * Created : 2009.01.08
- * Updated : 2009.01.08
- * Version :1.00
- * Website : mozilla.sociz.com
- * Description : 优酷视频大播放器css
- * Usage : 使用Stylish扩展(http://userstyles.org/)加载或者复制到你配置文件夹下userContent.css文件中
- * v 1.00
- */
- @namespace url(http://www.w3.org/1999/xhtml);
- @-moz-document url-prefix("http://v.youku.com/v_show/") {
- .videoPlay .player {height:560px !important;width:930px !important;}
- .left{width:600px !important;}
- .center{float:right !important;margin-right:0px !important;margin-top:570px !important;}
- .right,.s_header{display:none !important;}
- }
- @-moz-document url-prefix("http://v.youku.com/v_playlist/"){
- .listPlay .player{height:560px !important;width:930px !important;}
- .right{margin-top:560px !important;}
- }
复制代码 |