Qiuyin-spring tide(留言 | 贡献) |
Qiuyin-spring tide(留言 | 贡献) |
||
| 第25行: | 第25行: | ||
opacity: 1; | opacity: 1; | ||
color: #000; /* 强制颜色,影响 currentColor */ | color: #000; /* 强制颜色,影响 currentColor */ | ||
fill: | fill: #000; /* 更可靠的 SVG 填色方式 */ | ||
filter: drop-shadow( 1px 0 0 currentColor) | filter: drop-shadow( 1px 0 0 currentColor) | ||
drop-shadow(-1px 0 0 currentColor) | drop-shadow(-1px 0 0 currentColor) | ||
2026年8月9日 (日) 10:20的版本
.cosmos-bannerOption-icon SVG {
fill: none;
stroke: #000;
stroke-width: 2px;
}
#cosmos-banner {
height: 46px;
}
#searchform {
width: 20% !important;
margin-left: auto !important;
margin-right: 0 !important;
}
#searchform input {
height: 26px;
background: #fff;
border-radius: 3px;
color: #1e0c1b;
}
#cosmos-notification-icons {
padding: 5px 5px 5px 0;
}
body:not(.skin-vector-2022) #pt-notifications-alert .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read,
body:not(.skin-vector-2022) #pt-notifications-notice .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read {
opacity: 1;
color: #000; /* 强制颜色,影响 currentColor */
fill: #000; /* 更可靠的 SVG 填色方式 */
filter: drop-shadow( 1px 0 0 currentColor)
drop-shadow(-1px 0 0 currentColor)
drop-shadow( 0 1px 0 currentColor)
drop-shadow( 0 -1px 0 currentColor);
}