Difference between revisions of "MediaWiki:Common.css"

From Satomi's wikis
Jump to navigation Jump to search
 
(15 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
}
 
}
 
#mw-page-base {
 
#mw-page-base {
background-image: linear-gradient(to bottom,#ffffff 50%,ccc0c0 100%);
+
background-image: linear-gradient(to bottom,#f5ebeb 0%,#ccc0c0 100%);
 +
}
 +
 
 +
/* e0d5d5 */
 +
 
 +
.vector-menu-tabs li {
 +
    background-image: linear-gradient(to top,#e0d5d5 0,#f5ebeb 100%);
 +
}
 +
.vector-menu-tabs, .vector-menu-tabs a {
 +
background-image: linear-gradient(to top,#ffffff 0,#f5ebeb 100%);
 +
}
 +
.vector-menu-tabs .selected {
 +
background-image: linear-gradient(to top,#ffffff 0,#f5ebeb 100%);
 +
}
 +
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 {
 +
background-image: linear-gradient(to top,#ccc0c0 0,#e0d5d5 100%);
 
}
 
}

Latest revision as of 02:51, 22 December 2023

/* CSS placed here will be applied to all skins */

body {
	background-color:#ccc0c0;
}
#mw-page-base {
	background-image: linear-gradient(to bottom,#f5ebeb 0%,#ccc0c0 100%);
}

/* e0d5d5 */

.vector-menu-tabs li {
    background-image: linear-gradient(to top,#e0d5d5 0,#f5ebeb 100%);
}
.vector-menu-tabs, .vector-menu-tabs a {
	background-image: linear-gradient(to top,#ffffff 0,#f5ebeb 100%);
}
.vector-menu-tabs .selected {
	background-image: linear-gradient(to top,#ffffff 0,#f5ebeb 100%);
}
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 {
	background-image: linear-gradient(to top,#ccc0c0 0,#e0d5d5 100%);
}