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
 
Line 6: Line 6:
color: #ed7117;
color: #ed7117;
font-size: 14px;
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);
}
}



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%);
}