MediaWiki:Vector-2022.css:修订间差异
MediaWiki界面页面
更多操作
删除的内容 添加的内容
小 移除未使用到的“mobile-only”类,与其他皮肤统一,避免误用 |
无编辑摘要 |
||
| 第3行: | 第3行: | ||
} |
} |
||
/* header logo */ |
|||
.mw-logo { |
|||
display: none; |
|||
| ⚫ | |||
} |
|||
.mw-header .mw-logo-container { |
|||
display: none; |
|||
} |
|||
.mw-header .mw-logo::before { |
|||
content: url(/images/f/fb/Vocawiki_logo.svg); |
|||
display: block; |
|||
| ⚫ | |||
height: 50px; |
height: 50px; |
||
| ⚫ | |||
} |
|||
.mw-header .mw-logo::after { |
|||
content: url(/images/b/b2/Vocawiki_wordmark-dark.svg); |
|||
vertical-align: middle; |
|||
width: 240px; |
|||
position: relative; |
|||
| ⚫ | |||
} |
} |
||
.mw-logo-icon { |
|||
width: calc(16 * var(--logo-unit)); |
|||
@media screen and (min-width: 1680px) { |
|||
| ⚫ | |||
.mw-header { |
|||
| ⚫ | |||
display: flex !important; |
|||
} |
|||
} |
} |
||
.mw-logo-wordmark { |
|||
height: calc(9 * var(--logo-unit)); |
|||
@media screen and (max-width: 800px) { |
|||
.mw-header .mw-logo::after { |
|||
display: none; |
|||
} |
|||
} |
} |
||