MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
#footer-poweredbyico > a{ | |||
background-color:inherit; | |||
border-style:none; | |||
} | |||
body { | body { | ||
Revision as of 17:50, 21 June 2025
/* CSS placed here will be applied to all skins */
#footer-poweredbyico > a{
background-color:inherit;
border-style:none;
}
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%);
}