MediaWiki:Common.css:修订间差异

HW
HW留言 | 贡献
HW
HW留言 | 贡献
第251行: 第251行:


.mw-footer{
.mw-footer{
background: rgb(var(--background-color));
background: rgb(var(--dark-color-2));
}
 
.mw-footer > .post-content .minerva-footer-logo,
#footer-info,
#footer-places {
    position: relative;
    z-index: 1;
}
 
#footer-info,
#footer-places {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}
 
.mw-footer > .post-content .minerva-footer-logo::before,
#footer-info::before,
#footer-places::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: rgb(var(--dark-color-2));
    z-index: -1;
}
}