Skip to content

tieba_dark_simple by MapoMagpie

Details

AuthorMapoMagpie

LicenseNo License

Categorytieba.baidu.com

Created

Updated

Size4.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

自用,暗色模式以及简化无用元素,不完美

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       tieba_dark_simple
@version    20240526.09.01
@namespace  ?
==/UserStyle== */

@-moz-document url-prefix("https://tieba.baidu.com") {
* {
    background-color: #242424 !important;
    color: #cbcdff !important;
}

.top-sec,
.r-top-sec,
.r-right-sec,
.left-cont-wraper > div:nth-child(2) ~ *,
.tbui_aside_float_bar,
.always-forum-title {
    display: none;
}

.left-cont-fixed {
    position: unset !important;
}

.main-sec {
    width: unset !important;
    margin: 0 !important;
    padding: 0 !important;
}

.content-sec {
    width: 100vw !important;
    display: flex !important;
    background: none !important;
}

.page-container .left-sec,
.page-container .right-sec {
    float: unset !important;
}
.page-container .left-sec {
    width: 25vw !important;
    position: fixed;
}
.page-container .right-sec {
    width: 100% !important;
    margin-left: 30vw;
}
.sub_nav_wrap {
    background: none;
}
#forumscontainer {
    overflow: scroll !important;
    height: auto !important;
}
.page-container .r-left-sec,
.n_right,
.n_img,
.n_media {
    width: 100% !important;
}
.pop-up-frame {
    width: 25vw !important;
    position: fixed !important;
    left: 0 !important;
    top: 45vh !important;
    display: block !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    overflow: scroll !important;
    height: auto !important;
}
#alwayforum-wraper,
.tbui_scroll_panel.tbui_no_scroll_bar {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.tbui_panel_content {
    display: flex !important;
    flex-wrap: wrap;
    height: auto !important;
}

#likeforumwraper {
    width: 100%;
    display: flex !important;
    flex-wrap: wrap;
    height: auto !important;
}

.u-f-w .sign,
.always-forum-item .sign,
.u-f-w .more 
{
    background: unset !important;
    background-color: #434343 !important;
    width: 104px;
    height: 35px;
    margin: 7px 14px 8px 0;
}

.u-f-w .unsign,
.always-forum-item .unsign
{
    background: unset !important;
    background-color: #000 !important;
    color: #fff !important;
    width: 104px;
    height: 35px;
    margin: 7px 14px 8px 0;
}

#moreforum > .more {
    width: 100%;
    background: #00000000 !important;
    border: unset;
    box-shadow: unset;
}
.more-txt {
    margin: 0;
    background-color: #8d7ea5 !important;
}

.head_top,
.head_middle,
.plat_recom_carousel.tbui_slideshow_container,
.card_top_right,
.card_info,
#pagelet_encourage-celebrity\/pagelet\/celebrity,
.app_download_box,
.right_section {
    display: none;
}
.card_top_theme .card_head,
.card_top_theme .card_head_img {
    width: auto;
    height: 90%;
    margin: 0;
    padding: 0;
    position: unset;
    border: none;
}
.card_top_wrap > div:nth-child(2) {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
}
.nav_wrap {
    background-image: unset !important;
}
.threadlist_rep_num {
    background: unset;
    background-color: #484848 !important;
}
.forum_content {
    background: unset;
}

.aside,
.right_section {
    position: fixed !important;
    right: 0;
}
.forum_content .main {
    width: 100%;
}
.threadlist_text,
.threadlist_title,
.threadlist_bright .threadlist_abs_onlyline,
.threadlist_bright .threadlist_abs {
    width: 90% !important;
    color: #fff4b6 !important;
}
.pb_content,
.l_post {
    background: unset;
}


/**
.page-container .content-sec {
    width: auto;
}

.page-container .r-left-sec {
    float: none !important;
    width: 700px;
}

.r-left-sec {
    overflow: auto !important;
}
.right-sec {
    width: auto;
}

.page-container .right-sec {
    width: auto !important;
    float: none;
}

.r-left-sec, .sub_nav_wrap {
    width: auto;
}

.n_right, .n_img {
    width: 700px;
}
.new_list, .j_feed_li {
    width: 700px;
    border: 1px solid rebeccapurple;
}

.n_text {
    width: 600px;
}
.replace_div {
    height: auto !important;
}
*/
}

Reviews

No reviews yet.