MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
background-position: bottom left; |
background-position: bottom left; |
||
height: 5em; |
height: 5em; |
||
} |
|||
.vector-menu-tabs-legacy ul { |
|||
float: left; |
|||
height: 100%; |
|||
list-style: none; |
|||
margin: 0; |
|||
padding: 0; |
|||
background-image: linear-gradient(to top,#303030 0, #111 100%); |
|||
} |
} |
Revision as of 22:41, 1 August 2025
.mw-body {
background-color: #202020;
}
body {
background-color: #111;
}
#mw-page-base {
background-color: #111;
background-image: none;
background-position: bottom left;
height: 5em;
}
.vector-menu-tabs-legacy ul {
float: left;
height: 100%;
list-style: none;
margin: 0;
padding: 0;
background-image: linear-gradient(to top,#303030 0, #111 100%);
}