MediaWiki:Vector-2022.css:修订间差异
外观
无编辑摘要 |
无编辑摘要 |
||
第5行: | 第5行: | ||
@media screen and (min-width: 1000px) { /* to make alot distance to page bottom */ | @media screen and (min-width: 1000px) { /* to make alot distance to page bottom */ | ||
.vector-header-container { margin-top: 8px; } | .vector-header-container { margin-top: 8px; } | ||
} | |||
@media screen and (min-width: calc(455px)) { | |||
.vector-header { | |||
flex-flow: unset !important; | |||
} | |||
} | } |
2025年3月20日 (四) 04:50的版本
body { min-width: 290px; --color-levity: #54595d; }
:root .mw-logo-icon { display: none }
.mw-page-title-separator { margin-right: 0.25em }
.mw-page-title-separator, .mw-page-title-namespace { color: var(--color-levity) }
@media screen and (min-width: 1000px) { /* to make alot distance to page bottom */
.vector-header-container { margin-top: 8px; }
}
@media screen and (min-width: calc(455px)) {
.vector-header {
flex-flow: unset !important;
}
}