MediaWiki:Common.css

From Midgard Tales Wiki

Revision as of 07:17, 31 January 2025 by WikiBot (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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
#ca-talk { display: none !important; }
#ca-history { display: none !important;}
#ca-viewsource { display: none !important; }
/* Style for the Close All button */
#close-all-button {
    margin: 10px 0; /* Adjust margin as needed */
    padding: 5px 10px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 0.9em;
    display: block; /* Ensure it appears on a new line */
}

/* Style for collapsible section labels */
#mw-navigation .mw-portlet a.nav-link.disabled {
    cursor: pointer;
    padding: 5px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    display: block;
}

/* Style for the collapsible arrow */
.collapsible-arrow {
    float: right;
    font-size: 12px;
}

/* Style for the collapsible content */
#mw-navigation .mw-portlet .mw-portlet-body {
    padding-left: 10px;
}