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
fix citizen showing collapse icons even for pages where it shouldn't be
fix bright background with white text for certain warnings (like protected notices)
Line 132: Line 132:
.citizen-sections-enabled .section-indicator {
.citizen-sections-enabled .section-indicator {
display: block;
display: block;
}
/* fix bright background with white text for certain warnings (like protected notices) */
html.skin-citizen-dark div.mw-warning-with-logexcerpt,
html.skin-citizen-dark div.mw-lag-warn-high,
html.skin-citizen-dark div.mw-cascadeprotectedwarning,
html.skin-citizen-dark div#mw-protect-cascadeon,
html.skin-citizen-dark div.titleblacklist-warning {
background-color: #5b4343;
}
}