Skip to content

Instantly share code, notes, and snippets.

@Kaiyuan
Last active July 29, 2016 02:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kaiyuan/f1727ec628a8d7dc6a83 to your computer and use it in GitHub Desktop.
Save Kaiyuan/f1727ec628a8d7dc6a83 to your computer and use it in GitHub Desktop.
微博 V6 简化
body {
font-family: "Helvetica Neue", Ubuntu, "WenQuanYi Micro Hei", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Micro Hei Mono", "WenQuanYi Zen Hei", "WenQuanYi Zen Hei", "Apple LiGothic Medium", "SimHei", "ST Heiti", "WenQuanYi Zen Hei Sharp", Arial, sans-serif !important;
}
div#Box_right, #pl_content_biztips, #plc_main>.WB_main_r, div[node-type="feed_spread"], #v6_pl_ad_bottomtip, #v6_pl_content_biztips {display:none !important;}
.W_func,div[feedtype="ad"], body .footer_adv {display: none !important}
body .send_weibo .input .input_detail {
width: -webkit-calc(100% - 14px);
width: calc(100% - 14px) !important;
}
body .WB_main_c {width: 99% !important;margin: 0 !important;}
.WB_tab_a>.clearfix {background-color: #fff !important;}
body .WB_tab_a .tab_box_a_r6 .fr_box {width: auto;}
@bbyan
Copy link

bbyan commented Nov 13, 2014

不错呢!!在ie上效果感人 谢谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment