Toggle 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
(oops meant to set to initial)
m (try removing citizen section icon stuff)
Line 172: Line 172:
html.skin-citizen-dark .navbox-title {
html.skin-citizen-dark .navbox-title {
background-color: #4b4b69;
background-color: #4b4b69;
}
/* fix citizen showing collapse icons even for pages where it shouldn't be */
.section-indicator {
display: none;
}
.citizen-sections-enabled .section-indicator {
display: block;
}
}