MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
No edit summary |
||
| (66 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
.mw-body { |
.mw-body { |
||
| ⚫ | |||
background-color: #202020; |
|||
} |
} |
||
#mw-panel .portal h3 { |
|||
body { |
|||
color: #ed7117; |
|||
font-size: 14px; |
|||
} |
} |
||
#pt-notifications-alert .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read, #pt-notifications-notice .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read { |
|||
#mw-page-base { |
|||
opacity: 0.51; |
|||
| ⚫ | |||
filter: invert(1); |
|||
background-image: none; |
|||
} |
|||
background-position: bottom left; |
|||
height: 5em; |
|||
.vector-menu-tabs-legacy .selected a, |
|||
.vector-menu-tabs-legacy .selected a:visited { |
|||
| ⚫ | |||
| ⚫ | |||
} |
} |
||
.vector-menu-tabs-legacy li { |
.vector-menu-tabs-legacy li { |
||
| ⚫ | |||
float: left; |
|||
height: 100%; |
|||
list-style: none; |
|||
margin: 0; |
|||
padding: 0; |
|||
| ⚫ | |||
| ⚫ | |||
} |
} |
||
.vector-menu-tabs-legacy .selected { |
.vector-menu-tabs-legacy li.selected { |
||
background: #111; |
background-image: linear-gradient(to top, #202020 0, #111 100%); |
||
| ⚫ | |||
border-bottom: none; |
|||
} |
} |
||
.vector-menu-tabs |
.vector-menu-tabs, |
||
.vector-menu-tabs a, |
|||
color: #ccc; |
|||
#mw-head .vector-menu-dropdown .vector-menu-heading { |
|||
background-image: linear-gradient(to bottom, #111 0, #ed7117 100%); |
|||
} |
} |
||
Latest revision as of 06:12, 9 August 2025
.mw-body {
border: 1px solid #ed7117;
}
#mw-panel .portal h3 {
color: #ed7117;
font-size: 14px;
}
#pt-notifications-alert .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read, #pt-notifications-notice .mw-echo-notifications-badge.mw-echo-notifications-badge-all-read {
opacity: 0.51;
filter: invert(1);
}
.vector-menu-tabs-legacy .selected a,
.vector-menu-tabs-legacy .selected a:visited {
color: #ccc;
background-image: linear-gradient(to bottom, #111 0, #ed7117 100%);
}
.vector-menu-tabs-legacy li {
background-image: linear-gradient(to top, #ed7117 0, #222 1px, #111 100%);
}
.vector-menu-tabs-legacy li.selected {
background-image: linear-gradient(to top, #202020 0, #111 100%);
}
.vector-menu-tabs,
.vector-menu-tabs a,
#mw-head .vector-menu-dropdown .vector-menu-heading {
background-image: linear-gradient(to bottom, #111 0, #ed7117 100%);
}