MediaWiki:Vector.css:修订间差异
外观
HW(留言 | 贡献) (创建页面,内容为“→此处所有CSS将为使用Vector皮肤的用户加载: .vector-legacy-sidebar nav:first-child .vector-menu-heading{ display:block; }”) |
|||
| (未显示同一用户的4个中间版本) | |||
| 第1行: | 第1行: | ||
/* 此处所有CSS将为使用Vector皮肤的用户加载 */ | /* 此处所有CSS将为使用Vector皮肤的用户加载 */ | ||
footer #footer-icons{ | |||
position: absolute; | |||
right: 0; | |||
bottom: 0; | |||
} | } | ||
.mw-footer-container { | |||
border-top: 2px solid var(--background-color-neutral); | |||
padding-top: 25px !important; | |||
padding-bottom: 5px !important; | |||
} | |||
/* | |||
@media screen and (min-width: 1120px) { | |||
.mw-footer-container{ | |||
margin-left: -2.75rem; | |||
margin-right: -2.75rem; | |||
padding: 0 2.75rem 0 2.75rem; | |||
} | |||
.vector-column-start, .vector-column-end { | |||
margin-top: 0rem; | |||
border-top: unset; | |||
} | |||
} | |||
@media screen and (min-width: 1680px) { | |||
.mw-footer-container { | |||
margin-left: -3.25rem; | |||
margin-right: -3.25rem; | |||
padding: 0 3.25rem 0 3.25rem; | |||
} | |||
} | |||
*/ | |||
2026年3月1日 (日) 14:19的最新版本
/* 此处所有CSS将为使用Vector皮肤的用户加载 */
footer #footer-icons{
position: absolute;
right: 0;
bottom: 0;
}
.mw-footer-container {
border-top: 2px solid var(--background-color-neutral);
padding-top: 25px !important;
padding-bottom: 5px !important;
}
/*
@media screen and (min-width: 1120px) {
.mw-footer-container{
margin-left: -2.75rem;
margin-right: -2.75rem;
padding: 0 2.75rem 0 2.75rem;
}
.vector-column-start, .vector-column-end {
margin-top: 0rem;
border-top: unset;
}
}
@media screen and (min-width: 1680px) {
.mw-footer-container {
margin-left: -3.25rem;
margin-right: -3.25rem;
padding: 0 3.25rem 0 3.25rem;
}
}
*/