MediaWiki:Vector.css: Difference between revisions
(test) |
(remove) Tag: Blanking |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Vector skin */ |
|||
body.skin-vector-legacy { |
|||
background-position: top left; |
|||
background-repeat: repeat-x; |
|||
background-size: 100% 5em; |
|||
background-color: rgb(238, 235, 245); |
|||
background-image: linear-gradient(#FFFFFF 2.5em,rgb(238, 235, 245) 5em); |
|||
} |
|||
body.skin-vector-legacy #mw-page-base { |
|||
background: none; |
|||
background-image: none; |
|||
} |
|||
/*body.skin-vector-legacy .vector-menu-tabs .mw-list-item { |
|||
background-image: linear-gradient(to top, #77c1f6 0, #e8f2f8 1px, #e8f2f8 50%, rgba(255,255,255,0) 100%); |
|||
} |
|||
body.skin-vector-legacy .vector-menu-tabs .selected { |
|||
background: none; |
|||
background-image: linear-gradient(to top, #ffffff 0, #fff 50%, rgba(255,255,255,0) 100%); |
|||
}*/ |