MediaWiki:Common.css

Revision as of 20:10, 31 August 2024 by Oros (talk | contribs)

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.
/* Style for the "Explore More" links */
.explore-more {
    font-style: italic;
    margin-top: 10px; /* Add some spacing above the links */
    border-top: 1px solid #ccc; /* Add a subtle divider line */
    padding-top: 10px; /* Add some padding below the divider */
}

/* Style for the collapsible sections */
.mw-collapsible {
    border: 1px solid #eee; /* Add a subtle border around each section */
    margin-bottom: 15px; /* Add spacing between sections */
    padding: 10px; /* Add padding inside each section */
}

.mw-collapsible-toggle { /* Style for the section headers */
    font-weight: bold;
    cursor: pointer;
}