Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Gadget-Citizenstuff.css: Difference between revisions

MediaWiki interface page
attempt to fix dark theme for recent changes to Citizen
misplaced rule
 
(3 intermediate revisions by the same user not shown)
Line 191: Line 191:
html.skin-theme-clientpref-night body.skin-citizen div.titleblacklist-warning {
html.skin-theme-clientpref-night body.skin-citizen div.titleblacklist-warning {
background-color: #5b4343;
background-color: #5b4343;
}
html.skin-theme-clientpref-night body.skin-citizen li.mw-confirmaccount-type-0 {
background-color: #30623c;
}
html.skin-theme-clientpref-night body.skin-citizen table.mw-confirmaccount-body-0 {
background-color: #1a1a1a;
}
}


Line 307: Line 315:
background-color: #5b4343;
background-color: #5b4343;
}
}
html.skin-theme-clientpref-os body.skin-citizen li.mw-confirmaccount-type-0 {
background-color: #30623c;
}
html.skin-theme-clientpref-os body.skin-citizen table.mw-confirmaccount-body-0 {
background-color: #1a1a1a;
}
}
/* fix page language selector looking weird */
.mw-pt-progress::after {
display: inline-block;
}
.mw-pt-languages-list .mw-pt-progress {
padding-right: var(--space-md);
}
}