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 288: Line 288:
background: var(--wiz-content-background);
background: var(--wiz-content-background);
background-image: none;
background-image: none;
border-bottom: 1px solid var(--wiz-content-background);
border-bottom: 1px solid var(--wiz-content-border);
box-shadow: 0 1px 0 var(--wiz-content-background);
color: var(--wiz-heading);
color: var(--wiz-heading);
}
}
Line 298: Line 297:
content: "";
content: "";
position: absolute;
position: absolute;
right: -1px;
right: 0;
bottom: -1px;
bottom: -1px;
left: -1px;
left: 1px;
height: 1px;
height: 1px;
background: var(--wiz-content-background);
background: var(--wiz-content-background);