Jump to content

User:LinkTiger/vector-2022.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
mNo edit summary
Line 1: Line 1:
/*
.mw-page-container {
.mw-page-container {
background-color: transparent;
background-color: transparent;
Line 7: Line 8:
}
}


/*
.vector-menu-tabs .selected {
.vector-menu-tabs .selected {
background-color: #f8f9fa;
background-color: #f8f9fa;

Revision as of 14:32, 2 June 2023

/* 
.mw-page-container {
	background-color: transparent;
}

.vector-sticky-header {
	background-color: #f8f9fa;
}

.vector-menu-tabs .selected {
	background-color: #f8f9fa;
    background-image: none;
}

.vector-menu-tabs li {
	background-image: linear-gradient(to top,#77c1f6 0,#e8f2f8 1px,#f8f9fa 100%)
}

*/