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; |
||
⚫ | |||
} |
} |
||
Line 29: | Line 28: | ||
background-image: linear-gradient(to top,#202020 0,#111 100%); |
background-image: linear-gradient(to top,#202020 0,#111 100%); |
||
border-bottom: none; |
border-bottom: none; |
||
} |
|||
.vector-menu-tabs-legacy .selected a, .vector-menu-tabs-legacy .selected a:visited { |
|||
⚫ | |||
} |
} |
Revision as of 22:53, 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;
}
.vector-menu-tabs-legacy .selected {
background: #111;
background-image: linear-gradient(to top,#202020 0,#111 100%);
border-bottom: none;
}
.vector-menu-tabs-legacy .selected a, .vector-menu-tabs-legacy .selected a:visited {
color: #ccc;
}