|
|
| (未显示同一用户的17个中间版本) |
| 第1行: |
第1行: |
| {{#css: | | {{CSS|用户:Qiuyin-spring_tide/代码/fandom.css}} |
| #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-bannerOption-icon { | |
| display: flex;
| |
| height: 28px;
| |
| place-items: center center;
| |
| fill: none;
| |
| stroke: #1e0c1b;
| |
| stroke-width: 2px;
| |
| }
| |
| #pt-notifications-alert .mw-echo-notifications-badge, #pt-notifications-notice .mw-echo-notifications-badge {
| |
| width: 20px;
| |
| height: 20px;
| |
| }
| |
| #cosmos-notification-icons {
| |
| padding: 5px 5px 5px 0px;
| |
| }
| |
| .cosmos-bannerOption-icon svg {
| |
| width: 21px;
| |
| height: 21px;
| |
| }
| |
| 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;
| |
| fill: #000;
| |
| filter: drop-shadow( 1px 0 0 black)
| |
| drop-shadow(-1px 0 0 black)
| |
| drop-shadow( 0 1px 0 black)
| |
| drop-shadow( 0 -1px 0 black);
| |
| }
| |
| }} | |