|
|
第269行: |
第269行: |
| } | | } |
|
| |
|
| /* 搜索框 */
| | |
| .mediawiki .wiki-header .wiki-nav .nav-search-box { /* 导航栏搜索框背景 */
| |
| padding: 0;
| |
| border: none;
| |
| background: url(https://patchwiki.biligame.com/images/wukong/d/d1/ly326npb5sjd51rkd2slkdtnyt7io6u.png) no-repeat;
| |
| background-color: transparent !important;
| |
| background-size: 108% 128%;
| |
| background-position: -8px -3px;
| |
| }
| |
| #simpleSearch1 #searchInput{ /* 导航栏搜索框 输入框的大小和文字颜色 */
| |
| line-height: 48px;
| |
| height: 48px;
| |
| width: 85%;
| |
| color:var(--font-color);
| |
| }
| |
| #simpleSearch1, #searchButton, #searchDelete{ /* 移除搜索框在鼠标移入时的背景 */
| |
| background-color:unset !important;
| |
| }
| |
| #searchInput:focus, #simpleSearch:hover #searchInput:focus{ /* 移除搜索框激活时的边框 */
| |
| box-shadow: none;
| |
| }
| |
| #simpleSearch1 #searchDelete{ /* 搜索框删除按钮,反色 */
| |
| filter: invert(80%);
| |
| opacity: 0.6;
| |
| }
| |
| #simpleSearch1 #searchButton{ /* 搜索框搜索按钮,反色 */
| |
| filter: invert(60%);
| |
| opacity: 0.8;
| |
| }
| |
| .mediawiki .wiki-nav{ /* 移除导航栏上下边框 */
| |
| border: none;
| |
| }
| |
| .suggestions-results,
| |
| .suggestions-special{ /* 搜索栏下放列出的搜索建议 */
| |
| background: var(--bg-color);
| |
| color: var(--font-color);
| |
| border: solid 1px #555;
| |
| margin-top:3px
| |
| }
| |
| .suggestions-result,
| |
| .suggestions-special .special-query{
| |
| color: var(--font-color);
| |
| }
| |
| .suggestions-result-current,
| |
| .suggestions-result-current .special-query{
| |
| background: var(--bg-color);
| |
| color: var(--a-color);
| |
| }
| |
|
| |
|
|
| |
|
第756行: |
第709行: |
|
| |
|
|
| |
|
| /* == 特殊和其他mw页面中,暗色主题的是适配 == */
| |
| .mediawiki .oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input{
| |
| color: var(--font-color); /* 移动页面表单输入框 */
| |
| }
| |
| .ns-special select,
| |
| .ns-special input,
| |
| .ns-special textarea{
| |
| color: #fff;
| |
| background: #393939;
| |
| }
| |
| .ns-special .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle{
| |
| background: var(--bg-color);
| |
| }
| |
| .ns-special .oo-ui-dropdownWidget-handle .oo-ui-labelElement-label{
| |
| color: #fff;
| |
| }
| |
| /* 最近更改页面 */ | | /* 最近更改页面 */ |
| .ns-special .oo-ui-textInputWidget input.oo-ui-inputWidget-input{ | | .ns-special .oo-ui-textInputWidget input.oo-ui-inputWidget-input{ |