这个项目目前匹配了百度首页,百度搜索界面,百度资讯界面,百度视频界面,百度图片界面,百度知道搜索界面,百度知道问答界面,百度文库搜索界面…… 有什么问题评论区提出…… 首页壁纸接口失效,请及时更新
Baidu 百度黑暗模式自用 by VisJoker
Details
AuthorVisJoker
LicenseCC-BY-NC-4.0
Categoryhttps://www.baidu.com/
Created
Updated
Size22 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link./* ==UserStyle==
@name Baidu 百度黑暗模式
@namespace USO Archive
@author VisJoker
@description 这个项目目前匹配了百度首页,百度搜索界面,百度资讯界面,百度视频界面,百度图片界面,百度知道搜索界面,百度知道问答界面,百度文库搜索界面…… 有什么问题评论区提出…… 首页壁纸接口失效,请及时更新
@version 20240512
@license CC-BY-NC-4.0
@preprocessor uso
==/UserStyle== */
@-moz-document regexp("https?://www.baidu.com/s(\\?)(?!(.*)(=news&))(.*)") {
/*代码1,搜索页面设置*/
/*预设开始*/
/* 设置页面最小宽度为1200px,并且宽度为视口宽度加上0% */
#wrapper {
min-width: 1200px;
width: calc(100% + 0%) !important; /* 加号两边有空格 */
}
/*预设结束*/
/* 隐藏右侧热搜榜 */
.result-op.xpath-log {
display: none !important;
}
#content_right {
display: none !important;
}
/* 工具栏样式 */
.s_tab_inner {
/* 设置背景颜色为白色,带有0.9的不透明度 */
background-color: rgba(139, 139, 139, 0);
/* 设置宽度为665px */
width: 665px;
/* 设置内边距,顺序为 上右下左 */
padding: 5px 15px 0px 15px; /* 上20px,右15px,下0px,左15px */
/* 设置圆角边框为15px */
border-radius: 25px;
/* 设置阴影效果 */
box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px 1px;
/* 设置背景颜色过渡效果为0.2秒 */
transition: background-color 0.2s;
/* 设置高度为50px */
height: 30px;
}
.wrapper_new #content_left {
padding-left: 40px;/* 调整内容左边距 */
}
/* 设置搜索选项卡上边距和左边距 */
.wrapper_new #s_tab {
padding-top: 80px; /* 调整上边距 */
padding-left: 140px; /* 调整左边距 */
margin-bottom: 30px; /* 设置下边距 */
}
/* 设置搜索选项卡内链接的宽度、高度和外边距 */
.wrapper_new #s_tab a, .wrapper_new #s_tab b{
width: 29px; /* 设置宽度 */
height: 23px; /* 设置高度 */
overflow: hidden; /* 溢出隐藏 */
margin: 0 18px; /* 设置边距 */
}
/* 设置搜索结果数量容器的上边距 */
.head_nums_cont_outer {
margin-top: -37px; /* 调整上边距 */
}
.head_nums_cont_outer .nums, .head_nums_cont_outer .search_tool_conter{
margin-left: 60px;
}
@media screen and (min-width: 2561px) {
#content_left{
margin-left: 130px;
}
}
/*左侧面板设置开始*/
.hint_common_restop,
.content_none/*没有找到*/
{
margin-left:140px;
}
.result-op .t+div>canvas/*时间*/
{
width:640px!important;
}
.c-group-top
,.c-group-middle
{
margin-bottom:14px!important;
}
.hint_common_restop
,#container .result-molecule:nth-of-type(2)/*搜索工具*/
,#rs_new/*相关搜索*/
,#content_left>div[class*="result"]/*搜索结果*/
{
background-color: rgba(102, 102, 102, .15);
width: 640px!important;
padding: 15px;
border-radius: 15px;
box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px 1px;
}
.c-group-wrapper
{
margin:0 0 20px 0;
}
.hit-toptip/*纠错提示*/
{
margin-bottom:20px;
}
#container .result-molecule:nth-of-type(2)/*搜索工具*/
{
margin-top:15px;
margin-bottom:15px!important;
}
.c-group-wrapper>.new-pmd/*热搜榜结果*/
{
margin-left:15px!important;
margin-top:20px!important;
}
#op_wiseapp
{
width:620px!important;
}
#content_left>div>div[id*="canvas"]/*头部商品广告*/
{
margin-bottom:20px!important;
}
.c-group-wrapper
{
box-shadow:none!important;
}
.c-container>.new-pmd
{
padding:0!important;
background:rgba(255, 255, 255, 0)!important;
box-shadow:none!important;
}
.ec_tuiguang_pplink/*加大广告字样*/
{
font-size:1.3em;
}
.aladdin__2AELi
,.wenda-abstract-wrap{
border:none;
box-shadow:none;
background-color: rgba(255, 255, 255, 0.05);
}
#op_wiseapp_td
{
padding:15px!important;
}
#content_left .result:hover
,#container .result-molecule:nth-of-type(2):hover/*搜索工具*/
,#content_left>div:hover/*搜索结果*/
{
background-color: rgba(18, 18, 18, .95);
transition: background-color 1s;
}
#op_wiseapp_td:hover
{
background-color: rgba(255,255,255,0.5);
border-radius:25px!important;
transition: background-color 1s;
}
/*左侧面板设置结束*/
/*底部页码设置开始*/
#page a
,#page strong
{
border-radius:20px!important;
}
#page strong
{
background:rgba(84, 203, 222, .9)!important;
}
#page .pc:hover
,#page a:hover
{
background:rgba(84, 203, 222, .9)!important;
}
/*底部页码设置结束*/
#content_left>div:not(.new-pmd)/*广告*/
{
display:none;
}
}
@-moz-document regexp("https?://www.baidu.com/(s|baidu)(\\?)(.*)=news&(.*)") {
/*代码2,资讯界面设置*/
/*预设开始*/
#wrapper
{
min-width:1200px;
}
/* 预设结束 */
/* 头部设置开始 */
#s_tab {
background-color:rgba(255, 255, 255, 0)!important;
height: 45px!important;
}
.s_form {
height: 40px;
margin:0!important;
}
.tab-wrapper
{
position:relative;
top:10px;
}
#header_top_bar
{
position:absolute;
left:66%;
top:63px;
width:450px;
}
#header_top_bar .nums
{
width:180px;
}
/* 头部设置结束 */
/* 工具栏样式 */
.s_tab_inner {
/* 设置背景颜色为白色,带有0.9的不透明度 */
background-color: rgba(139, 139, 139, 0);
/* 设置宽度为665px */
width: 665px;
/* 设置内边距,顺序为 上右下左 */
padding: 5px 15px 0px 15px; /* 上20px,右15px,下0px,左15px */
/* 设置圆角边框为15px */
border-radius: 25px;
/* 设置阴影效果 */
box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px 1px;
/* 设置背景颜色过渡效果为0.2秒 */
transition: background-color 0.2s;
/* 设置高度为50px */
height: 30px;
}
.wrapper_new #content_left {
padding-left: 40px;/* 调整内容左边距 */
}
/* 设置搜索选项卡上边距和左边距 */
.wrapper_new #s_tab {
padding-top: 80px; /* 调整上边距 */
padding-left: 140px; /* 调整左边距 */
margin-bottom: 30px; /* 设置下边距 */
}
/* 设置搜索选项卡内链接的宽度、高度和外边距 */
.wrapper_new #s_tab a, .wrapper_new #s_tab b{
width: 29px; /* 设置宽度 */
height: 23px; /* 设置高度 */
overflow: hidden; /* 溢出隐藏 */
margin: 0 18px; /* 设置边距 */
}
/* 设置搜索结果数量容器的上边距 */
.head_nums_cont_outer {
margin-top: -37px; /* 调整上边距 */
}
.head_nums_cont_outer .nums, .head_nums_cont_outer .search_tool_conter{
margin-left: 60px;
}
@media screen and (min-width: 2561px) {
#content_left{
margin-left: 130px;
}
}
/* 左部面板设置开始 */
#content_left{
position:relative;
top:15px!important;
}
.result-op
,#gotoPage
,#rs
,.hint_top
,#noresult
{
background-color: rgba(102, 102, 102, .15);
width: 640px!important;
padding: 15px;
border-radius: 15px;
box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px 1px;
}
.result-op:hover
,#gotoPage:hover
,#rs:hover
,.hint_top:hover
,#noresult:hover
{
background-color: rgba(18, 18, 18, .95);
transition: background-color 1s;
}
#gotoPage
{
position:relative;
top:15px;
margin-bottom:35px;
}
/* 左部面板设置结束 */
/* 右部面板设置开始 */
#content_right
{
display:none;
}
/* 右部面板设置结束 */
/* 尾部页码设置开始 */
#page a
,#page strong
{
border-radius:20px!important;
}
#page strong
{
background:rgba(84, 203, 222, .9)!important;
}
#page .pc:hover
,#page a:hover
{
background:rgba(84, 203, 222, .9)!important;
}
/* 尾部页码设置结束 */
/* 其他 */
#foot
{
display:none;
}
}
@-moz-document regexp("https?://www.baidu.com/sf/vsearch(\\?)(.*)") {
/*代码3,视频界面设置*/
/* 头部设置开始 */
.s_tab
{
background-color:rgba(255, 255, 255, 0);
height:45px!important;
}
.s_tab_inner
{
position:relative;
top:10px;
}
.s_btn
{
line-height: 41px;
}
/* 头部设置结束 */
/* 左侧面板设置开始 */
#container{
width:100%;
}
#content_left
{
position:relative;
width:100%;
margin:0;
padding:0;
}
.video_list_container
{
width:80%;
position:relative;
margin:auto;
}
.video_list
,.video_small_intro
{
width:195px;
margin-right:15px;
}
.video_list/*视频块*/
{
background-color:rgb(36, 36, 36);
border-radius:15px;
padding:15px;
display:inline-block;
height:260px;
vertical-align:top;
}
.video_list:first-child {
margin-top:28px;
}
.video_small_intro/*文字块*/
{
position:relative;
top:120px;
right:195px;
}
.video_list>a
{
margin-left:10px;
}
.c-font-normal
{
display:block;
}
.video_load_more
{
background:white;
border-radius:15px;
}
/* 左侧面板设置结束 */
/* 右侧面板设置开始 */
#content_right
{
display:none;
}
/* 右侧面板设置结束 */
}
@-moz-document regexp("https?://image.baidu.com/search/index\\?(.*)") {
/* 代码4,图片界面设置 */
/* 预设开始 */
body
{
margin:0!important;
padding:0!important;
width:100%;
background:#fff;
}
#search
{
min-width:1200px!important;
}
/* 预设结束 */
/* 头部设置开始 */
.s_tab_inner {
/* 设置背景颜色为白色,带有0.9的不透明度 */
background-color: rgba(139, 139, 139, 0);
/* 设置宽度为665px */
width: 665px;
/* 设置内边距,顺序为 上右下左 */
padding: 5px 15px 0px 15px; /* 上20px,右15px,下0px,左15px */
/* 设置圆角边框为15px */
border-radius: 25px;
/* 设置阴影效果 */
box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px 1px;
/* 设置背景颜色过渡效果为0.2秒 */
transition: background-color 0.2s;
/* 设置高度为50px */
height: 30px;
}
.wrapper_new #content_left {
padding-left: 40px;/* 调整内容左边距 */
}
/* 设置搜索选项卡上边距和左边距 */
.wrapper_new #s_tab {
padding-top: 80px; /* 调整上边距 */
padding-left: 140px; /* 调整左边距 */
margin-bottom: 30px; /* 设置下边距 */
}
/* 设置搜索选项卡内链接的宽度、高度和外边距 */
.wrapper_new #s_tab a, .wrapper_new #s_tab b{
width: 29px; /* 设置宽度 */
height: 23px; /* 设置高度 */
overflow: hidden; /* 溢出隐藏 */
margin: 0 18px; /* 设置边距 */
}
/* 设置搜索结果数量容器的上边距 */
.head_nums_cont_outer {
margin-top: -37px; /* 调整上边距 */
}
.head_nums_cont_outer .nums, .head_nums_cont_outer .search_tool_conter{
margin-left: 60px;
}
@media screen and (min-width: 2561px) {
#content_left{
margin-left: 130px;
}
}
/* 头部设置结束 */
/* 主体设置开始 */
.fc-info-hover/*广告字*/
{
display:none;
}
.imgbox
,.fc-img
{
width: calc(100% - 20px)!important;
margin-left:10px;
height:100%;
}
.imgbox a
,.main_img
,.fc-link
,.fc-img img
{
width:100%!important;
border-radius:15px;
}
.main_img
,.fc-img img
{
height:180px!important;
position:relative;
top:50%;
transform:translateY(-50%);
}
.fc-img img
{
height:180px!important;
}
/* 主体设置结束 */
}
@-moz-document regexp("https?://zhidao.bai...