打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

MediaWiki:Vector-2022.css:修订间差异

MediaWiki界面页面
删除的内容 添加的内容
Amero留言 | 贡献
移除未使用到的“mobile-only”类,与其他皮肤统一,避免误用
Amero留言 | 贡献
无编辑摘要
第3行: 第3行:
}
}


.mw-header .mw-logo-icon {
/* header logo */
.mw-logo {
display: none;
--logo-unit: 2px;
}

.mw-header .mw-logo-container {
display: none;
}

.mw-header .mw-logo::before {
content: url(/images/f/fb/Vocawiki_logo.svg);
display: block;
width: 50px;
height: 50px;
height: 50px;
margin-right: 20px;
}

.mw-header .mw-logo::after {
content: url(/images/b/b2/Vocawiki_wordmark-dark.svg);
vertical-align: middle;
width: 240px;
position: relative;
top: 2px;
}
}
.mw-logo-icon {

width: calc(16 * var(--logo-unit));
@media screen and (min-width: 1680px) {
height: auto;
.mw-header {
margin-right: calc(6 * var(--logo-unit));
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;
}
}
}