Baidu Search Multi Column

Persnal Style For baidu.com

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

@charset "UTF-8";

/* ==UserStyle==
@name:zh-CN         百度搜索多列样式
@name               Baidu Search Multi Column
@namespace          github.com/benzbrake/FirefoxCustomize
@version            1.0.2
@description:zh-CN  简易版百度搜索多列样式
@description        Persnal Style For baidu.com
@author             Ryan
@license            MIT
@var text max-columns "Search Result Columns" 2
==/UserStyle== */
@-moz-document regexp("https?:\\/\\/www\\.baidu\\.com\\/?$") {
    #s_main,
    #s_top_wrap .s-top-nav {
        display: none !important;
    }
    #head_wrapper {
        height: calc(100% - 100px);
        max-height: unset;
        top: 60px;
    }
}
@-moz-document regexp("https?:\\/\\/www\\.baidu\\.com\\/s.*") {
    #content_right {
        display: none
    }

    #container {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 1280px !important;
        margin: 0 auto !important;
        padding-left: 0 !important;
    }

    #container > .result-molecule {
        display: flex;
        justify-content: center;
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
    }

    #content_left {
        padding: 0 !important;
        float: unset;
        margin: 0 auto !important;
        width: 1280px !important;
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
    }

    #content_left > div.c-container,
    #content_left > div.c-group-wrapper {
        flex-basis: calc(100% / var(--max-columns) - 10px);
        width: calc(100% / var(--max-columns) - 10px);
        height: auto;
        margin: 5px;
        overflow: hidden;
    }

    .new-pmd .c-span12 {
        width: calc(100% - 6px);
        margin-right: 0 !important;
        padding: 5px 5px 5px 1px;
    }

    .new-pmd .c-border {
        margin: 0 !important;
    }

    #rs_new {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    #rs_new > :first-child {
        flex-basis: 100%;
        display: flex;
        justify-content: center;
    }
}