MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
No edit summary |
||
Line 22: | Line 22: | ||
background-image: linear-gradient(to top,#101010 0,#111 100%); |
background-image: linear-gradient(to top,#101010 0,#111 100%); |
||
border-bottom: 1px solid #ed7117; |
border-bottom: 1px solid #ed7117; |
||
color: #ccc; |
|||
} |
} |
||
Revision as of 22:51, 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 li {
float: left;
height: 100%;
list-style: none;
margin: 0;
padding: 0;
background-image: linear-gradient(to top,#101010 0,#111 100%);
border-bottom: 1px solid #ed7117;
color: #ccc;
}
.vector-menu-tabs-legacy .selected {
background: #111;
background-image: linear-gradient(to top,#202020 0,#111 100%);
border-bottom: none;
}