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 34: Line 34:
}
}


.vector-menu-content-list {
#left-navigation div.vectorTabs,
background-image: linear-gradient(to bottom,#111 0, #ed7117 100%);
#right-navigation div.vectorTabs {
background-image: linear-gradient(to bottom,#111 0, #202020 100%);
}
}

Revision as of 22:28, 1 August 2025

.mw-body {
	color: #ccc;
	background-color: #202020;
	border: 1px solid #ed7117;
}

.skin-vector {
	background-color: #111;
}

#mw-page-base {
    background-color: #111;
    background-image: none;
    background-position: bottom left;
    height: 5em;
}

#mw-head-base {
	background-color: #111;
}

.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%);
    background-repeat: no-repeat;
    background-size: 1px 100%;
}

.vector-menu-tabs-legacy ul {
	background-image: linear-gradient(to bottom,#111 0,#202020 100%);
}

.oo-ui-widget {
	color: #ccc;
}

.vector-menu-content-list {
	background-image: linear-gradient(to bottom,#111 0, #ed7117 100%);
}