MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
Blanked the page Tag: Blanking |
||
(83 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
.mw-body { |
|||
color: #ccc; |
|||
background-color: #202020; |
|||
border: 1px solid #ed7117; |
|||
} |
|||
.skin-vector { |
|||
background-color: #111; |
|||
} |
|||
#mw-page-base { |
|||
background-color: #111; |
|||
background-image: linear-gradient(to bottom,var(--background-color-base,#111) 50%,#000 100%); |
|||
background-position: bottom left; |
|||
height: 5em; |
|||
} |
|||
#mw-head-base { |
|||
background-color: #111; |
|||
} |
|||
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading { |
|||
background-image: linear-gradient(to bottom,#111 0,#ed7117 100%); |
|||
background-repeat: no-repeat; |
|||
background-size: 1px 100%; |
|||
} |
|||
.vector-menu-tabs-legacy ul { |
|||
background-image: linear-gradient(to bottom,#111 0,#202020 100%); |
|||
} |
|||
.oo-ui-widget { |
|||
color: #ccc; |
|||
} |
|||
.vectorTabs li a { |
|||
background-image: linear-gradient(to bottom,#111 0, #202020 100%); |
|||
} |