Line 1: |
Line 1: |
− | /* CSS placed here will be applied to all skins */ | + | @font-face { |
| + | font-family: Share Tech; |
| + | src: url(https://fonts.googleapis.com/css2?family=Share+Tech&display=swap); |
| + | } |
| + | |
| body { | | body { |
− | background-color: #f8f8f8; | + | background-color: #0E061E !important; |
| + | font-family: 'Share Tech', sans-serif; |
| + | font-size: 100%; |
| + | } |
| + | |
| + | a { |
| + | font-size: 100% !important; |
| + | color: #EBC9FF !important; |
| + | } |
| + | |
| + | .mw-body{ |
| + | background-color: #0E061E !important; |
| + | font-size: 100%; |
| + | font-family: 'Share Tech', sans-serif !important; |
| + | } |
| + | |
| + | h1{ |
| + | font-family: 'Share Tech', sans-serif !important; |
| + | font-size: 2em !important; |
| + | color: #EBC9FF !important; |
| + | margin-top: 1em; |
| + | border-bottom: 1px solid #EBC9FF; |
| + | } |
| + | h2{ |
| + | font-size: 1.5em !important; |
| + | color: #A2AECC !important; |
| + | font-family: 'Share Tech', sans-serif !important; |
| + | border-bottom: none; |
| + | } |
| + | |
| + | div{ |
| + | font-size: 1em !important; |
| + | color: #8D79BE !important; |
| + | background-color: #0E061E !important; |
| + | font-family: 'Share Tech', sans-serif !important; |
| + | } |
| + | |
| + | .vector-menu-tabs li |
| + | { |
| + | font-size: 1em !important; |
| + | color: #8D79BE !important; |
| + | background-color: #0E061E !important; |
| + | background: none; |
| + | } |
| + | |
| + | .portal .body li, .vector-menu-portal .body li { |
| + | margin: 0; |
| + | padding: 0.25em 0; |
| + | font-size: 1em; |
| + | line-height: 1.125em; |
| + | } |
| + | |
| + | .oo-ui-buttonElement-button{ |
| + | font-size: 1.5em !important; |
| + | color: #A79EF1 !important; |
| + | background-color: #4D1BA6 !important; |
| + | } |
| + | |
| + | .oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button { |
| + | font-size: 1.5em !important; |
| + | color: #E0436A !important; |
| + | background-color: #4D1BA6 !important; |
| + | align-items: center; |
| + | display:contents; |
| + | } |
| + | |
| + | #searchInput { |
| + | background-color: #0E061E !important; |
| + | font-family: 'Share Tech', sans-serif; |
| + | font-size: 100%; |
| + | color: #A79EF1 !important; |
| + | } |
| + | |
| + | .oo-ui-checkboxInputWidget [type='checkbox'] + span { |
| + | background-color: #0E061E; |
| + | background-size: 0 0; |
| + | -webkit-box-sizing: border-box; |
| + | -moz-box-sizing: border-box; |
| + | box-sizing: border-box; |
| + | position: absolute; |
| + | left: 0; |
| + | width: 1.42857143em; |
| + | height: 1.42857143em; |
| + | border-color: #ffffff; |
| + | border-style: solid; |
| + | border-radius: 4px; |
| + | border-width: 0; |
| + | } |
| + | .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked + span{ |
| + | background-color: #ffffff; |
| + | border-color: #ffffff; |
| } | | } |