MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
No edit summary |
||
Line 21: | Line 21: | ||
.vector-menu-tabs-legacy li { |
.vector-menu-tabs-legacy li { |
||
background-image: linear-gradient(to top,# |
background-image: linear-gradient(to top,#202020 0,#111 100%); |
||
background-position: left bottom; |
background-position: left bottom; |
||
background-repeat: repeat-x; |
background-repeat: repeat-x; |
Revision as of 22:35, 1 August 2025
.mw-body {
color: #ccc;
background-color: #202020;
border: 1px solid #ed7117;
}
.skin-vector {
background-color: #111;
}
#mw-page-base {
background-color: #111;
background-image: none;
background-position: bottom left;
height: 5em;
}
#mw-head-base {
background-color: #111;
}
.vector-menu-tabs-legacy li {
background-image: linear-gradient(to top,#202020 0,#111 100%);
background-position: left bottom;
background-repeat: repeat-x;
float: left;
display: block;
height: 100%;
margin: 0;
padding: 0;
line-height: 1.125em;
white-space: nowrap;
}
.oo-ui-widget {
color: #ccc;
}