MediaWiki:Vector-2022.css:修订间差异
MediaWiki界面页面
更多操作
删除的内容 添加的内容
创建页面,内容为“.mobile-only, .mobileonly{ display:none !important; }” |
小 临时更换logo |
||
| 第2行: | 第2行: | ||
.mobileonly{ |
.mobileonly{ |
||
display:none !important; |
display:none !important; |
||
} |
|||
.mw-header .mw-logo-icon { |
|||
display: none; |
|||
} |
|||
.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; |
|||
margin-right: 20px; |
|||
} |
|||
.mw-header .mw-logo::after { |
|||
content: url(/images/8/82/Vocawiki_logo_text_only-dark.svg); |
|||
vertical-align: middle; |
|||
width: 240px; |
|||
position: relative; |
|||
top: 2px; |
|||
} |
|||
@media screen and (min-width: 1680px) { |
|||
.mw-header { |
|||
display: flex !important; |
|||
} |
|||
} |
|||
@media screen and (max-width: 800px) { |
|||
.mw-header .mw-logo::after { |
|||
display: none; |
|||
} |
|||
} |
} |
||