167
edits
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 */ | ||
body { | body { | ||
background-image: linear-gradient(245deg, rgba(89,149,255,1) 0%, rgba(104,88,255,1) 100%); | background-image: linear-gradient(245deg, rgba(89,149,255,1) 0%, rgba(104,88,255,1) 100%) fixed; | ||
background-color: rgb(104,88,255); | background-color: rgb(104,88,255); | ||
} | |||
.vectorTabs, #mw-head .vectorMenu h3 { | |||
background-image: none; | |||
} | } | ||
| Line 19: | Line 23: | ||
.vectorTabs span { | .vectorTabs span { | ||
background-image: none; | background-image: none; | ||
border-left: 1px solid | border-left: none; /*1px solid rgb(255,164,113);*/ | ||
border-right: 1px solid | border-right: none; /* 1px solid rgb(255,164,113);*/ | ||
} | } | ||
| Line 32: | Line 36: | ||
.vectorTabs li.selected { | .vectorTabs li.selected { | ||
background-image: none; | background-image: none; | ||
background-color: | background-color: white; | ||
} | } | ||
.vectorTabs li a { | .vectorTabs li a { | ||
color: | color: white; | ||
} | } | ||