MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
Blanked the page Tag: Blanking |
||
(91 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
.mw-body { |
|||
color: #ccc; |
|||
background-color: #333; |
|||
} |
|||
.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,#ed7117 0,#333 100%); |
|||
background-repeat: no-repeat; |
|||
background-size: 1px 100%; |
|||
} |