改善微博界面


/ Published in: CSS
Save to your folder(s)

隐藏第三栏,头像加入 CSS 圆角


Copy this code and paste it in your HTML
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("weibo.com") {
  4. #Box_right,#pl_leftNav_app,.wbim_chat_btm_lf,.prv_info,#pl_content_medal,#pl_relation_recommendAttUsers,#pl_content_hisTags,#pl_relation_hisFollowingsNav,#pl_content_hisFans,#pl_content_topic,#pl_leftNav_profileOpt,#pl_common_help,#pl_common_feedback,#pl_common_reportentry,.W_sina_vip{
  5. display: none;
  6. }
  7.  
  8. .W_main_r * {
  9. display: none;
  10. }
  11.  
  12. .W_main_bg {
  13. position: relative !important;
  14. }
  15.  
  16. .W_main_r {
  17. float: none !important;
  18. position: absolute !important;
  19. top: -20px !important;
  20. margin-left: 10px !important;
  21. right: -50px !important;
  22. }
  23.  
  24. .W_main_bg {
  25. background: url("http://img.t.sinajs.cn/t4/skin/diy/diy007/../images/white_repeat_bg_y.png?id=1316690793540") repeat-y !important;
  26. }
  27.  
  28. .feed_repeat .input textarea {
  29. font-size: 11px !important;
  30. font-family: "Microsoft JhengHei","Microsoft YaHei","STXihei","SimHei", serif !important;
  31. }
  32.  
  33. .face img,.person_info img {
  34. -moz-border-radius: 3px;
  35. -moz-box-shadow:0px 0px 3px #999;
  36. }
  37.  
  38.  
  39. .feed_list .repeat .input textarea {
  40. width: 630px !important;
  41. }
  42.  
  43.  
  44. .W_main_c {
  45. overflow: visible !important;
  46. width: 740px !important;
  47. }
  48.  
  49. .send_weibo {
  50. margin-left: 50px;
  51. }
  52.  
  53. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.