MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
Blanked the page Tag: Blanking |
||
(75 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: none; |
|||
background-position: bottom left; |
|||
height: 5em; |
|||
} |
|||
#mw-head-base { |
|||
background-color: #111; |
|||
} |
|||
div.vectorTabs h3 { |
|||
display: none; |
|||
} |
|||
div.vectorTabs { |
|||
float: left; |
|||
height: 2.5em; |
|||
background-image: linear-gradient(to bottom,#111 0,#202020 100%); |
|||
background-position: bottom left; |
|||
background-repeat: no-repeat; |
|||
padding-left: 1px; |
|||
} |
|||
.oo-ui-widget { |
|||
color: #ccc; |
|||
} |