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

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



Revision as of 22:07, 1 August 2025

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

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

#mw-page-base {
    background-color: #111;
    background-image: linear-gradient(to bottom,var(--background-color-base,#111) 50%,#000 100%);
    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,#333 100%);
}