Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Vector.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 41: Line 41:
#mw-head {
#mw-head {
border-bottom: 0;
border-bottom: 0;
background-image: linear-gradient(
to right,
transparent 0,
transparent calc(var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap)),
var(--wiz-content-border) calc(var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap)),
var(--wiz-content-border) calc(100% - var(--wiz-page-gutter)),
transparent calc(100% - var(--wiz-page-gutter)),
transparent 100%
);
background-position: left bottom;
background-repeat: no-repeat;
background-size: 100% 1px;
}
}


#mw-head-base {
#mw-head-base {
box-sizing: border-box;
border-bottom: 0;
margin-left: calc(var(--wiz-sidebar-width) + var(--wiz-sidebar-content-gap));
margin-right: var(--wiz-page-gutter);
border-bottom: 1px solid var(--wiz-content-border);
}
}