Jump to content

MediaWiki:Common.css

From VanuatuBook
Revision as of 05:46, 20 March 2025 by LoveMan (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.
/* CSS placed here will be applied to all skins */

/* Set full-width for all sections */
.main-container {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Make header and footer full-width */
.header-section, .footer-section {
    width: 100%;
    padding: 20px;
    border: 1px solid #ccc;
    background: #f9f9f9;
    text-align: center;
    box-sizing: border-box;
}

/* Ensure middle section is full-width and centered */
.middle-section {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

/* Columns: default to full width */
.middle-section .column {
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    bac