刚用上素雅,弄了个宽屏补丁
@-moz-document url-prefix("
https://tieba.baidu.com"){
/* 总体拉宽 */
.content {
width: 98%!important;
}
/* 列表区域拉宽 */
.content .main#contet_wrap {
width: -moz-calc(100% - 240px)!important;
}
/* 列表拉宽 */
.threadlist_li_right {
width:-moz-calc(100% - 80px)!important;
}
.threadlist_text,.threadlist_abs_onlyline,.small_list,.threadlist_abs,.tt_text_cnt>*,.tt_forbid{width:100%!important;}
/*内容页整体*/
.l_container{
width:-moz-calc(100% - 1.9%)!important;
}
/*回复区*/
.d_post_content_main{
width:-moz-calc(100% - 170px)!important;
}
.l_post_bright .core_reply_wrapper,.pb_footer,#tb_nav,#pb_content,.left_section,div[class*="thread_theme"],.lzl_simple_wrapper,.lzl_panel_wrapper{
width:100%!important;
}
#j_core_title_wrap,.l_post.noborder.l_post_bright,l_post.noborder.l_post_bright,.l_post.l_post_bright,.sofa_post{
width:-moz-calc(100% - 1px)!important;
}
/*沙发*/
#sofa_post>.d_post_content_main{
width:-moz-calc(100% - 130px)!important;
}
.search_logo{margin-left:-120px !important;}
/*楼中楼*/
#j_p_postlist,.edui-container{width:100%!important;}
#j_editor_for_container,[class*="lzl"]>*>.edui-editor-body{float:right!important;width:99%!important;}
/*鼠标经过楼中楼下方弹出水平滚动条*/
.user-hide-post-down{display:none !Important;}
}