Mediawiki:common.css
| Line 1,565: | Line 1,565: | ||
#mw-header-nav-hack { | #mw-header-nav-hack { | ||
border-top: | border-top: 0 !important; | ||
background: transparent !important; | |||
background: | |||
} | } | ||
| Line 1,617: | Line 1,613: | ||
} | } | ||
.ui-state-hover,.ui-widget- | .ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus { | ||
border: 1px solid #4a4a57 !important; | border: 1px solid #4a4a57 !important; | ||
background: #4c4c59 !important; | background: #4c4c59 !important; | ||
| Line 3,235: | Line 3,231: | ||
} | } | ||
serverInfo > div { | .serverInfo > div { | ||
margin-bottom: 3px; | margin-bottom: 3px; | ||
} | } | ||
| Line 3,291: | Line 3,287: | ||
#personal h2, | #personal h2, | ||
#site-tools h2, | #site-tools h2, | ||
#searchButton { | #searchButton { | ||
filter: invert(100%); | filter: invert(100%); | ||
} | |||
#site-navigation h2, | |||
#site-navigation h2 span { | |||
filter: none !important; | |||
color: lightgrey; | |||
} | } | ||