make a darker baidu
baidu dark by newproplus
Details
Authornewproplus
LicenseMIT
Categorybaidu.com
Created
Updated
Size1.9 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 baidu.com - 2022/12/13 16:43:54
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("baidu.com") {
/* 首页 */
body {
color: #fff!important;
background: #000!important;
}
a,
a:link,
a:hover {
color: #607cf1!important;
}
#head {
color: #fff!important;
background: #000!important;
}
#page,
#foot {
color: #fff!important;
background: #424242!important;
}
.wrapper_new #s_tab .s-tab-item:hover::before,
.new-pmd.c-container,
.new-pmd .c-color-text {
color: #aaa!important;
}
.new-pmd .c-color-t {
color: #607cf1!important;
}
.s_ipt_wr {
background: #222;
}
#kw.s_ipt {
color: #aaa!important;
}
/* 知道 */
.nav {
background-color: #222!important;
}
.exp-title h1,
.exp-content h2,
.exp-content-block {
color: inherit;
}
.fixed-search-box,
.breadcrumb,
.wgt-footer {
background: #424242!important;
}
.search-wrap .top-search-form .hdi {
color: #fff!important;
background: #424242!important;
}
/* 翻译 */
.fanyi-navigation-bar,
.input-wrap,
.output-blank,
.ordinary-wrap,
.history-wrap {
background-color: #000000!important;
}
.container {
background-color: #424242!important;
}
#baidu_translate_input,
#left-result-container,
#side-nav .nav-item span,
#side-nav .nav-sub-item,
#side-nav .nav-sub-item span,
.entry-d,
.entry-p,
.section-header,
.f-title,
.entry-xr,
.idg-id,
.ordinary-output {
color: #fff!important;
}
}