MediaWiki:Vector.css: Difference between revisions

m
no edit summary
imported>Ttv pedro270707
m (Fixed footer behind body by making the body relatively positioned)
imported>Ttv pedro270707
mNo edit summary
Line 24: Line 24:


.vector-menu-tabs-legacy li::before {
.vector-menu-tabs-legacy li::before {
content: '';
    content: '';
display: block;
    display: block;
height: 8px;
    height: 8px;
width: 100%;
    width: 100.56%;
background-image: url(https://static.miraheze.org/btawiki/e/e3/Navigation_top.png);
    background-image: url(https://static.miraheze.org/btawiki/e/e3/Navigation_top.png);
background-size: 32px 100%;
    background-size: 32px 100%;
position: absolute;
    position: absolute;
bottom: 40px;
    bottom: 40px;
transform: matrix(1, 0, -1, 1, 0, 0);
    transform: matrix(1, 0, -1, 1, 0, 0);
     left: 4px;
     transform-origin: bottom left;
}
}


Line 40: Line 40:
background-size: 32px;
background-size: 32px;
     image-rendering: pixelated;
     image-rendering: pixelated;
}
.client-darkmode .vector-menu-tabs-legacy .vector-menu-content-list, .client-darkmode .vector-menu-tabs-legacy::before {
background-color: #000000 !important;
}
}