/* ==UserStyle== @name 百度贴吧-更宽 @description 在宽版的基础上变得更宽 @version 0.0.6 @namespace AN drew @license MIT @downloadURL none ==/UserStyle== */ :root{ --imgWidth:810px; --indexWidth:980px; --postWidth:979px; --successLeft:334px; --indexIncrease:300px; --postIncrease:500px; } @-moz-document url-prefix("https://tieba.baidu.com/f") { .head_main .head_middle, .head_main .head_content{width:calc(var(--indexWidth) + var(--indexIncrease) + 2px)} .content, .foot{width:calc(var(--indexWidth) + var(--indexIncrease))} .frs_content_footer_pagelet{width:calc(var(--indexWidth) + var(--indexIncrease))} .tb_rich_poster_container{width:calc(var(--indexWidth) + var(--indexIncrease))} .tbui_aside_float_bar{left:calc(1905px * 0.58) !important} } @-moz-document url-prefix("https://tieba.baidu.com/p/") { .l_container{width:calc(var(--postWidth) + var(--postIncrease) + 1px)} .content{width:calc(var(--postWidth) + var(--postIncrease) - 1px)} .pb_bright_share{width:calc(var(--postWidth) + var(--postIncrease) - 1px)} .tb_rich_poster_container{width:calc(var(--postWidth) + var(--postIncrease) - 1px)} .pb_footer{width:calc(var(--postWidth) + var(--postIncrease) - 1px)} .nav_wrap_add_border{width:calc(var(--postWidth) + var(--postIncrease) - 1px)} .thread_theme_5{width:calc(var(--postWidth) + var(--postIncrease) - 1px)} .pb_content{width:calc(var(--postWidth) + var(--postIncrease))} .left_section{width:calc(var(--postWidth) + var(--postIncrease)) !important} .core_title_wrap_bright{width:calc(var(--postWidth) + var(--postIncrease)) !important} .p_postlist{width:calc(var(--postWidth) + var(--postIncrease)) !important} .l_post_bright{width:calc(var(--postWidth) + var(--postIncrease)) !important} .l_post_bright .d_post_content_main{width:calc(var(--postWidth) + var(--postIncrease) - 153px) !important} .l_post_bright .d_post_content_main .p_content{width:calc(var(--postWidth) + var(--postIncrease) - 173px) !important} .p_content img.BDE_Image.origin{max-width:calc(var(--imgWidth) + var(--postIncrease)) !important} .replace_div{max-width:calc(var(--imgWidth) + var(--postIncrease)) !important} .thread_theme_7{width:calc(var(--postWidth) + var(--postIncrease) - 1px) !important} .tb_rich_poster .poster_success{left:calc(var(--successLeft) + var(--postIncrease) / 2) !important} .tbui_aside_float_bar{left:calc(1905px * 0.63) !important} }