MediaWiki:Chameleon.css

From Sanatan Hindu Dharma
Revision as of 13:54, 8 October 2025 by Balaji (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.
.footercontainer {
    display: none !important;
}
/* Remove side margins and padding for full-width Chameleon layout */
body,
.container,
.main-container,
.content,
#content {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Also remove default Bootstrap container margins */
.container, .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Optional: make header/footer stretch full width */
.headercontainer,
.footercontainer {
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}