MediaWiki:Vector.css: Difference between revisions

From Warcraft Watch Secrets
Jump to navigation Jump to search
Content deleted Content added
No edit summary
No edit summary
 
(106 intermediate revisions by the same user not shown)
Line 1: Line 1:
.mw-body {
.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;
color: #ccc;
background-color: #333;
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%);
}
}


.skin-vector {
.vector-menu-tabs-legacy li.selected {
background-color: #111;
background-image: linear-gradient(to top, #202020 0, #111 100%);
}
}


.vector-menu-tabs,
#mw-page-base {
.vector-menu-tabs a,
background-color: #111;
#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%);
}