Skin:Vector/VectorBook.css

From mediawiki.org
/* VectorBook.css by CSS magician – CSS code to get [[Skin:Monobook]]'s book background image in [[Skin:Vector]] */

#mw-page-base { 
	background:			unset;
	background-color:	#F3F3F3;
	margin-left:		1900px;
}

body { 
	background-color:	#f9f9f9;
	background-image:	url('https://upload.wikimedia.org/wikipedia/commons/1/12/Headbg2.jpg'); 
	background-repeat:	no-repeat;
}

.vector-menu-tabs .selected	{ background:		unset; }
.vector-menu-tabs .selected	{ background-image:	linear-gradient(to top,rgba(255,255,255,1), rgba(0,0,0,0) ); }
.vector-menu-tabs li		{ background-image:	linear-gradient(to top,rgba(232,242,248,1), rgba(0,0,0,0) ); }

/* Backwards compatibility to MediaWiki 1.31 and earlier */
div.vectorTabs ul li			{ background:		unset; }
div.vectorTabs ul li.selected	{ background-image:	linear-gradient(to top,rgba(255,255,255,1), rgba(0,0,0,0) ); }
div.vectorTabs ul li			{ background-image:	linear-gradient(to top,rgba(232,242,248,1), rgba(0,0,0,0) ); }