Abuse filter editor, Bureaucrats, Check users, Interface administrators, Staff, Suppressors, Administrators, Translation Reviewer
2,202
edits
(add newline to subpages but only on pages that use approvedrevs) |
(incomplete dark theme for citizen dark) |
||
Line 80: | Line 80: | ||
background: #20262f; | background: #20262f; | ||
border-color: #2f394d; | border-color: #2f394d; | ||
} | |||
/* navbox margin fix */ | |||
div.navbox table { margin-top: 0; } | |||
/* navbox dark theme */ | |||
html.skin-citizen-dark .navbox-group { | |||
background-color: #3e3e52; | |||
} | |||
html.skin-citizen-dark .navbox-subgroup .navbox-group { | |||
background-color: #383847; | |||
} | |||
html.skin-citizen-dark .navbox-subgroup { | |||
background-color: #272834; | |||
} | |||
html.skin-citizen-dark .navbox-even { | |||
background-color: #22232b; | |||
} | |||
html.skin-citizen-dark .navbox-list { | |||
border-color: #121a20; | |||
} | |||
/* don't understand this entirely... */ | |||
html.skin-citizen-dark tr + tr > .navbox-list { | |||
border-top: #121a20; | |||
} | } |