检测到论坛CSS可能没有正确加载,如出现排版混乱请刷新重试。

We detected that the CSS might not be loaded correctly. If the website displays abnormally, Please refresh and try again.

Flarum上游写出来的部分玩意太迷惑了,所以干脆把这堆东西贴出来方便后人 🤔

/* 移动端优化,感谢Flarum中文站站长贡献 */
@media(max-width:1000px) {
    /* 不要在全部标签页上展示竖排、信息流广告,以及在线用户、论坛统计 */
    .TagsPage .item-flagrow-ad,
    .TagsPage .Flagrow-Ads-fake-poststream-item,
    .TagsPage .item-onlineUsers,
    .TagsPage .item-forumStatisticsWidget {
            display: none !important;
    }
    /* 不显示在线用户、谷歌竖排广告、论坛统计 */
    .item-onlineUsers,
    .item-flagrow-ad,
    .item-forumStatisticsWidget {
            display: none !important;
    }
}
/* 送走除全部主题页上的所有Online User */
.TagsPage .item-onlineUsers {
    display: none !important;
    visibility: hide;
}
/* 维护公告(zerosonesfun/flarum-ext-fickle-annoucement)样式优化 */
#fickle {
    padding: 10px;
    background-color: #2196F3;
    color: #ffffff;
    font-weight: bold;
    border-radius: 4px;
}
/* 夜间模式主题优化 */
body.dark {
    .item-bestAnswerPost .Post-body {
        p {
            color: #ddd;
        }
    }
    .BestAnswer--User {
        a {
            color: #fff;
        }
    }
    .spoiler {
        p {
            color: #000;
        }
    }
    .CommentPost--Reactions {
        background: #141a1f;
    }
    .FormControl {
        background-color: #1b2228;
    }
}
/* 回复按钮带图标 */
.item-reply .Button--link:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 15px;
    content: '\f3e5';
    margin-right: 8px;
}
/* 加载更多按钮变大了! */
.DiscussionList-loadMore button {
    width: 75%;
}
.rankings-loadmore button,
.UserDirectoryList-loadMore button {
    margin: 0 auto;
    width: 75%;
    display: block;
}
/* 万恶小红点 */
.unread .DiscussionListItem-title:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: '\f111';
    color: #f44336;
    margin-top: -6px;
    transform: scale(.5);
    position: absolute;
}
/* 自定义滚动条 */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: fade(#000, 10%);
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
::-webkit-scrollbar-thumb {
    background: fade(@primary-color, 100%); 
    -webkit-border-radius: 15px;
    border-radius: 15px;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: fade(@primary-color, 100%);
}

Upd 04.25.1

新增了fof/reactions的颜色优化——它居然还是白色的...
然后还有一个下拉菜单的老毛病==

Upd 04.25.2

新增了一堆优化后元素[tieba=huaji]

(简体)小 红 点 差 评,要 闪 瞎 了
Android:Nova 非 Prime 用多了,表示极其不适应
Win 10 & Server 2019:不存在的,QQ都不用了
苹果的装置:没有

© 2025 wvbCommunity 管理团队

删封申诉 | 知乎专栏 | 状态监控 | 用户协议(EULA) | 隐私政策

本站文章除其作者特殊声明外,一律采用CC BY-NC-SA 4.0许可协议进行授权,进行转载或二次创作时务必以相同协议进行共享,严禁用于商业用途。