MediaWiki:Common.css

From SZ
Revision as of 14:24, 24 August 2025 by Test2 (talk | contribs) (Replaced content with "# Replace the JAVASCRIPT_CODE section with this updated version: Sidebar collapsible sections: .collapsible-header { cursor: pointer; font-weight: bold; padding: 5px 8px; background: #f8f9fa; border-radius: 4px; margin-bottom: 2px; } .collapsible-content { display: none; margin: 0; padding-left: 15px; } .collapsible-section.active .collapsible-content { display: block; }")
Jump to navigation Jump to search

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
# Replace the JAVASCRIPT_CODE section with this updated version:

/* Sidebar collapsible sections */
.collapsible-header {
    cursor: pointer;
    font-weight: bold;
    padding: 5px 8px;
    background: #f8f9fa;
    border-radius: 4px;
    margin-bottom: 2px;
}

.collapsible-content {
    display: none;
    margin: 0;
    padding-left: 15px;
}

.collapsible-section.active .collapsible-content {
    display: block;
}