MediaWiki:Vector-2022.css:修订间差异
创建页面,内容为“@media screen and (min-width: 982px) { #content, #left-navigation { margin-left: 0 !important; } }” |
无编辑摘要 |
||
(未显示2个用户的5个中间版本) | |||
第1行: | 第1行: | ||
@media screen and (min-width: | 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; } | |||
} | } |
2024年12月20日 (五) 15:10的最新版本
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; }
}