More actions
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
.citizen-overflow-wrapper:has(.citizen-overflow-content .wikitable) {
float:right;
clear:right;
margin-left:5px
}
:is(html.skin-theme-clientpref-night,
html.skin-citizen-dark,
[data-theme="dark"]) .navbox {
color:#9a9a9a !important;
background:#000 !important
}
:is(html.skin-theme-clientpref-night,
html.skin-citizen-dark,
[data-theme="dark"]) .navbox tr:has(> td.navbox-list.navbox-odd),
:is(html.skin-theme-clientpref-night,
html.skin-citizen-dark,
[data-theme="dark"]) .navbox td.navbox-list.navbox-odd,
:is(html.skin-theme-clientpref-night,
html.skin-citizen-dark,
[data-theme="dark"]) .navbox th.navbox-group:has(+ td.navbox-list.navbox-odd) {
background-color:#000
}
:is(html.skin-theme-clientpref-night,
html.skin-citizen-dark,
[data-theme="dark"]) .navbox tr:has(> td.navbox-list.navbox-even),
:is(html.skin-theme-clientpref-night,
html.skin-citizen-dark,
[data-theme="dark"]) .navbox td.navbox-list.navbox-even,
:is(html.skin-theme-clientpref-night,
html.skin-citizen-dark,
[data-theme="dark"]) .navbox th.navbox-group:has(+ td.navbox-list.navbox-even) {
background-color:#111
}
:is(html.skin-theme-clientpref-night,
html.skin-citizen-dark,
[data-theme="dark"]) .navbox .navbox-title {
background:#1b1b1b !important;
color:#e6e6e6 !important;
border-color:#2a2a2a !important
}
:is(html.skin-theme-clientpref-night,
html.skin-citizen-dark,
[data-theme="dark"]) .navbox,
:is(html.skin-theme-clientpref-night,
html.skin-citizen-dark,
[data-theme="dark"]) .navbox td,
:is(html.skin-theme-clientpref-night,
html.skin-citizen-dark,
[data-theme="dark"]) .navbox th {
border-color:#2a2a2a !important
}
.navbox a {
color:none
}
// Attempt at fixing highlighting
.syntaxhighlight,
.mw-highlight,
pre.syntaxhighlight,
div.mw-highlight,
pre.mw-code,
pre.source,
code.syntax {
background: #f8f8f8 !important;
color: #111 !important;
border: 1px solid #ddd !important;
padding: 0.5em !important;
overflow: auto !important;
font-family: monospace !important;
white-space: pre !important;
}
.syntaxhighlight span,
.mw-highlight span,
pre.syntaxhighlight span {
color: inherit !important;
}
.skin-citizen pre,
.skin-citizen code,
.skin-citizen .syntaxhighlight {
color: initial !important;
background: initial !important;
}