| Line 85: |
Line 85: |
| | } | | } |
| | | | |
| | + | .vector-menu-tabs li a { |
| | + | background-position: right bottom; |
| | + | -webkit-box-sizing: border-box; |
| | + | -moz-box-sizing: border-box; |
| | + | box-sizing: border-box; |
| | + | display: block; |
| | + | float: left; |
| | + | height: 2em; |
| | + | position: relative; |
| | + | padding-top: 1.25em; |
| | + | padding-left: 1em; |
| | + | padding-right: 1em; |
| | + | font-size: 1em; |
| | + | cursor: pointer; |
| | + | } |
| | .mw-footer li { | | .mw-footer li { |
| | color: #657b9e !important; | | color: #657b9e !important; |
| Line 104: |
Line 119: |
| | color: teal; | | color: teal; |
| | font-weight: bold; | | font-weight: bold; |
| | + | |
| | } | | } |
| | | | |
| Line 114: |
Line 130: |
| | | | |
| | .oo-ui-buttonElement > .oo-ui-buttonElement-button { | | .oo-ui-buttonElement > .oo-ui-buttonElement-button { |
| − | position: relative; | + | position: relative; |
| | + | border-width: 0px; |
| | border-radius: 2px; | | border-radius: 2px; |
| | font-weight: bold; | | font-weight: bold; |
| Line 135: |
Line 152: |
| | | | |
| | #searchInput { | | #searchInput { |
| | + | border-color: #8D79BE !important; |
| | background-color: #0E061E !important; | | background-color: #0E061E !important; |
| | font-family: 'Share Tech', sans-serif; | | font-family: 'Share Tech', sans-serif; |
| | font-size: 100%; | | font-size: 100%; |
| − | color: #A79EF1 !important; | + | color: #EBC9FF !important; |
| | } | | } |
| | | | |
| Line 181: |
Line 199: |
| | border: 1px solid #EBC9FF; | | border: 1px solid #EBC9FF; |
| | border-collapse: collapse; | | border-collapse: collapse; |
| | + | } |
| | + | |
| | + | pre, .mw-code { |
| | + | color: #FFFFFF !important; |
| | + | background-color: #0e061e !important; |
| | + | border: 1px solid #a79ef1 !important; |
| | + | padding: 1em; |
| | + | white-space: pre-wrap; |
| | + | overflow-x: hidden; |
| | + | word-wrap: break-word; |
| | + | } |
| | + | .oo-ui-buttonElement-framed.oo-ui-labelElement > .oo-ui-buttonElement-button { |
| | + | padding-top: 6px; |
| | + | padding-bottom: 0px; |
| | } | | } |