MediaWiki:Vector.css:修订间差异
外观
| 第8行: | 第8行: | ||
.mw-footer-container { | .mw-footer-container { | ||
border-top: 2px solid var(--background-color-neutral); | border-top: 2px solid var(--background-color-neutral); | ||
padding-top: 25px; | padding-top: 25px !important; | ||
padding-bottom: 5px; | padding-bottom: 5px !important; | ||
} | } | ||
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;
}
}
*/