Qiuyin-spring tide(留言 | 贡献) (创建页面,内容为“.cosmos-bannerOption-icon { 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; }”) |
Qiuyin-spring tide(留言 | 贡献) |
||
| 第1行: | 第1行: | ||
.cosmos-bannerOption-icon { | .cosmos-bannerOption-icon SVG { | ||
fill: none; | fill: none; | ||
stroke: #000; | stroke: #000; | ||
| 第20行: | 第20行: | ||
#cosmos-notification-icons { | #cosmos-notification-icons { | ||
padding: 5px 5px 5px 0; | 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: currentColor; /* 更可靠的 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); | |||
} | } | ||
2026年8月9日 (日) 10:19的版本
.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: currentColor; /* 更可靠的 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);
}