必应不再绿

必应个性化样式

目前为 2021-04-01 提交的版本。查看 最新版本

  1. @-moz-document domain("bing.com") {
  2. /* ==UserStyle==
  3. @name:zh-CN 必应不再绿
  4. @name Biang
  5. @namespace doufu.ru
  6. @version 1.0.4
  7. @description:zh-CN 必应个性化样式
  8. @description Persnal Style For bing.com
  9. @author Ryan
  10. ==/UserStyle== */
  11. }
  12.  
  13. @-moz-document domain("bing.com") {
  14. /** 公共样式 */
  15. #ev_talkbox_min,
  16. #b_opalpers,
  17. [aria-label="更多结果"] {
  18. display: none !important;
  19. }
  20. :root {
  21. --max-width: 1600px;
  22. }
  23. h2 {
  24. line-height: 24px;
  25. font-size: 20px;
  26. }
  27. em,
  28. strong {
  29. font-style: normal;
  30. color: #c00 !important;
  31. }
  32. a,
  33. #b_tween a:visited,
  34. #b_results .b_no a {
  35. color: rgb(0, 0, 204);
  36. }
  37. cite,
  38. #b_results cite.sb_crmb a,
  39. #b_results cite a.sb_metalink,
  40. #b_results .b_adurl cite a,
  41. #bk_wr_container cite a {
  42. color: #626675;
  43. }
  44. #b_header {
  45. display: flex;
  46. flex-direction: column;
  47. flex-wrap: wrap;
  48. position: relative;
  49. align-items: center;
  50. }
  51. #id_h {
  52. position: absolute;
  53. float: none;
  54. top: 0px;
  55. z-index: 99;
  56. }
  57. .as-horizontal .as-menu {
  58. justify-content: center;
  59. }
  60. }
  61.  
  62. @-moz-document regexp("https?://.*\\.bing\\.com/((\\?.*?)?)$") {
  63. /** 首页样式 */
  64. #hp_scroll,
  65. #hp_container .hpcLogoWhite {
  66. display: none !important;
  67. }
  68. #sbox {
  69. top: 45%;
  70. }
  71. }
  72.  
  73. @-moz-document regexp("https?://.*\\.bing\\.com/search.*$") {
  74. /** 搜索列表样式 */
  75. body {
  76. overflow: hidden;
  77. }
  78. html body,
  79. body #b_header,
  80. #b_content {
  81. width: 98% !important;
  82. min-width: unset !important;
  83. max-width: var(--max-width) !important;
  84. margin: 0 auto;
  85. }
  86. #sb_form,
  87. .b_scopebar,
  88. #ScopeRow {
  89. width: 100%;
  90. margin: 0 !important;
  91. display: flex !important;
  92. align-items: center;
  93. justify-content: center;
  94. }
  95.  
  96. .trans_button_group {
  97. top: 53px;
  98. }
  99.  
  100. .b_scopebar .b_active {
  101. border-bottom-color: #38f;
  102. }
  103.  
  104. .trans_button {
  105. background-color: #e4e4e4;
  106. }
  107.  
  108. .b_attribution,
  109. #b_content .b_attribution {
  110. font-size: 13px;
  111. line-height: 20px;
  112. }
  113. #b_results {
  114. width: unset !important;
  115. display: flex;
  116. flex-wrap: wrap;
  117. }
  118. #b_results > li a {
  119. color: rgb(0, 0, 204);
  120. }
  121. /* 搜索结果二级标题 */
  122. .deeplink_title > a {
  123. font-size: 15px;
  124. }
  125.  
  126. #b_results .b_algo .b_vlist2col.b_deep li {
  127. padding: 0 0 5px;
  128. }
  129.  
  130. #b_context,
  131. .rc_rnDesktop_vlHorizontalImage,
  132. .tipContainer,
  133. .bottomTipContainer {
  134. display: none;
  135. }
  136.  
  137. #b_tween {
  138. margin: 10px 0;
  139. display: flex;
  140. justify-content: center;
  141. }
  142.  
  143. #b_content {
  144. padding: 0;
  145. width: 1260px;
  146. margin: 0 auto;
  147. }
  148.  
  149. #b_results {
  150. width: unset !important;
  151. }
  152.  
  153. #b_results > li:not(#mfa_root):not(.b_pag) {
  154. display: inline-block !important;
  155. width: 100%;
  156. -moz-box-sizing: border-box !important;
  157. box-sizing: border-box !important;
  158. padding: 10px !important;
  159. border-top: 2px dotted #ddd;
  160. background-clip: padding-box !important;
  161. margin: 0 !important;
  162. vertical-align: top !important;
  163. counter-increment: gOrder 1;
  164. }
  165.  
  166. #b_results > li.b_ans.b_topborder,
  167. #b_results > li.b_ans.b_topborder.b_tophb.b_topshad {
  168. box-shadow: unset;
  169. border-top: 2px dotted #ddd;
  170. }
  171. #b_results > li.b_pag {
  172. width: 100% !important;
  173. display: flex !important;
  174. justify-content: center;
  175. margin: 10px;
  176. padding: 0;
  177. }
  178. #b_results > li.b_pag > .b_mpref {
  179. width: 100%;
  180. margin-top: 0 !important;
  181. margin-bottom: 0 !important;
  182. }
  183. .b_rs ul {
  184. display: flex;
  185. flex-wrap: wrap;
  186. }
  187. .b_rs ul > li {
  188. margin-right: 16px;
  189. }
  190. @media (min-width: 768px) {
  191. .b_searchboxForm {
  192. width: auto;
  193. }
  194. #b_results > li:not(#mfa_root):not(.b_pag) {
  195. width: 50%;
  196. }
  197. #b_tween {
  198. display: flex;
  199. align-items: center;
  200. margin: 10px 0 !important;
  201. }
  202. #est_switch {
  203. display: flex;
  204. margin-left: 0 !important;
  205. justify-content: left;
  206. width: 490px;
  207. }
  208. #est_switch.est_sb_hover .est_selected::after,
  209. .b_focus #est_switch .est_selected::after {
  210. border: 1px solid;
  211. border-bottom: none;
  212. border-color: rgba(0, 0, 0, .34);
  213. box-shadow: unset;
  214. }
  215. .b_searchboxForm {
  216. border-radius: 0;
  217. }
  218. .b_searchboxForm:hover,
  219. .b_focus .b_searchboxForm {
  220. box-shadow: unset;
  221. border: 1px solid rgba(0, 0, 0, .34);
  222. border-radius: 0;
  223. }
  224. .b_searchboxForm:hover {
  225. border: 1px solid rgba(0, 0, 0, .34) !important;
  226. }
  227. .est_sb_hover #est_cn.est_selected::before,
  228. .b_focus #est_cn.est_selected::before,
  229. .est_sb_hover #est_en.est_selected::before,
  230. .b_focus #est_en.est_selected::before {
  231. display: none;
  232. }
  233. #sw_as {
  234. margin-left: -1px !important;
  235. margin-right: -1px !important;
  236. }
  237. #sw_as #sa_ul:not(:empty) {
  238. box-shadow: unset;
  239. border: 1px solid rgba(0, 0, 0, .34) !important;
  240. }
  241. }
  242. }
  243.  
  244. @-moz-document regexp("https?://.*\\.bing\\.com/(images|videos|academic|dict)/search.*$") {
  245. body {
  246. overflow: hidden;
  247. }
  248. #b_header #sb_form {
  249. flex-direction: row;
  250. display: flex;
  251. margin: 0;
  252. }
  253. #b_header .b_scopebar {
  254. position: relative;
  255. width: 100%;
  256. margin: 0;
  257. }
  258. #b_content {
  259. width: 100% !important;
  260. min-width: unset !important;
  261. margin: 0 auto;
  262. }
  263. #fbpgbt {
  264. display: none;
  265. }
  266. }

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址