MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Hb1290 No edit summary |
imported>Hb1290 No edit summary |
||
| Line 469: | Line 469: | ||
#mw-navbar { | #mw-navbar { | ||
background-image: url('https://static.miraheze.org/closinglogosgroupwiki/a/a8/Sitebanner.png'); | background-image: url('https://static.miraheze.org/closinglogosgroupwiki/a/a8/Sitebanner.png'); | ||
} | |||
/* Tool menus */ | |||
aside a:not(.disabled) { | |||
color: #fff; | |||
} | |||
/* Dropdowns */ | |||
.dropdown-menu { | |||
background-color: #303030; | |||
color: #fff; | |||
border: none; | |||
} | |||
a.dropdown-item:visited { | |||
color: inherit; | |||
} | |||
.dropdown-item:focus, .dropdown-item:hover { | |||
color: #fff; | |||
background-color: #505050; | |||
} | |||
.dropdown-item { | |||
color: #fff; | |||
} | |||
.nav-link.disabled { | |||
color: #959595; | |||
} | } | ||
/* keep hidden categories hidden (unless preferences set otherwise) */ | /* keep hidden categories hidden (unless preferences set otherwise) */ | ||