码桶
发现社区成员的开源项目
26815.user.css1.8 KB
/*
==UserStyle==
@name CCthere Widescreen style
@namespace github.com/heilinzz
@description widescreen display content for ccthere.org just self-use
@author Lam Zoizau(lzz) <[email protected]>
@homepageURL https://userstyles.world/style/26815/ccthere-widescreen-style
@supportURL https://userstyles.world/style/26815/ccthere-widescreen-style
@version 2026.0227.1118
@license GPL-3.0
@preprocessor stylus
==/UserStyle==
*/
/* Designed by Lam Zoizau(lzz)
Under GPL-3.0 License. Copy rights reserved. 2026.
*/
@-moz-document regexp("(https?):\\/\\/(www)\\.((ccthere|cchere|talkcc|ccwhat|here4news)\\.(org|com|net))(\\/.*)?$")
{
/* 定义页面背景 */
body {
background-color: rgba(211, 211, 211, 0.86);
line-height: 1.6;
}
/* 禁用顶部导航左右圆角 */
.s_AppH {
max-width: 100%;
height: 100%;
border-radius: 0 0 0 0;
}
/* 内容宽度自适应 */
#DG_M {
width: 100%;
}
/* 主体宽度自定义 */
#DG_MainC {
width: 1200px;
max-width: 1572px;
}
/* 内容弹窗重定义总宽度,标题行圆弧及内容宽度 */
.s_Pop {
min-width: 50rem;
margin: 0 30 30 30;
}
.s_PopC {
margin: 0 0 0 0;
}
.s_Pop_S>.s_PopH {
border-radius: 0.5rem 0.5rem 0 0;
}
.s_Thread .s_PCont {
width: 96%
}
.s_PCont > .s_PCExp {
width: 150px;
}
li > .s_PCont {
background-color:#fcfcfc;
}
/*
以下为去多除元素
去左栏 */
#DG_A_L {
display: none !important;
}
/* 去右栏 */
#DG_A_R {
display: none !important;
}
/* 去节日欢迎 */
#DG_M > div.sTAC {
display: none !important;
}
/* 去节日欢迎二 */
#DG_M > div.s_Sec > .sTAC{
display: none !important;
}
/*
div.s_Sec > .sTAC{
display: none !important;
}
/* 去页脚 */
.s_AppF {
display: none !important;
}
}