MediaWiki:Common.css

Revision as of 13:24, 27 January 2026 by MikeParker (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.
    figure > a > img {
        width: 100% !important
    }

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .site-header {
        padding-bottom: 24px;
        padding: 36px 0;
    }
    .site-header .header-widget-area {
        display: none; 
    }
    .site-header .site-title a {
        display: inline-block;
        width: 100%;
        min-height: 100px;
        background-size: contain !important;
        background-position: center !important;
        height: 109px;
        margin-top: 42px;
    }
    .site-header .title-area {
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .site-header .title-area img {
        width: auto;
        max-width: 250px;
        height: auto;
    }
    .menu-toggle {
        width: 100%;
        border: none;
        border-top: 5px solid #eeeeee;
        color: #444;
        font-weight: bold;
        padding: 15px 0;
        text-transform: none;
        padding: 46px;
    }
}