MediaWiki:Vector-2022.css:修订间差异
MediaWiki界面页面
更多操作
删除的内容 添加的内容
修复评论区位置 |
无编辑摘要 |
||
| (未显示同一用户的5个中间版本) | |||
| 第1行: | 第1行: | ||
html, body{ |
|||
.mobile-only, |
|||
font-family:var(--font-main); |
|||
| ⚫ | |||
| ⚫ | |||
} |
} |
||
pre, code, tt, kbd, samp, .mw-code, |
|||
| ⚫ | |||
/* 编辑差异 */ |
|||
display: none; |
|||
.diff-editfont-monospace .diff-addedline, |
|||
.diff-editfont-monospace .diff-deletedline, |
|||
.diff-editfont-monospace .diff-context, |
|||
.diff-editfont-monospace .mw-diff-inline-added, |
|||
.diff-editfont-monospace .mw-diff-inline-deleted, |
|||
.diff-editfont-monospace .mw-diff-inline-moved, |
|||
.diff-editfont-monospace .mw-diff-inline-changed, |
|||
.diff-editfont-monospace .mw-diff-inline-context, |
|||
/* 编辑框 */ |
|||
.wikiEditor-ui .ace_editor, |
|||
/* JSON内容模型查看器 */ |
|||
.mw-json-value, .mw-json-single-value{ |
|||
font-family:var(--font-mono); |
|||
} |
} |
||
.mw-body-content kbd { |
|||
.mw-header .mw-logo-container { |
|||
border-radius: 2px; |
|||
display: none; |
|||
padding: 1px 4px; |
|||
background-color: var(--background-color-neutral-subtle, #f8f9fa); |
|||
color: var(--color-emphasized, #101418); |
|||
border: 1px solid var(--border-color-muted, #dadde3); |
|||
border-bottom-width: 2px; |
|||
} |
} |
||
| ⚫ | |||
.mw-header .mw-logo::before { |
|||
| ⚫ | |||
content: url(/images/f/fb/Vocawiki_logo.svg); |
|||
display: block; |
|||
| ⚫ | |||
height: 50px; |
|||
| ⚫ | |||
} |
} |
||
/* header logo */ |
|||
.mw-logo { |
|||
content: url(/images/8/82/Vocawiki_logo_text_only-dark.svg); |
|||
--logo-unit: 2px; |
|||
height: 50px; |
|||
position: relative; |
|||
top: 2px; |
|||
} |
} |
||
| ⚫ | |||
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; |
|||
} |
|||
} |
} |
||