Greasy Fork is available in English.

百度贴吧-更宽

在宽版的基础上变得更宽

  1. /* ==UserStyle==
  2. @name 百度贴吧-更宽
  3. @description 在宽版的基础上变得更宽
  4. @version 0.1.1
  5. @namespace AN drew
  6. @license MIT
  7. @advanced text indexIncrease "帖子列表-宽度增量" "300"
  8. @advanced text postIncrease "帖子内容-宽度增量" "500"
  9. ==/UserStyle== */
  10.  
  11.  
  12.  
  13. @-moz-document domain("tieba.baidu.com") {
  14. :root{
  15. --imgWidth:810px;
  16. --indexWidth:980px;
  17. --postWidth:979px;
  18. --successLeft:334px;
  19. --indexIncrease: /*[[indexIncrease]]*/;
  20. --postIncrease: /*[[postIncrease]]*/;
  21. }
  22. }
  23.  
  24. @-moz-document url-prefix("https://tieba.baidu.com/f") {
  25. .head_main .head_middle, .head_main .head_content{width:calc(var(--indexWidth) + var(--indexIncrease) * 1px + 2px)}
  26. .content, .foot{width:calc(var(--indexWidth) + var(--indexIncrease) * 1px)}
  27. .frs_content_footer_pagelet{width:calc(var(--indexWidth) + var(--indexIncrease) * 1px)}
  28. .tb_rich_poster_container{width:calc(var(--indexWidth) + var(--indexIncrease) * 1px)}
  29. .tbui_aside_float_bar{left:calc((0.5015 * var(--indexIncrease) + 953.14) * 1px) !important}
  30. }
  31.  
  32. @-moz-document url-prefix("https://tieba.baidu.com/p/") {
  33. .l_container{width:calc(var(--postWidth) + var(--postIncrease) * 1px + 1px)}
  34. .content{width:calc(var(--postWidth) + var(--postIncrease) * 1px - 1px)}
  35. .pb_bright_share{width:calc(var(--postWidth) + var(--postIncrease) * 1px - 1px)}
  36. .tb_rich_poster_container{width:calc(var(--postWidth) + var(--postIncrease) * 1px - 1px)}
  37. .pb_footer{width:calc(var(--postWidth) + var(--postIncrease) * 1px - 1px)}
  38. .nav_wrap_add_border{width:calc(var(--postWidth) + var(--postIncrease) * 1px - 1px)}
  39. .thread_theme_5{width:calc(var(--postWidth) + var(--postIncrease) * 1px - 1px)}
  40. .pb_content{width:calc(var(--postWidth) + var(--postIncrease) * 1px)}
  41. .left_section{width:calc(var(--postWidth) + var(--postIncrease) * 1px) !important}
  42. .core_title_wrap_bright{width:calc(var(--postWidth) + var(--postIncrease) * 1px) !important}
  43. .p_postlist{width:calc(var(--postWidth) + var(--postIncrease) * 1px) !important}
  44. .l_post_bright{width:calc(var(--postWidth) + var(--postIncrease) * 1px) !important}
  45. .l_post_bright .d_post_content_main{width:calc(var(--postWidth) + var(--postIncrease) * 1px - 153px) !important}
  46. .l_post_bright .d_post_content_main .p_content{width:calc(var(--postWidth) + var(--postIncrease) * 1px - 173px) !important}
  47. .p_content img.BDE_Image.origin{max-width:calc(var(--imgWidth) + var(--postIncrease) * 1px) !important}
  48. .replace_div{max-width:calc(var(--imgWidth) + var(--postIncrease) * 1px) !important;
  49. width:calc(var(--imgWidth) + var(--postIncrease) * 1px) !important;}
  50. .thread_theme_7{width:calc(var(--postWidth) + var(--postIncrease) * 1px - 1px) !important}
  51. .tb_rich_poster .poster_success{left:calc(var(--successLeft) + var(--postIncrease) * 1px / 2) !important}
  52. .tbui_aside_float_bar{left:calc((0.499 * var(--postIncrease) + 951.39) * 1px) !important}
  53. }