Greasy Fork

必应不再绿

必应个性化样式

目前为 2021-03-16 提交的版本。查看 最新版本

@-moz-document domain("bing.com") {
/* ==UserStyle==
@name:zh-CN     必应不再绿
@name         Biang 
@namespace     doufu.ru
@version       1.0.2
@description:zh-CN 必应个性化样式
@description    Persnal Style For bing.com
@author         Ryan
==/UserStyle== */
}

@-moz-document domain("bing.com") {
/** 公共样式 */
#ev_talkbox_min,
#b_opalpers {
	display: none !important;
}
:root {
	--max-width: 1600px;
}
h2 {
	line-height: 24px;
	font-size: 20px;
}
em,
strong {
	font-style: normal;
	color: #c00 !important;
}
a,
#b_tween a:visited,
#b_results .b_no a {
	color: rgb(0, 0, 204);
}
cite,
#b_results cite.sb_crmb a,
#b_results cite a.sb_metalink,
#b_results .b_adurl cite a,
#bk_wr_container cite a {
	color: #626675;
}
#b_header {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	position: relative;
	align-items: center;
}
#est_switch {
	width: 100%;
	display: flex;
	overflow: hidden;
}
.b_searchboxForm {
	width: 100%;
}
#id_h {
	position: absolute;
	float: none;
	top: 0px;
	z-index: 99;
}
}

@-moz-document regexp("https?://.*\\.bing\\.com/((\\?.*?)?)$") {
/** 首页样式 */
#hp_scroll,
#hp_container .hpcLogoWhite {
	display: none !important;
}
#sbox {
	top: 45%;
}
}

@-moz-document regexp("https?://.*\\.bing\\.com/search.*$") {
/** 搜索列表样式 */
html body,
body #b_header,
#b_content {
	width: 100% !important;
	min-width: unset !important;
	max-width: var(--max-width) !important;
	margin: 0 auto;
}
#sb_form,
.b_scopebar,
#ScopeRow {
	width: 100%;
	margin: 0 !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.trans_button_group {
	top: 53px;
}

.b_scopebar .b_active {
	border-bottom-color: #38f;
}

.trans_button {
	background-color: #e4e4e4;
}

.b_attribution,
#b_content .b_attribution {
	font-size: 13px;
	line-height: 20px;
}
#b_results {
	width: unset !important;
	display: flex;
	flex-wrap: wrap;
}
#b_results > li a {
	color: rgb(0, 0, 204);
}
/* 搜索结果二级标题 */
.deeplink_title > a {
	font-size: 15px;
}

#b_results .b_algo .b_vlist2col.b_deep li {
	padding: 0 0 5px;
}

#b_context,
.rc_rnDesktop_vlHorizontalImage,
.tipContainer,
.bottomTipContainer {
	display: none;
}

#b_tween {
	margin: 10px 0;
	display: flex;
	justify-content: center;
}

#b_content {
	padding: 0;
	width: 1260px;
	margin: 0 auto;
}

#b_results {
	width: unset !important;
}

#b_results > li:not(#mfa_root):not(.b_pag) {
	display: inline-block !important;
	width: 100%;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	padding: 10px !important;
	border-top: 2px dotted #ddd;
	background-clip: padding-box !important;
	margin: 0 !important;
	vertical-align: top !important;
	counter-increment: gOrder 1;
}

#b_results > li.b_ans.b_topborder,
#b_results > li.b_ans.b_topborder.b_tophb.b_topshad {
	box-shadow: unset;
	border-top: 2px dotted #ddd;
}
#b_results > li.b_pag {
	width: 100% !important;
	display: flex !important;
	justify-content: center;
	margin: 10px;
	padding: 0;
}
#b_results > li.b_pag > .b_mpref {
	width: 100%;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.b_rs ul {
	display: flex;
	flex-wrap: wrap;
}
.b_rs ul > li {
	margin-right: 16px;
}
@media (min-width: 768px) {
	.b_searchboxForm {
		width: auto;
	}
	#b_results > li:not(#mfa_root):not(.b_pag) {
		width: 50%;
	}
}
}

@-moz-document regexp("https?://.*\\.bing\\.com/(images|videos|academic|dict)/search.*$") {
body {
	overflow: hidden;
}
#b_header #sb_form {
	flex-direction: row;
	display: flex;
	margin: 0;
}
#b_header .b_scopebar {
	position: relative;
	width: 100%;
	margin: 0;
}
#b_content {
	width: 100% !important;
	min-width: unset !important;
	margin: 0 auto;
}
#fbpgbt {
	display: none;
}
}