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


div.vectorTabs h3 {
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading {
display: none;
background-image: linear-gradient(to bottom,#111 0,#ed7117 100%);
background-repeat: no-repeat;
background-size: 1px 100%;
}
}


div.vectorTabs {
.vector-menu-tabs-legacy ul {
float: left;
height: 2.5em;
background-image: linear-gradient(to bottom,#111 0,#202020 100%);
background-image: linear-gradient(to bottom,#111 0,#202020 100%);
background-position: bottom left;
background-repeat: no-repeat;
padding-left: 1px;
}
}


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

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

Revision as of 22:32, 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;
}

div.vectorTabs h3 {
	display: none;
}

div.vectorTabs {
	float: left;
	height: 2.5em;
	background-image: linear-gradient(to bottom,#111 0,#202020 100%);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-left: 1px;
}

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